[gstreamer-bugs] [Bug 619485] matroskademux: skip buffers before a late keyframe (QoS)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 24 08:49:41 PDT 2010


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

--- Comment #11 from Sebastian Dröge <slomo at circular-chaos.org> 2010-05-24 15:49:36 UTC ---
As said on IRC already, this currently deadlocks when trying to seek because
the _reset_streams() function is called at once place with the object lock
already taken. Most probably the correct solution would be, to remove the
locking from _reset_streams() and always call it with the object lock from all
places.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Gstreamer-bugs mailing list