From a5dcb35ad609270834bf69b405a18f645ab0153a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Fri, 9 Oct 2020 10:33:58 +0200 Subject: [PATCH] va: vp8dec: add element documentation Part-of: --- sys/va/gstvavp8dec.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sys/va/gstvavp8dec.c b/sys/va/gstvavp8dec.c index dfcc71f7e8..b4d63b2b9c 100644 --- a/sys/va/gstvavp8dec.c +++ b/sys/va/gstvavp8dec.c @@ -18,6 +18,27 @@ * Boston, MA 02110-1301, USA. */ +/** + * SECTION:element-vavp8dec + * @title: vavp8dec + * @short_description: A VA-API based VP8 video decoder + * + * vavp8dec decodes VP8 bitstreams to VA surfaces using the + * installed and chosen [VA-API](https://01.org/linuxmedia/vaapi) + * driver. + * + * The decoding surfaces can be mapped onto main memory as video + * frames. + * + * ## Example launch line + * ``` + * gst-launch-1.0 filesrc location=sample.webm ! parsebin ! vavp8dec ! autovideosink + * ``` + * + * Since: 1.20 + * + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif