Memory leak after just call gst_init()
Tim-Philipp Müller
t.i.m at zen.co.uk
Tue Apr 5 07:56:45 PDT 2011
On Tue, 2011-04-05 at 11:32 -0300, raul cordeiro holanda wrote:
> After see that, I try run my full app with pipelines and everything
> inside them. The memory leak continue growing and valgrind (already
> with gst.supp file of the gstreamer git tree) show me some others
> leaks, mainly on bus_* calls and plugin_* calls. is it too a normal
> behavior? My app make many pipelines and finish them with
> set_state(NULL) and with unref calls.
It does not sound like normal behaviour, no.
Hard to anything more specific without having a test case/program that
reproduces the issue and the valgrind leak output. It could be a leak in
your application or in some plugin or in GStreamer core.
Cheers
-Tim
More information about the gstreamer-devel
mailing list