Is this a gstreamer freeing problem or could be something not related to gstreamer?<div><br></div><div>In other words I'm using ffmpeg, SDL  and other stuff.</div><div><br></div><div>Do I limit my debugging to g_free() calls or all free calls?</div>
<div><br></div><div>Thanks,</div><div>Tarek</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Dec 7, 2012 at 4:13 PM, Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@collabora.co.uk" target="_blank">nicolas.dufresne@collabora.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le vendredi 07 décembre 2012 à 14:49 +0000, Tarek El-Sherbiny a écrit :<br>
<div class="im">> Can someone please give some guidance on how to debug this problem?<br>
<br>
</div>This mean you are freeing twice the same memory. It could also mean you<br>
are freeing random memory. You can use the gdb or valgrind to help.<br>
<br>
Nicolas<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>