Skip to content

va: h264dec: Allow "extended" profile decoding

Nicolas Dufresne requested to merge ndufresne/gstreamer:va-h264-extended into main

Extended is identical to main but allows for FMO/ASO features to be used, and prevent using CABAC. Using similar logic to "baseline", assume that if we support main, we can also do extended.

This fixes the following fluster vectors, which otherwise would fail when trying to link the parsebin pad.

  • BA3_SVA_C
  • MR6_BT_B
  • MR7_BT_B
  • MR8_BT_B

cc @He_Junyan @vjaquez

Merge request reports

Loading