GstVideo - Extensible Format Registry?

Nicolas Dufresne nicolas.dufresne at gmail.com
Sat Oct 8 15:29:14 UTC 2016


Le vendredi 07 octobre 2016 à 12:34 -0400, Vanista Herion a écrit :
> I understand that GstVideo provides a limited set of formats and
> anything other than that should convert to the closest matching, the
> problem is that this adds a tremendous overhead that often cannot be
> afforded in real time applications. 

That's not a correct statement. Whenever a format is becoming useful,
one will add it to GstVideo. We use fixed enumeration for performance
in caps negotiation. It's based on the premise that there is few new
formats every year. For truly opaque format, or formats that aren't
meant to be displayed, you can of course use your own mime-style
format, caps are generic in this matter (e.g. video/x-raw-opaque,...).

Nicolas


More information about the gstreamer-devel mailing list