mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
gst/gstpad.h: Add doc
Original commit message from CVS: * gst/gstpad.h: Add doc
This commit is contained in:
parent
e580f95831
commit
05bfed2da8
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue