[Bug 744043] GstAudioDecoder: deadlock while seeking

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 5 06:29:57 PST 2015


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

--- Comment #4 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> 2015-02-05 14:29:51 UTC ---
(In reply to comment #3)
> Do you mean because of the PyThread_acquire_lock stuff in the trace? That might
> be my own locking for gapless playback.. I'll try to reproduce without it.
> 
> I'm currently fuzzing playbin (random seeking, song change, different formats)
> because I regularly get bug reports about deadlocks in GStreamer.

Whith pyhton and the way the bindings are integrated, this is what we get if
you let the streaming thread sneak in. If you can, stay away from the streaming
thread and you won't have issues. Doing stuff from the streaming thread, even
without need care. Maybe I close this bug ?

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