summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-10-30 12:29:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-10-30 12:29:46 +0000
commitb3f1b71446713cfbf6caee475ff9d182621a60e4 (patch)
tree9f854eadabdd4900a616873f993b0b0bc2af1697 /ChangeLog
parent5a046c7e0395cec55a540458b9524024486507a8 (diff)
gst/qtdemux/qtdemux.c: Smarter combine_flow code that also deals with downstream elements returning UNEXPECTED when t...
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment), (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie): Smarter combine_flow code that also deals with downstream elements returning UNEXPECTED when they receive data out of the segment boundaries. Fixes #491305.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9366be2d..3be84fe5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-10-30 Wim Taymans <wim.taymans@gmail.com>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
+ (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
+ Smarter combine_flow code that also deals with downstream elements
+ returning UNEXPECTED when they receive data out of the segment
+ boundaries. Fixes #491305.
+
2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
* sys/v4l2/v4l2src_calls.c: