mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
libs: utils: add HEVC profiles representation
https://bugzilla.gnome.org/show_bug.cgi?id=778318
This commit is contained in:
parent
d89a3bd258
commit
2d463f79f2
1 changed files with 4 additions and 0 deletions
|
@ -181,6 +181,10 @@ string_of_VAProfile (VAProfile profile)
|
|||
#if VA_CHECK_VERSION(0,35,2)
|
||||
MAP (H264MultiviewHigh);
|
||||
MAP (H264StereoHigh);
|
||||
#endif
|
||||
#if VA_CHECK_VERSION(0,37,1)
|
||||
MAP (HEVCMain);
|
||||
MAP (HEVCMain10);
|
||||
#endif
|
||||
MAP (VC1Simple);
|
||||
MAP (VC1Main);
|
||||
|
|
Loading…
Reference in a new issue