<div dir="ltr">Thanks Arjen. <div><br></div><div>I've set the sync property to false and now it runs sweetly.</div><div><br></div><div>Regards</div><div>Steve<br><div class="gmail_extra"><br><div class="gmail_quote">On 7 July 2017 at 17:39, Arjen Veenhuizen <span dir="ltr"><<a href="mailto:arjen@moonlightmedia.nl" target="_blank">arjen@moonlightmedia.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">By default, appsink's sync property is set to true. This means that it will<br>
process the media at its native playout speed (scheduling each buffer for<br>
playout when it is supposed to be played). If you set this property to<br>
false, it will no longer pay attention at sync and will process the buffers<br>
as fast as possible. That should bring your processing time down to roughly<br>
50 milliseconds.<br>
<br>
Note that in contrast, filesink's sync property is set to false by default.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Appsink-vs-Filesink-Processing-Speed-tp4683722p4683723.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/Appsink-vs-<wbr>Filesink-Processing-Speed-<wbr>tp4683722p4683723.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</blockquote></div><br></div></div></div>