[Bug 661356] [gst-launch playbin2] leaks big chunks of memory

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 18 02:57:04 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=661356
  GStreamer | gstreamer (core) | 0.10.x

--- Comment #10 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-10-18 09:56:58 UTC ---
git HEAD of all modules, or only GStreamer core?

What is the issue exactly? Top is not really a suitable means of measuring
memory usage or leakage.

What would be more useful is a leak report made with

  $ G_SLICE=always-malloc valgrind --trace-children=yes --leak-check=yes
--suppressions=gst.supp gst-launch-0.10 ...


Also, an exact gst-launch-0.10 pipeline with a public URI would be useful, so
we can double-check ourselves.


> Can someone tell the impact of "live objects" GstPadTemplate after gst-deinit,
> please?

None. The registry and associated objects still being there after gst_deinit()
is not really something to worry about.l

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