diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-08 15:30:33 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-08 15:30:33 +0000 |
commit | a6cf0d4ad6e6ac653997617a3b225832189001dd (patch) | |
tree | 05268e4249d3ae743c448845e9f4391c34bb45c2 /ChangeLog | |
parent | a238e1f965bc9d70447180a377090101762a4c33 (diff) | |
download | gst-plugins-bad-a6cf0d4ad6e6ac653997617a3b225832189001dd.tar.gz gst-plugins-bad-a6cf0d4ad6e6ac653997617a3b225832189001dd.tar.bz2 gst-plugins-bad-a6cf0d4ad6e6ac653997617a3b225832189001dd.zip |
ext/dv/gstdvdec.c: really fix bpp24/32 dvdec caps (classic rgba indeed)
Original commit message from CVS:
* ext/dv/gstdvdec.c:
really fix bpp24/32 dvdec caps (classic rgba indeed)
* gst/asfdemux/gstasfdemux.c:
(gst_asf_demux_process_ext_content_desc):
don't send text tags if they are empty (bis repetita)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> * ext/dv/gstdvdec.c: + really fix bpp24/32 dvdec caps (classic rgba indeed) + * gst/asfdemux/gstasfdemux.c: + (gst_asf_demux_process_ext_content_desc): + don't send text tags if they are empty (bis repetita) + +2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> + + * ext/dv/gstdvdec.c: remove unneeded comment from dvdec (related to DV 4CC codes in AVI files) moved them in gstreamer/docs/random/mimetypes |