Skip to content

libs: decoder: Modify decode src's template raw formats

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

We do not need to maintain a standalone list of decoder's output template for raw formats and that is easy to make mistake(for example, the AYVU is wrong in that list, should be VUYA). Just use GST_VAAPI_FORMATS_ALL to replace the raw formats list for src template.

Merge request reports