[Bug 752651] decodebin: segfault on setting to NULL

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 21 06:25:01 PDT 2015


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

--- Comment #35 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
So it asserts because the chain mutex can't be taken because the chain is
already gone? That sounds like the refcounting patch from the other bug can
help here. You could connect to the signals with taking another ref on the
chain, and having a destroy notify that unrefs the chain again.
g_signal_connect_data().

Should probably be used for the other signals too.

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