<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/4.2.2">
</HEAD>
<BODY>
Le mardi 13 décembre 2011 à 16:43 +0530, Umakant Goyal a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
Hi All,<BR>
<BR>
I am initializing the GStreaming using gst_init (NULL, NULL) API and then deinit the same using gst_deinit () API.<BR>
I run my binary using valgrind and found that Leak Summary of Valgrind showing lot of <B>possibly lost</B> and <B>still reachable</B> in Gstreamer. Below Sharing the some logs of valgrind:<BR>
</BLOCKQUOTE>
When using valgrind on GStreamer you should add the option --suppressions=gstreamer/common/gst.supp . This file is in the common directory of each Gstreamer repositories (a git submodule). This file contains description of false positives shown by valgrind.<BR>
<BR>
Nicolas
</BODY>
</HTML>