summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArwed v. Merkatz <v.merkatz@gmx.net>2004-08-27 17:01:11 +0000
committerArwed v. Merkatz <v.merkatz@gmx.net>2004-08-27 17:01:11 +0000
commitd6605f3d6d96e90a6bc7646947eaa1fd0b676f74 (patch)
tree4028465be03a1d5aee0f39356b33bb10486aab7e /ChangeLog
parent22f8db881a506c5b4ac313cb378750fae97a5eba (diff)
downloadgst-plugins-bad-d6605f3d6d96e90a6bc7646947eaa1fd0b676f74.tar.gz
gst-plugins-bad-d6605f3d6d96e90a6bc7646947eaa1fd0b676f74.tar.bz2
gst-plugins-bad-d6605f3d6d96e90a6bc7646947eaa1fd0b676f74.zip
Mux video/x-divx and video/x-xvid in VFW compatibility mode so it actually works
Original commit message from CVS: Mux video/x-divx and video/x-xvid in VFW compatibility mode so it actually works
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1657431..dc820a29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
handle EOS correctly
+ * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
+ * gst/matroska/matroska-mux.h:
+ added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
+ VFW compatibility mode
2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>