docs: add missing long descriptions
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Thu, 27 Oct 2016 09:06:06 +0000 (11:06 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Thu, 27 Oct 2016 09:06:06 +0000 (11:06 +0200)
gst/vaapi/gstvaapipluginutil.c
gst/vaapi/gstvaapivideobuffer.c
gst/vaapi/gstvaapivideometa.c

index 4e3d7a3..88223ba 100644 (file)
@@ -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
index 68dbff3..9d047e7 100644 (file)
@@ -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"
index e73386a..ca5333b 100644 (file)
@@ -25,6 +25,8 @@
 /**
  * SECTION:gstvaapivideometa
  * @short_description: VA video meta for GStreamer
+ *
+ * Describes a #GstMeta for VA-base video buffers.
  */
 
 #include "gstcompat.h"