Skip to content

libs: encoder: mpeg2: Add highP level for 1080@50p/60p.

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

The MPEG2 spec has amendment 3 to introduce a new level highP, which is used for 1080@50p/60p streams. We need to add this level to avoid encoding failure because of the level check.

Fix: #306 (closed)

Merge request reports