Appsink vs Filesink Processing Speed.

Arjen Veenhuizen arjen at moonlightmedia.nl
Fri Jul 7 05:39:47 UTC 2017


By default, appsink's sync property is set to true. This means that it will
process the media at its native playout speed (scheduling each buffer for
playout when it is supposed to be played). If you set this property to
false, it will no longer pay attention at sync and will process the buffers
as fast as possible. That should bring your processing time down to roughly
50 milliseconds.

Note that in contrast, filesink's sync property is set to false by default.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Appsink-vs-Filesink-Processing-Speed-tp4683722p4683723.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list