summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvanista <vanista@gmail.com>2008-10-27 08:52:50 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-27 08:52:50 +0000
commit71043cd0f9cb7a57a820b450846a643b3d978727 (patch)
tree518fc4f5ee616248ce52999f42418feafd712311 /ChangeLog
parentb1c91d7ebe2a98f7bd47cea183e328dbc71b28b8 (diff)
downloadgst-plugins-bad-71043cd0f9cb7a57a820b450846a643b3d978727.tar.gz
gst-plugins-bad-71043cd0f9cb7a57a820b450846a643b3d978727.tar.bz2
gst-plugins-bad-71043cd0f9cb7a57a820b450846a643b3d978727.zip
gst/mpegtsmux/mpegtsmux.c: Fix EOS logic by correctly popping the collect pad buffers only when we've chosen to use t...
Original commit message from CVS: Patch by: vanista <vanista at gmail dot com> * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream): Fix EOS logic by correctly popping the collect pad buffers only when we've chosen to use them instead of popping them always and storing them in a private queue. Before the pipeline would deadlock if all pads go EOS at the same time. Fixes bug #557763.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d864c00..037379dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ Patch by: vanista <vanista at gmail dot com>
+
+ * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream):
+ Fix EOS logic by correctly popping the collect pad buffers only
+ when we've chosen to use them instead of popping them always and
+ storing them in a private queue.
+
+ Before the pipeline would deadlock if all pads go EOS at the same
+ time. Fixes bug #557763.
+
2008-10-26 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac: