[Bug 761083] Core Audio deadlock

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 16 11:44:54 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=761083

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #319680|none                        |reviewed
             status|                            |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 319680:
 --> (https://bugzilla.gnome.org/review?bug=761083&attachment=319680)

Isn't also some change needed in gstosxaudiosink.c here?

::: sys/osxaudio/gstosxcoreaudiocommon.c
@@ +39,3 @@

+  if (!G_TRYLOCK (au_render_cb)) {
+    g_thread_yield ();

Why? Will this be called again later so we can remove the callback? Why can't
we just block on the mutex?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list