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 /gst/vaapi/gstvaapivideobuffer.c | |
parent | bb0abb1a18c91e8fced1f36215ce9e102e7d6895 (diff) |
docs: add missing long descriptions
Diffstat (limited to 'gst/vaapi/gstvaapivideobuffer.c')
-rw-r--r-- | gst/vaapi/gstvaapivideobuffer.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" |