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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 31 10:09:23 UTC 2017


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

--- Comment #6 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
The issue happens when the structure is printed by the logging subsystem: the
object is included in the log, and this will cause the full object printout to
be done there. However, after dispose, the queue was already cleared, so the
access to it (to print the object) would assert, as the queue was already
freed. The patch changes it so that the queue is merely empty, and only freed
in _finalize.

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