<div dir="ltr"><div>Thanks, <br>Problem solved, but not in 1.6.1 version. I moved to gstreamer 1.3.9 and<br></div> used the mentioned pipeline without memory usage increasing.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 28, 2015 at 11:17 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sa, 2015-12-26 at 15:12 +0330, Mahdi Keshtegar wrote:<br>
> I use "gstreamer-1.0-x86_64-1.6.1". <br>
> I replaced autovideosink with fakesink, still there is the problem.<br>
> However If I add dump=true after fakesink, the memory usage will not<br>
> increase. I think this problem is related to udpsrc<br>
<br>
</span>dump=true on fakesink does nothing other than printing the buffers to<br>
stdout. This shouldn't have any effect on memory usage, it should only<br>
slow down a bit.<br>
<br>
Can you reduce the pipeline even more? Try removing the depayloader and<br>
just connect the udpsrc to a fakesink. Does it still have increasing<br>
memory usage?<br>
<br>
How are you measuring memory usage, does it increase approximately with<br>
the same speed as packets are arriving?<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
<br>
</div></div><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" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>