gst/gstpad.h: Add doc
authorThijs Vermeir <thijsvermeir@gmail.com>
Thu, 14 Aug 2008 20:05:33 +0000 (20:05 +0000)
committerThijs Vermeir <thijsvermeir@gmail.com>
Thu, 14 Aug 2008 20:05:33 +0000 (20:05 +0000)
Original commit message from CVS:
* gst/gstpad.h:
Add doc

ChangeLog
gst/gstpad.h

index ecaa42b..0c4c3fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-14  Thijs Vermeir  <thijsvermeir@gmail.com>
+
+       * gst/gstpad.h:
+       Add doc
+
 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * libs/gst/base/gstbasetransform.c:
index 63b5bb4..9879bee 100644 (file)
@@ -428,7 +428,8 @@ typedef void                        (*GstPadFixateCapsFunction)     (GstPad *pad, GstCaps *caps);
  * @size.
  *
  * When this function returns anything else than #GST_FLOW_OK, the buffer allocation
- * failed and @buf does not contain valid data.
+ * failed and @buf does not contain valid data. If the function returns #GST_FLOW_OK and
+ * the @buf is NULL, a #GstBuffer will be created with @caps, @offset and @size.
  *
  * By default this function returns a new buffer of @size and with @caps containing
  * purely malloced data. The buffer should be freed with gst_buffer_unref()