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