[vlc-devel] [PATCH 2/2] Enable zero-copy support for gstreamer video decoders

Jean-Baptiste Kempf jb at videolan.org
Fri Feb 5 16:24:58 CET 2016


On 04 Feb, Vikram Fugro wrote :
> Implements the interface to provide the VLC pictures
> from vout mapped to GstBuffers, along with per video
> plane stride/offsets info, to the upstream gstreamer
> video decoder. If the stride/offsets info of the vlc
> pictures (created by vout) matches the video decoder's
> expectations, the decoder will directly decode into
> the vout allocated pictures, enabling zero-copy. Else
> it will continue to use it's own bufferpool

Thank you. This was applied.

However, I'd like a bit less warnings, if possible, and you should
really be careful about the C standard, notably on the macros starting
by __UPPERSOMETHING__


-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the vlc-devel mailing list