+ missed a couple of conn->link changes in the links.xml file in this branch

Original commit message from CVS:
+ missed a couple of conn->link changes in the links.xml file in this branch
This commit is contained in:
Leif Johnson 2003-01-26 02:13:01 +00:00
parent 22c66f1afb
commit 1d9bd9ae94

View file

@ -1,5 +1,5 @@
<chapter id="cha-links">
<title>Connecting elements</title>
<title>Linking elements</title>
<para>
You can link the different pads of elements together so that the elements
form a chain.
@ -27,7 +27,7 @@
construct an MPEG player later in this manual.
</para>
<sect1 id="sec-conn-basic">
<sect1 id="sec-link-basic">
<title>Making simple links</title>
<para>
You can link two pads with:
@ -85,7 +85,7 @@
</programlisting>
<para>
You can query if a pad is linked with GST_PAD_IS_CONNECTED (pad).
You can query if a pad is linked with GST_PAD_IS_LINKED (pad).
</para>
<para>
To query for the <classname>GstPad</classname> a pad is linked to, use
@ -93,7 +93,7 @@
</para>
</sect1>
<sect1 id="sec-conn-filtered">
<sect1 id="sec-link-filtered">
<title>Making filtered links</title>
<para>
You can also force a specific media type on the link by using gst_pad_link_filtered ()