diff options
author | Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | 2016-10-27 11:06:06 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | 2016-10-27 11:06:06 +0200 |
commit | 0b46da2a8f70d17c2991f67e960e836ae8c74142 (patch) | |
tree | 577fe4470ebb3f4e5793528c7d741c3c6d0f7398 | |
parent | bb0abb1a18c91e8fced1f36215ce9e102e7d6895 (diff) |
docs: add missing long descriptions
-rw-r--r-- | gst/vaapi/gstvaapipluginutil.c | 2 | ||||
-rw-r--r-- | gst/vaapi/gstvaapivideobuffer.c | 3 | ||||
-rw-r--r-- | gst/vaapi/gstvaapivideometa.c | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gst/vaapi/gstvaapipluginutil.c b/gst/vaapi/gstvaapipluginutil.c index 4e3d7a39..88223ba3 100644 --- a/gst/vaapi/gstvaapipluginutil.c +++ b/gst/vaapi/gstvaapipluginutil.c @@ -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 diff --git a/gst/vaapi/gstvaapivideobuffer.c b/gst/vaapi/gstvaapivideobuffer.c index 68dbff3d..9d047e73 100644 --- a/gst/vaapi/gstvaapivideobuffer.c +++ b/gst/vaapi/gstvaapivideobuffer.c @@ -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" diff --git a/gst/vaapi/gstvaapivideometa.c b/gst/vaapi/gstvaapivideometa.c index e73386ad..ca5333bc 100644 --- a/gst/vaapi/gstvaapivideometa.c +++ b/gst/vaapi/gstvaapivideometa.c @@ -25,6 +25,8 @@ /** * SECTION:gstvaapivideometa * @short_description: VA video meta for GStreamer + * + * Describes a #GstMeta for VA-base video buffers. */ #include "gstcompat.h" |