[Bug 693911] souphttpsrc: rewrite using new session/request API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 13 12:39:50 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=693911

--- Comment #16 from Dan Winship <danw at gnome.org> ---
(In reply to Sebastian Dröge (slomo) from comment #15)
> Here it usually happens always when playing a DASH stream, but apparently
> only for me. Not sure what to do about this one, Carlos' backtrace looks
> like it is a race during g_socket_get_type(), which should all be guarded by
> g_once_init_*()... and which is apparently causing the deadlock?

sounds like probably bug 674885; the workaround is to manually g_ensure_type()
the types earlier on so they don't both get initialized at the same time in
different threads

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