gstvaapiporfile: Fix string representation of HEVCMain10 profile
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Mon, 7 Dec 2015 15:26:24 +0000 (17:26 +0200)
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>
Mon, 7 Dec 2015 15:26:24 +0000 (17:26 +0200)
gst-libs/gst/vaapi/gstvaapiprofile.c

index 650bea5..2377b86 100644 (file)
@@ -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)