mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
va: h264dec: add documentation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1585>
This commit is contained in:
parent
9443bf7a22
commit
9e9e5c72d5
1 changed files with 25 additions and 0 deletions
|
@ -18,6 +18,31 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:element-vah264dec
|
||||
* @title: vah264dec
|
||||
* @short_description: A VA-API based H264 video decoder
|
||||
*
|
||||
* vah264dec decodes H264 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=big_buck_bunny.mov ! parsebin ! vah264dec ! autovideosink
|
||||
* ]|
|
||||
*
|
||||
*/
|
||||
|
||||
/* ToDo:
|
||||
*
|
||||
* + interlaced streams
|
||||
* + mutiview and stereo profiles
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue