[gstreamer-bugs] [Bug 600479] Deadlock when playing movie with subtitles

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 6 06:15:47 PST 2009


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

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2009-11-06 14:15:40 UTC ---
Created an attachment (id=147099)
 View: https://bugzilla.gnome.org/attachment.cgi?id=147099
 Review: https://bugzilla.gnome.org/review?bug=600479&attachment=147099

decodebin2: Protect subtitle elements and subtitle encoding by a new mutex

Using the object lock here can and will lead to deadlocks because
of deep-notifies of property changes: the deep-notify handler will
get the parent of objects, which will take the object lock again.

Fixes bug #600479.

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