summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-04-15 23:26:13 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-04-16 00:48:12 +0100
commitd50044dc2f3cb18ce4e892323e51762e15690750 (patch)
tree1887b8a571b777812c6c28eb40de5747ea2914e6
parent4c6c9c2d5b674708bc36a96fceafff5a593d5fb2 (diff)
docs: remove errant gtk-doc comment marker triggering a warning
-rw-r--r--gst/gstutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstutils.c b/gst/gstutils.c
index 1b2c070f70..602822ce56 100644
--- a/gst/gstutils.c
+++ b/gst/gstutils.c
@@ -772,7 +772,7 @@ gst_element_request_compatible_pad (GstElement * element,
return pad;
}
-/**
+/*
* Checks if the source pad and the sink pad can be linked.
* Both @srcpad and @sinkpad must be unlinked and have a parent.
*/