docs: add missing long descriptions

This commit is contained in:
Víctor Manuel Jáquez Leal 2016-10-27 11:06:06 +02:00
parent bb0abb1a18
commit 0b46da2a8f
3 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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"

View file

@ -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"