summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-05-22 22:45:33 +0300
committerStefan Kost <ensonic@users.sf.net>2010-05-22 22:45:33 +0300
commitedfbd90b297aa5828e966acf88946225a31f52f0 (patch)
treea253202af7818d65a68e7b835260176ffecac0c1
parent999a6235c095a33f3f3c3fb131d033e5ef05d4c1 (diff)
docs: xref function name
-rw-r--r--gst/gstpad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstpad.c b/gst/gstpad.c
index dce2a46d6c..956f00b3e7 100644
--- a/gst/gstpad.c
+++ b/gst/gstpad.c
@@ -1577,7 +1577,7 @@ gst_pad_set_getcaps_function (GstPad * pad, GstPadGetCapsFunction getcaps)
* 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
* 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
gst_pad_set_acceptcaps_function (GstPad * pad,