gst/avi/gstavidemux.c: Make _push_event() return TRUE if the event could be pushed...
authorTim-Philipp Müller <tim@centricular.net>
Wed, 30 May 2007 12:46:32 +0000 (12:46 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 30 May 2007 12:46:32 +0000 (12:46 +0000)
commitf91649edb8533db09349c20a2b7fa2ca514c2c1d
treefdeadb596c5ba10512cff4d443f0c61b68e053c0
parent0ea8d875a28e3902a01f7265e92ed6d16519c13f
gst/avi/gstavidemux.c: Make _push_event() return TRUE if the event could be pushed on at least one pad and not only i...

Original commit message from CVS:
* gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
(gst_avi_demux_loop):
Make _push_event() return TRUE if the event could be pushed on at
least one pad and not only if it could be pushed on all pads,
otherwise we'll end up posting an error message on EOS if one or
more source pads are not connected.
ChangeLog
gst/avi/gstavidemux.c