[gstreamer-bugs] [Bug 556986] pulsesink deadlocks when raising an error

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 5 09:31:45 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=556986

  GStreamer | gst-plugins-good | Ver: 0.10.x

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.12




------- Comment #3 from Sebastian Dröge  2009-01-05 17:31 UTC -------
This is fixed by these two changes:

2009-01-05  Wim Taymans  <wim.taymans at collabora.co.uk>

        * gst-libs/gst/audio/gstbaseaudiosink.c:
        (gst_base_audio_sink_change_state):
        Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
        take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can
do
        this because the async_play method is deprecated and usually not called
        anymore.

2009-01-05  Sebastian Dröge  <sebastian.droege at 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.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=556986.




More information about the Gstreamer-bugs mailing list