diff options
author | Edward Hervey <bilboed@bilboed.com> | 2006-02-16 14:02:57 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2006-02-16 14:02:57 +0000 |
commit | 0241c68356e3da9e82c08bc6d3fbfa783c885888 (patch) | |
tree | 56a0536c1092b578abca625972a5921449343f04 /ChangeLog | |
parent | 16775d85b10549595d4af052deb7508cbd1a4ea4 (diff) | |
download | gst-plugins-bad-0241c68356e3da9e82c08bc6d3fbfa783c885888.tar.gz gst-plugins-bad-0241c68356e3da9e82c08bc6d3fbfa783c885888.tar.bz2 gst-plugins-bad-0241c68356e3da9e82c08bc6d3fbfa783c885888.zip |
gst/qtdemux/qtdemux.c: Don't stop the task if the pad isn't linked.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
(gst_qtdemux_loop), (qtdemux_sink_activate_pull):
Don't stop the task if the pad isn't linked.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-02-16 Edward Hervey <edward@fluendo.com> + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event), + (gst_qtdemux_loop), (qtdemux_sink_activate_pull): + Don't stop the task if the pad isn't linked. + 2006-02-15 Tim-Philipp Müller <tim at centricular dot net> * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain): |