From: Víctor Manuel Jáquez Leal Date: Tue, 28 Jun 2016 13:48:39 +0000 (+0200) Subject: utils: report VP9 profiles X-Git-Tag: 1.19.3~503^2~1329 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22647090be1e4a4a1a37551a13e429da4a780f97;p=platform%2Fupstream%2Fgstreamer.git utils: report VP9 profiles Add VP9Profile0-3 name mapping. --- diff --git a/gst-libs/gst/vaapi/gstvaapiutils.c b/gst-libs/gst/vaapi/gstvaapiutils.c index 569e4b5..5b8c7a2 100644 --- a/gst-libs/gst/vaapi/gstvaapiutils.c +++ b/gst-libs/gst/vaapi/gstvaapiutils.c @@ -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;