summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-30 12:46:32 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-30 12:46:32 +0000
commitf91649edb8533db09349c20a2b7fa2ca514c2c1d (patch)
treefdeadb596c5ba10512cff4d443f0c61b68e053c0 /ChangeLog
parent0ea8d875a28e3902a01f7265e92ed6d16519c13f (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cf5cdff..3c85b075 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
+
+ * 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.
+
2007-05-28 Wim Taymans <wim@fluendo.com>
* gst/rtsp/rtsptransport.c: