mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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
|
||||
* @codec: a #GstVaapiCodec to find in @codec
|
||||
*
|
||||
* Search in the available @codecs for the specific @codec.
|
||||
*
|
||||
* Returns: %TRUE if @codec is in @codecs
|
||||
**/
|
||||
gboolean
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
/**
|
||||
* SECTION:gstvaapivideobuffer
|
||||
* @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"
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
/**
|
||||
* SECTION:gstvaapivideometa
|
||||
* @short_description: VA video meta for GStreamer
|
||||
*
|
||||
* Describes a #GstMeta for VA-base video buffers.
|
||||
*/
|
||||
|
||||
#include "gstcompat.h"
|
||||
|
|
Loading…
Reference in a new issue