summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2009-01-05 17:31:13 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2009-01-05 17:31:13 +0000
commit67cc69ad52addeee2999f5919cfc3b0fbc554ec8 (patch)
treed8023bb891908cbe74893317df874da29b74fc3b /ChangeLog
parentd576b9fdbed4a4b14c3318f4df39413099d25e9d (diff)
ext/pulse/pulsesink.c: Don't wait for the pulse mainloop when destroying the stream.
Original commit message from CVS: * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream): Don't wait for the pulse mainloop when destroying the stream. Fixes a deadlock when the pulsedaemon goes away while pulsesink is PLAYING. Fixes bug #556986.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2976ea66..823bc68d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-01-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
+ Don't wait for the pulse mainloop when destroying the stream.
+ Fixes a deadlock when the pulsedaemon goes away while pulsesink
+ is PLAYING. Fixes bug #556986.
+
+2009-01-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
Luotao Fu <l dot fu at pengutronix dot de>