[Bug 757859] New: adaptivedemux: memory leak in adaptive demux src bin
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Nov 9 14:56:42 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757859
Bug ID: 757859
Summary: adaptivedemux: memory leak in adaptive demux src bin
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: florin.apostol at oregan.net
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
The commit ccff3be3ab2e5bffcefc12c80a5edb225801f1b9 introduced a bin element in
adaptivedemux. The bin element is holding the urihandler and a queue2 element.
After this change, all adaptive demux tests are leaking memory (some are
actually failing, but that is covered in
https://bugzilla.gnome.org/show_bug.cgi?id=757776) . The uri_handler and the
queue2 element are leaking. The new bin element is not.
I don't know how to debug the reference count in these elements to figure out
who is holding the references.
--
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