diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-04-16 11:02:21 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-04-16 11:02:21 +0000 |
commit | 05742b787fcad4ef486c8b4965e98d6b07caa22c (patch) | |
tree | e26ad14c78b80fbe5134c49f704092f309793fd8 /ChangeLog | |
parent | e9905a27ea2cf439365284e4d9fb281c2a3ce0a4 (diff) | |
download | gst-plugins-bad-05742b787fcad4ef486c8b4965e98d6b07caa22c.tar.gz gst-plugins-bad-05742b787fcad4ef486c8b4965e98d6b07caa22c.tar.bz2 gst-plugins-bad-05742b787fcad4ef486c8b4965e98d6b07caa22c.zip |
gst/mpegstream/: Use the default event handler for EOS and other unknown events that need to be sent to inactive pads.
Original commit message from CVS:
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_send_data):
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_data):
Use the default event handler for EOS and other unknown events that
need to be sent to inactive pads.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ 2005-04-16 Jan Schmidt,,, <thaytan@mad.scientist.com> + * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_send_data): + * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_data): + Use the default event handler for EOS and other unknown events that + need to be sent to inactive pads. + +2005-04-16 Jan Schmidt,,, <thaytan@mad.scientist.com> * ext/a52dec/gsta52dec.c: (gst_a52dec_handle_event): * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_event): |