mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
va: vp8dec: add element documentation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1673>
This commit is contained in:
parent
a0ba72ed50
commit
a5dcb35ad6
1 changed files with 21 additions and 0 deletions
|
@ -18,6 +18,27 @@
|
||||||
* Boston, MA 02110-1301, USA.
|
* 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
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue