<div dir="ltr">Hi, thanks a lot for the nice solution. I am using the leaky queue now, but I am not sure if it is working properly. How does it now that my element is busy processing a previous buffer?<div><br></div><div style>
Thanks,</div><div style><br></div><div style>Santiago</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 15, 2013 at 5:48 PM, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mon, 2013-07-15 at 16:33 -0400, Santiago Olivera wrote:<br>
<br>
> Hi, I have a plugin that processes images. It can only process about<br>
> five per second (variable: Sometimes may be four, others may be 6).<br>
> However I receive data via UDPSRC at rates that can go up to 30 images<br>
> per second. It seems that the buffers received while my module is busy<br>
> processing an image are creating a big memory leak. How can I, inside<br>
> my module, unref those buffers that I am not able to process?<br>
<br>
</div></div>Taking a step back, the question is where do you throw buffers away /<br>
throttle, and how.<br>
<br>
The easiest way would be to have a very small (max-size-buffers=3 or so)<br>
"leaky" (leak=downstream) queue between your image processing element<br>
and udpsrc. That way the queue will throw away buffers that can't be<br>
handled right now.<br>
<br>
 Cheers<br>
  -Tim<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>