mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 09:43:55 +00:00
utils: report VP9 profiles
Add VP9Profile0-3 name mapping.
This commit is contained in:
parent
326011af58
commit
22647090be
1 changed files with 8 additions and 0 deletions
|
@ -152,6 +152,14 @@ string_of_VAProfile (VAProfile profile)
|
||||||
#if VA_CHECK_VERSION(0,35,0)
|
#if VA_CHECK_VERSION(0,35,0)
|
||||||
MAP (VP8Version0_3);
|
MAP (VP8Version0_3);
|
||||||
#endif
|
#endif
|
||||||
|
#if VA_CHECK_VERSION(0,37,0)
|
||||||
|
MAP (VP9Profile0);
|
||||||
|
#endif
|
||||||
|
#if VA_CHECK_VERSION(0,39,0)
|
||||||
|
MAP (VP9Profile1);
|
||||||
|
MAP (VP9Profile2);
|
||||||
|
MAP (VP9Profile3);
|
||||||
|
#endif
|
||||||
#undef MAP
|
#undef MAP
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue