From 67cc69ad52addeee2999f5919cfc3b0fbc554ec8 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 5 Jan 2009 17:31:13 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2976ea66..823bc68d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-05 Sebastian Dröge + + * 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 Patch by: Sascha Hauer -- cgit