libs: utils: add HEVC profiles representation
authorHyunjun Ko <zzoon@igalia.com>
Wed, 8 Feb 2017 05:17:05 +0000 (14:17 +0900)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 8 Feb 2017 09:42:28 +0000 (10:42 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=778318

gst-libs/gst/vaapi/gstvaapiutils.c

index df17044..d583ab4 100644 (file)
@@ -182,6 +182,10 @@ string_of_VAProfile (VAProfile profile)
       MAP (H264MultiviewHigh);
       MAP (H264StereoHigh);
 #endif
+#if VA_CHECK_VERSION(0,37,1)
+      MAP (HEVCMain);
+      MAP (HEVCMain10);
+#endif
       MAP (VC1Simple);
       MAP (VC1Main);
       MAP (VC1Advanced);