diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2007-10-30 12:29:46 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-10-30 12:29:46 +0000 |
| commit | b3f1b71446713cfbf6caee475ff9d182621a60e4 (patch) | |
| tree | 9f854eadabdd4900a616873f993b0b0bc2af1697 /ChangeLog | |
| parent | 5a046c7e0395cec55a540458b9524024486507a8 (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |
