summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-05-07 16:17:25 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-05-07 16:17:25 +0000
commite8ccbb5477494bc9016502b11fceeb7e852790f0 (patch)
treeb1994c367b1f3a17507e9c9aab133812c5d4c83c
parent2e4b4c36af55da03036f526e1c302ed40bfc6b11 (diff)
downloadgst-plugins-bad-e8ccbb5477494bc9016502b11fceeb7e852790f0.tar.gz
gst-plugins-bad-e8ccbb5477494bc9016502b11fceeb7e852790f0.tar.bz2
gst-plugins-bad-e8ccbb5477494bc9016502b11fceeb7e852790f0.zip
ext/dv/gstdvdec.c: Fix caps nego and pad templates. RGB mode caps should work now.
Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_video_link): Fix caps nego and pad templates. RGB mode caps should work now. * ext/dvdnav/gst-dvd: Move mpeg2dec inside the thread because otherwise the queue rejects cap changes mid-stream * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type), (gst_mpeg2dec_flush_decoder): For mpeg2dec > 0.4.0, call the flush function instead of manually extracting all in-flight frames. * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory), (gst_dv1394src_init), (gst_dv1394src_iso_receive): Change mime type video/dv go video/x-dv to match the rest of gst-plugins
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab7a05c6..8b7fd9ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
+ * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
+ Fix caps nego and pad templates. RGB mode caps should
+ work now.
+ * ext/dvdnav/gst-dvd:
+ Move mpeg2dec inside the thread because otherwise the
+ queue rejects cap changes mid-stream
+ * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
+ (gst_mpeg2dec_flush_decoder):
+ For mpeg2dec > 0.4.0, call the flush function instead of
+ manually extracting all in-flight frames.
+ * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
+ (gst_dv1394src_init), (gst_dv1394src_iso_receive):
+ Change mime type video/dv go video/x-dv to match the
+ rest of gst-plugins
+
2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):