Skip to content
Snippets Groups Projects
Commit 3876a193 authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

check-va-api: Decode H264 and fallback to MPEG2 and VAProfileNone


Some Intel GPUs don't have the profile "VAProfileNone".

For this reason we try "VAProfileH264Main" instead, that should be
supported since Intel GMA 4500 and Radeon HD 2000 and GeForce 8.
For additional coverage we also fallback to "VAProfileMPEG2Simple", that
has a similar GPU compatibility and lastly to "VAProfileNone".

Fixes: #24

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent 43d1cb7f
No related branches found
No related tags found
1 merge request!180check-va-api: Try to decode H264Main and fallback to MPEG2Simple
Pipeline #5384 passed