mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
docs: xref function name
This commit is contained in:
parent
999a6235c0
commit
edfbd90b29
1 changed files with 1 additions and 1 deletions
|
@ -1577,7 +1577,7 @@ gst_pad_set_getcaps_function (GstPad * pad, GstPadGetCapsFunction getcaps)
|
||||||
* Sets the given acceptcaps function for the pad. The acceptcaps function
|
* Sets the given acceptcaps function for the pad. The acceptcaps function
|
||||||
* will be called to check if the pad can accept the given caps. Setting the
|
* will be called to check if the pad can accept the given caps. Setting the
|
||||||
* acceptcaps function to NULL restores the default behaviour of allowing
|
* acceptcaps function to NULL restores the default behaviour of allowing
|
||||||
* any caps that matches the caps from gst_pad_get_caps.
|
* any caps that matches the caps from gst_pad_get_caps().
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gst_pad_set_acceptcaps_function (GstPad * pad,
|
gst_pad_set_acceptcaps_function (GstPad * pad,
|
||||||
|
|
Loading…
Reference in a new issue