[Bug 700342] playbin: deadlock

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 15 00:37:50 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700342
  GStreamer | gstreamer (core) | 1.0.7

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |slomo at circular-chaos.org
     Ever Confirmed|0                           |1

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-15 07:37:42 UTC ---
How can this be reproduced, do you have a testcase?

What seems to happen here is that decodebin is shut down, shutting down
baseparse too, at the same time as baseparse is setting caps on a pad and
making decodebin check if it can expose pads now.

As in one thread we go baseparse(stream-lock)->decodebin(chain-lock) and in
another thread decodebin(chain-lock)->baseparse(stream-lock) this is
deadlocking.

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