diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2004-06-07 12:01:51 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2004-06-07 12:01:51 +0000 |
commit | c4ce805afa52e3ec5bb1021d9d71cfc787d8f318 (patch) | |
tree | 3b7bc37c55e1703ad516e6b23a5f837c814f649c /ChangeLog | |
parent | 1a0ceb7f99dfa6d1af07d5f2afbf95e11fc835bc (diff) | |
download | gst-plugins-bad-c4ce805afa52e3ec5bb1021d9d71cfc787d8f318.tar.gz gst-plugins-bad-c4ce805afa52e3ec5bb1021d9d71cfc787d8f318.tar.bz2 gst-plugins-bad-c4ce805afa52e3ec5bb1021d9d71cfc787d8f318.zip |
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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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> |