mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
gstvaapiporfile: Fix string representation of HEVCMain10 profile
This commit is contained in:
parent
1544842fe3
commit
a2171ea0eb
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ static const GstVaapiProfileMap gst_vaapi_profiles[] = {
|
|||
"video/x-h265", "main"
|
||||
},
|
||||
{ GST_VAAPI_PROFILE_H265_MAIN10, VAProfileHEVCMain10,
|
||||
"video/x-h265", "main10"
|
||||
"video/x-h265", "main-10"
|
||||
},
|
||||
#endif
|
||||
#if VA_CHECK_VERSION(0,38,0)
|
||||
|
|
Loading…
Reference in a new issue