[Bug 776293] GStreamer-CRITICAL **: gst_stream_collection_get_size: assertion 'collection->priv->streams' failed

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 20 11:17:33 UTC 2016


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

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
That 3->2 is missing suggests that it's just a g_object_unref() somewhere
instead of a gst_object_unref(). E.g. in a GValue.

dispose() is called before finalize(), possible multiple times (as such it
should be written in a way that allows it to be called safely multiple times).
finalize() is the last thing that is called before the object disappears.

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