summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-02-16 14:02:57 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-02-16 14:02:57 +0000
commit0241c68356e3da9e82c08bc6d3fbfa783c885888 (patch)
tree56a0536c1092b578abca625972a5921449343f04 /ChangeLog
parent16775d85b10549595d4af052deb7508cbd1a4ea4 (diff)
downloadgst-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94be037a..9c9f9de0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):