[Bug 731404] hlsdemux memmory leak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 16 04:29:59 PST 2015


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

--- Comment #11 from Thiago Sousa Santos <thiagossantos at gmail.com> 2015-01-16 12:29:51 UTC ---
Thanks for the leak fixes Vincent.

I had a similar issue in adaptivedemux and I store the old stuff in a list
instead of cleaning up and the next thread I start for downloading buffers is
the one that checks this list and unrefs everything. If no new thread is
created it will also be cleaned up when going to NULL. Not really beautiful but
better than keeping the unused memory around. Maybe something similar can be
done in decodebin?

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