[Bug 752651] decodebin: segfault on setting to NULL

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 21 08:32:04 PDT 2015


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

--- Comment #38 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
(In reply to Sebastian Dröge (slomo) from comment #35)
> 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().

If I take an extra ref on the chain for all the 4 places where a signal is
connected with the chain (I never release those refs), I still get crashes.
This is consistent with the chain being not yet destroyed above, so this is not
the problem. It looks like the mutex is somehow getting wrecked, but I don't
see other calls to g_mutex_clear that could explain this.

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