libs: utils: Add HEVC Main444 sting in string_of_VAProfile

HEVCMain444_10 is already a supported profile and misses the strings.
This commit is contained in:
He Junyan 2020-03-17 18:51:19 +08:00 committed by GStreamer Merge Bot
parent d6bcbe47e9
commit f303b4a30f

View file

@ -237,6 +237,7 @@ string_of_VAProfile (VAProfile profile)
#if VA_CHECK_VERSION(1,2,0)
MAP (HEVCMain422_10);
MAP (HEVCMain444);
MAP (HEVCMain444_10);
#endif
MAP (HEVCMain);
MAP (HEVCMain10);