[Bug 747275] jackaudiosink: hangs when jackd exits
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jul 8 10:20:35 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=747275
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slomo at coaxion.net
--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
What I mean is that the boolean flag should be protected by the same mutex, and
you should signal the condition variable whenever it changes.
The waiting for the condition variable should probably also be
> while (client->deactivate && !client->server_down)
> g_cond_wait(...)
--
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