mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 23:16:30 +00:00
gst/gstpad.h: Clarify the docs a bit more.
Original commit message from CVS: * gst/gstpad.h: Clarify the docs a bit more.
This commit is contained in:
parent
71ba3c6fce
commit
c82ad04dd4
2 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst/gstpad.h:
|
||||||
|
Clarify the docs a bit more.
|
||||||
|
|
||||||
2008-08-05 Stefan Kost <ensonic@users.sf.net>
|
2008-08-05 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* tests/examples/metadata/read-metadata.c:
|
* tests/examples/metadata/read-metadata.c:
|
||||||
|
|
10
gst/gstpad.h
10
gst/gstpad.h
|
@ -420,10 +420,12 @@ typedef void (*GstPadFixateCapsFunction) (GstPad *pad, GstCaps *caps);
|
||||||
* be processed by @pad. The function is mostly overridden by elements that can
|
* be processed by @pad. The function is mostly overridden by elements that can
|
||||||
* provide a hardware buffer in order to avoid additional memcpy operations.
|
* provide a hardware buffer in order to avoid additional memcpy operations.
|
||||||
*
|
*
|
||||||
* The function can return a buffer that does not have @caps, in which case the
|
* The function can return a buffer that has caps different from the requested
|
||||||
* upstream element requests a format change. If a format change was requested,
|
* @caps, in which case the upstream element requests a format change to this
|
||||||
* the returned buffer will be one to hold the data of said new caps, so its
|
* new caps.
|
||||||
* size might be different from @size.
|
* If a format change was requested, the returned buffer will be one to hold
|
||||||
|
* the data of said new caps, so its size might be different from the requested
|
||||||
|
* @size.
|
||||||
*
|
*
|
||||||
* When this function returns anything else than #GST_FLOW_OK, the buffer allocation
|
* 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.
|
||||||
|
|
Loading…
Reference in a new issue