summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2015-12-07 17:26:24 +0200
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>2015-12-07 17:26:24 +0200
commita2171ea0eb84489b5ce522f31c617ee564847e8b (patch)
treecb9b4675a8bd3fb38e5cb983aa6f07cf378f4e19
parent1544842fe3c8191168afa77cd9fe94fc8463eec1 (diff)
downloadgst-vaapi-a2171ea0eb84489b5ce522f31c617ee564847e8b.tar.gz
gstvaapiporfile: Fix string representation of HEVCMain10 profile
-rw-r--r--gst-libs/gst/vaapi/gstvaapiprofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiprofile.c b/gst-libs/gst/vaapi/gstvaapiprofile.c
index 650bea5a..2377b869 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)