diff --git a/ChangeLog b/ChangeLog index ecaa42bb1b..0c4c3faf84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-14 Thijs Vermeir + + * gst/gstpad.h: + Add doc + 2008-08-14 Wim Taymans * libs/gst/base/gstbasetransform.c: diff --git a/gst/gstpad.h b/gst/gstpad.h index 63b5bb4c37..9879beeecc 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -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()