utils: report VP9 profiles
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Tue, 28 Jun 2016 13:48:39 +0000 (15:48 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Tue, 28 Jun 2016 14:34:30 +0000 (16:34 +0200)
Add VP9Profile0-3 name mapping.

gst-libs/gst/vaapi/gstvaapiutils.c

index 569e4b5..5b8c7a2 100644 (file)
@@ -152,6 +152,14 @@ string_of_VAProfile (VAProfile profile)
 #if VA_CHECK_VERSION(0,35,0)
       MAP (VP8Version0_3);
 #endif
+#if VA_CHECK_VERSION(0,37,0)
+      MAP (VP9Profile0);
+#endif
+#if VA_CHECK_VERSION(0,39,0)
+      MAP (VP9Profile1);
+      MAP (VP9Profile2);
+      MAP (VP9Profile3);
+#endif
 #undef MAP
     default:
       break;