Skip to content

va: h264dec: Try to use ConstrainedBaseline or Main to decode BaseLine.

He Junyan requested to merge He_Junyan/gst-plugins-bad:baseline_as_main into master

I h264, the Baseline profile is widely misused. A lot of streams declare that they are the Baseline, but in fact they just conform to ConstrainedBaseline. The features such as FMO and ASO are not used at all. We just use Baseline and Main profile to decode it to avoid lots of streams failure.

Merge request reports