gstvaapiporfile: Fix string representation of HEVCMain10 profile

This commit is contained in:
Sreerenj Balachandran 2015-12-07 17:26:24 +02:00
parent 1544842fe3
commit a2171ea0eb

View file

@ -158,7 +158,7 @@ static const GstVaapiProfileMap gst_vaapi_profiles[] = {
"video/x-h265", "main" "video/x-h265", "main"
}, },
{ GST_VAAPI_PROFILE_H265_MAIN10, VAProfileHEVCMain10, { GST_VAAPI_PROFILE_H265_MAIN10, VAProfileHEVCMain10,
"video/x-h265", "main10" "video/x-h265", "main-10"
}, },
#endif #endif
#if VA_CHECK_VERSION(0,38,0) #if VA_CHECK_VERSION(0,38,0)