Skip to content

gstvaapidecoder_h265: recognize more HEVC extension streams

Haihao Xiang requested to merge haihao/gstreamer-vaapi:fix-hevc-profile into master

There are streams which have the right general_profile_idc and general_profile_compatibility_flag, but don't have the right extension flags. We may try to use chroma_format_idc and bit_depth to recognize these streams.

e.g. https://www.itu.int/wftp3/av-arch/jctvc-site/bitstream_exchange/draft_conformance/SCC/IBF_Disabled_A_MediaTek_2.zip

Merge request reports