summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-06-07 12:01:52 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-06-07 12:01:52 +0000
commit192579e18b1bf951316fcb2be1a271d86d1d1b8b (patch)
treed258eabde3f83e2fca641cdeccb1eaeded314432 /ChangeLog
parent58bfb0062238cf4ed9b38658ab0daeec11817374 (diff)
AUTHORS: Add me to the authors file
Original commit message from CVS: * AUTHORS: Add me to the authors file * configure.ac: Increase the libdv requirement to >= version 0.100 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert), (gst_dvdec_src_query), (gst_dvdec_handle_sink_event), (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state): * ext/dv/gstdvdec.h: Add support for the new_media flag when sending DISCONT events Make the querying work when video pad is not linked
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0deafea8..e1f125eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
+ * AUTHORS:
+ Add me to the authors file
+ * configure.ac:
+ Increase the libdv requirement to >= version 0.100
+ * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
+ (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
+ (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
+ * ext/dv/gstdvdec.h:
+ Add support for the new_media flag when sending DISCONT events
+ Make the querying work when video pad is not linked
+
2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
reviewed by Benjamin Otte <otte@gnome.org>