mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
docs: add missing long descriptions
This commit is contained in:
parent
bb0abb1a18
commit
0b46da2a8f
3 changed files with 7 additions and 0 deletions
|
@ -783,6 +783,8 @@ no_vendor:
|
||||||
* @codecs: a #GArray of #GstVaapiCodec
|
* @codecs: a #GArray of #GstVaapiCodec
|
||||||
* @codec: a #GstVaapiCodec to find in @codec
|
* @codec: a #GstVaapiCodec to find in @codec
|
||||||
*
|
*
|
||||||
|
* Search in the available @codecs for the specific @codec.
|
||||||
|
*
|
||||||
* Returns: %TRUE if @codec is in @codecs
|
* Returns: %TRUE if @codec is in @codecs
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
|
|
|
@ -25,6 +25,9 @@
|
||||||
/**
|
/**
|
||||||
* SECTION:gstvaapivideobuffer
|
* SECTION:gstvaapivideobuffer
|
||||||
* @short_description: VA video buffer for GStreamer
|
* @short_description: VA video buffer for GStreamer
|
||||||
|
*
|
||||||
|
* This functions creates and decorates a #GstBuffer that is going to
|
||||||
|
* be used by VA base gstreamer elements.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gstcompat.h"
|
#include "gstcompat.h"
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
/**
|
/**
|
||||||
* SECTION:gstvaapivideometa
|
* SECTION:gstvaapivideometa
|
||||||
* @short_description: VA video meta for GStreamer
|
* @short_description: VA video meta for GStreamer
|
||||||
|
*
|
||||||
|
* Describes a #GstMeta for VA-base video buffers.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gstcompat.h"
|
#include "gstcompat.h"
|
||||||
|
|
Loading…
Reference in a new issue