<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>RE: gstreamer-devel Digest, Vol 37, Issue 73</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&nbsp;Hello developers ,<BR>
<BR>
&nbsp;I am facing a problem related to memory leak.<BR>
<BR>
&nbsp;I have written an application which creates a pipleine which muxes H264 data in asf.<BR>
&nbsp;The pipeline is<BR>
&nbsp;filesrc location=/root/x.dat ! h264parse ! video/x-h264, height=720, width=1024, framerate=30/1 !<BR>
&nbsp;ffmux_asf ! filesink location=/root/x_output.dat<BR>
<BR>
&nbsp;My application repeatedly starts-stops the pipeline.<BR>
<BR>
&nbsp;After every almost 5 times PLAY_NULL sequence of the pipeline , the memory usage increases by .1&nbsp;&nbsp;<BR>
&nbsp;and hence after considerable sessions it increases a lot.<BR>
<BR>
&nbsp;Assuming the application does not have any memory leak can we conclude there is a leak in the<BR>
&nbsp;plugins used in pipeline ?<BR>
<BR>
&nbsp;Further to isolate the problem , I modified the pipeline as&nbsp;<BR>
&nbsp;filesrc location=/root/x.dat ! h264parse ! video/x-h264, height=720, width=1024, framerate=30/1 !<BR>
&nbsp;filesink location=/root/x_output.dat<BR>
&nbsp;and the memory usage after every PLAY_NULL sequence remains the same.<BR>
<BR>
&nbsp;Can we conclude memory leak in muxer ? or is it some other thing I am missing ?<BR>
<BR>
&nbsp;I am using gst-ffmpeg-0.10.5.<BR>
<BR>
&nbsp;Please suggest if I need to carry out some further experiments of if my conclusions are wrong.<BR>
&nbsp;I am not filing the above observation as a bug in bugzilla as i guess we need to confirm if<BR>
&nbsp;the above carried experiments ar enough to conclude .<BR>
<BR>
&nbsp;thanks and regards,<BR>
&nbsp;Arnab<BR>
<BR>
<BR>
</FONT>
</P>

<pre>
</pre></BODY>
</HTML>