Skip to content

libs: video-format: Make all YUV format available

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

The YUV formats have no ambiguity for drivers, so we can add them all. Some old driver(i965) does not implement full get/put image functions but can use derive image funtions for the YUV format. It does not report that kind of formats correctly in image query, but will derive that YUV format image from surface. The dynamic mapping of YUV format will block that manner. Adding more YUV format mapping has no side effect. So considering the legacy driver conformance, we add all YUV formats mapping statically and dynamic mapping RBG formats

Fix: #189 (closed) Fix: #190 (closed)

Merge request reports