summaryrefslogtreecommitdiff
path: root/markdown/application-development/basics/pads.md
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/application-development/basics/pads.md')
-rw-r--r--markdown/application-development/basics/pads.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/application-development/basics/pads.md b/markdown/application-development/basics/pads.md
index 1d229d6..88f3f88 100644
--- a/markdown/application-development/basics/pads.md
+++ b/markdown/application-development/basics/pads.md
@@ -127,7 +127,7 @@ from a “tee” element:
{{ snippets.c#some_function }}
-The `gst_element_get_request_pad ()` method can be used to get a pad
+The `gst_element_request_pad_simple ()` method can be used to get a pad
from the element based on the name of the pad template. It is also
possible to request a pad that is compatible with another pad template.
This is very useful if you want to link an element to a multiplexer