mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +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)
|
#if VA_CHECK_VERSION(0,35,2)
|
||||||
MAP (H264MultiviewHigh);
|
MAP (H264MultiviewHigh);
|
||||||
MAP (H264StereoHigh);
|
MAP (H264StereoHigh);
|
||||||
|
#endif
|
||||||
|
#if VA_CHECK_VERSION(0,37,1)
|
||||||
|
MAP (HEVCMain);
|
||||||
|
MAP (HEVCMain10);
|
||||||
#endif
|
#endif
|
||||||
MAP (VC1Simple);
|
MAP (VC1Simple);
|
||||||
MAP (VC1Main);
|
MAP (VC1Main);
|
||||||
|
|
Loading…
Reference in a new issue