[Bug 758861] wavparse: deadlock under some conditions

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 30 12:19:06 PST 2015


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

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #1 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
I think the problem is in QtMultimedia, in QAppSrc, on the "need-data" signal,
it uses QMetaObject::invokeMethod with  Qt::AutoConnection, which probably
makes the call happen on the main thread. But the main thread is already busy
doing the seek.

-- 
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