aboutsummaryrefslogtreecommitdiff
path: root/docs/manual/basics-pads.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/basics-pads.xml')
-rw-r--r--docs/manual/basics-pads.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/basics-pads.xml b/docs/manual/basics-pads.xml
index 91c6a5a..c490a25 100644
--- a/docs/manual/basics-pads.xml
+++ b/docs/manual/basics-pads.xml
@@ -120,7 +120,7 @@ main (int argc,
<!-- example-end pad.c d --></programlisting>
<para>
It is not uncommon to add elements to the pipeline only from within
- the "pad-added" or "new-decoded-pad" callback. If you do this, don't
+ the "pad-added" callback. If you do this, don't
forget to set the state of the newly-added elements to the target
state of the pipeline using
<function>gst_element_set_state ()</function> or