<div dir="ltr">Thanks again for your quick reply.<br><div><br>Would you be able to explain that a little bit further please? I'm not sure I understand what you mean.<br><br></div><div>Cheers,<br></div><div>George<br></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 7 June 2013 13:14, 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="im">On Fri, 2013-06-07 at 13:04 +0100, George Demetriades wrote:<br>
<br>
Hi,<br>
<br>
</div><div class="im">> I'm not actually using the appsrc element; instead, I'm using a udpsrc<br>
> which is then decoded. The idea is to pull whole raw frames out of the<br>
> gstreamer pipeline via the appsink element which I then process<br>
> myself. The problem is that setting the blocksize element doesn't<br>
> affect the size of the buffer I receive in my callback function used<br>
> when when the "new-buffer" signal is emitted.<br>
><br>
><br>
> I'm not sure how to control the size of the buffer passed through to<br>
> the appsink though, and that is where the problem lies.<br>
<br>
</div>Sorry, my fault, I misread. The same applies to appsink though :-)<br>
<br>
You will get buffers as they flow through the pipeline in the chunking<br>
used there. So after udpsrc that would be udp packets as received, after<br>
an RTP depayloader that might be udp payloads (possibly whole frames,<br>
e.g. if you force the depayloader to output H.264 AVC instead of<br>
byte-stream NALs).<br>
<div class="HOEnZb"><div class="h5"><br>
 Cheers<br>
  -Tim<br>
<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>
</div></div></blockquote></div><br></div>