Skip to content

libs: Add packed 24 RGB format support.

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

Can not find a suitable chrome_type for this GST_VIDEO_FORMAT_RGB packed 24 format. Just use GST_VAAPI_CHROMA_TYPE_RGB32 as its chrome type. This kind of surface will just be created by new API with fourcc and no old style chrome based creation is available.

fixes: #151 (closed)

Merge request reports