[Bug 731404] hlsdemux memmory leak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 16 03:49:15 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=731404
  GStreamer | gst-plugins-bad | 1.4.0

--- Comment #9 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2015-01-16 11:49:09 UTC ---
I pushed a few leak fixes to hlsdemux and related code, but the big one seems
to be in playbin/decodebin rather than hlsdemux. There is no actual leak, so
valgrind output is (mostly) clean. Decoder elements that get created at each
change are kept alive till the end of the pipeline, along with the buffer pool
and buffers they are using. At the end of the pipeline, all of this gets
unreffed. I'm not sure what ref is keeping all of this alive, however.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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