Skip to content

lib: decoder: vp9: Set chroma_type by VP9 bit_depth

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

The decoder's surface chroma type should depend on the bit depth of VP9's parser. For 10bits VP9 stream, we need to use P10LE kind 10 bits surface as the decoder result.

Merge request reports