[gstreamer-bugs] [Bug 614765] racy stream status leave implementation
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jul 28 12:52:56 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=614765
GStreamer | gst-plugins-good | git
--- Comment #10 from gudake at gmail.com 2010-07-28 19:52:48 UTC ---
I saw the same "Assertion '!in_worker(m)' failed " that Benjamin found - bug
625442
It's rare though.
if the pulse callback function is the LAST one being called, it
will finalize the pulsesink and calling pa_threaded_mainloop_stop() from the
pathread, which is prohibited, because if you take a look of
pa_threaded_mainloop_stop(), it calls pthread_join(), you CANNOT
pthread_join() within the same thread.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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