[Bug 646811] baseparse: deadlock in gst_base_parse_set_index

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 5 06:43:27 PDT 2011


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

Sebastian Dröge <slomo> changed:

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

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2011-04-05 13:43:25 UTC ---
Other elements are doing the same btw, at least flvdemux. cddabasesrc is
releasing the object lock before getting a writer ID but this doesn't sound
safe to me, a different thread could set another index on the element at
exactly that time and with bad luck the writer ID that is stored is the one
from the old index.

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