summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-09-14 09:40:49 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-09-14 09:40:49 +0000
commit233644df3332bd4a2048abe1fb81a38f0fa1e355 (patch)
tree54e1ed82962ebb025c5d19fccb2a5c2b253ff33e /ChangeLog
parent80dc806b65ddecdea47ebd1032f35f48f9490b44 (diff)
gst/wavparse/gstwavparse.c: Don't push EOS from the chain function, the element driving the pipeline is responsible f...
Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_loop), (gst_wavparse_chain): Don't push EOS from the chain function, the element driving the pipeline is responsible for this. The bug this was meant to fix seems to be queue not forwarding EOS in all cases (see #476514).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e528184..530e67d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-09-14 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
+ (gst_wavparse_chain):
+ Don't push EOS from the chain function, the element
+ driving the pipeline is responsible for this. The bug
+ this was meant to fix seems to be queue not forwarding
+ EOS in all cases (see #476514).
+
2007-09-13 Wim Taymans <wim.taymans@gmail.com>
* gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),