[Bug 700342] playbin: deadlock when switching songs / freeing a decodebin chain

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 15 07:12:19 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700342
  GStreamer | gst-plugins-base | 1.0.7

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW

--- Comment #9 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-15 14:12:16 UTC ---
Yes, that crash has the same cause as one of the deadlocks I found :)

Basically, we can still be in our callbacks in decodebin and try autoplugging,
after the state change function has chained up to the parent for PAUSED->READY,
then we free the decode chains that are still in use. Leading to deadlocks
and/or crashes :) The basic assumption here apparently was, that we can never
be in the autoplugging callbacks after chaining up to the parent's state change
function.

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