[Bug 680619] mpegaudioparse leaks memory
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Jul 29 07:47:32 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=680619
GStreamer | gst-plugins-good | 0.10.36
--- Comment #7 from Edward Hervey <bilboed at gmail.com> 2012-07-29 14:47:26 UTC ---
right, so the increase in memory *is* due to GstIndex, which for each entry is
allocating memory for:
* The index entry.
* The GTree entry in GstMemIndex.
I tried on a 2hour file, and it results in 140 bytes per second.
I'm not sure we really need a gazillion entries per file. Maybe introducing a
limit of entry to the index would be a good idea.
--
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