Skip to content

vaapiencode: h264: ignore level without breaking negotiation

Since commit 9f627ef2 if the user sets level in the encoder src caps the caps negotiation is rejected.

But since the same commit the same encoder set the autoconfigured level in caps. Some change in the base class might fixed the operation order so now the caps are set and later negotiated.

This patch removes the level check.

Fixes: #273 (closed)

Merge request reports