From a2171ea0eb84489b5ce522f31c617ee564847e8b Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Mon, 7 Dec 2015 17:26:24 +0200 Subject: [PATCH] gstvaapiporfile: Fix string representation of HEVCMain10 profile --- gst-libs/gst/vaapi/gstvaapiprofile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/vaapi/gstvaapiprofile.c b/gst-libs/gst/vaapi/gstvaapiprofile.c index 650bea5aaf..2377b86999 100644 --- a/gst-libs/gst/vaapi/gstvaapiprofile.c +++ b/gst-libs/gst/vaapi/gstvaapiprofile.c @@ -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)