Skip to content

libs: Modify the video format of endianness.

He Junyan requested to merge He_Junyan/gstreamer-vaapi:master into master

We lack some video format because endianness declare. The video format should not directly relate to endianness. For example, ARGB on big endian should not be simplely seen as BGRA on little endian machine. We should provide endianess convert or format convert help functions if endianness does not match.

#112 (closed)

Signed-off-by: Junyan He junyan.he@intel.com

Merge request reports