docs: Fix some reference URIs

https://bugzilla.gnome.org/show_bug.cgi?id=709804
This commit is contained in:
Fabian Kirsch 2013-10-10 12:56:54 +02:00 committed by Sebastian Dröge
parent eb0d978e1e
commit 0db5ae7962
4 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
<para> <para>
The most important object in &GStreamer; for the application programmer The most important object in &GStreamer; for the application programmer
is the <ulink type="http" is the <ulink type="http"
url="../../gstreamer/html/GstElement.html"><classname>GstElement</classname></ulink> url="&URLAPI;GstElement.html"><classname>GstElement</classname></ulink>
object. An element is the basic building block for a media pipeline. All object. An element is the basic building block for a media pipeline. All
the different high-level components you will use are derived from the different high-level components you will use are derived from
<classname>GstElement</classname>. Every decoder, encoder, demuxer, video <classname>GstElement</classname>. Every decoder, encoder, demuxer, video

View file

@ -226,9 +226,9 @@ link_to_multiplexer (GstPad *tolink_pad,
<para> <para>
A pad's capabilities are described in a <classname>GstCaps</classname> A pad's capabilities are described in a <classname>GstCaps</classname>
object. Internally, a <ulink type="http" object. Internally, a <ulink type="http"
url="../../gstreamer/html/gstreamer-GstCaps.html"><classname>GstCaps</classname></ulink> url="&URLAPI;gstreamer-GstCaps.html"><classname>GstCaps</classname></ulink>
will contain one or more <ulink type="http" will contain one or more <ulink type="http"
url="../../gstreamer/html/gstreamer-GstStructure.html"><classname>GstStructure</classname></ulink> url="&URLAPI;gstreamer-GstStructure.html"><classname>GstStructure</classname></ulink>
that will describe one media type. A negotiated pad will have that will describe one media type. A negotiated pad will have
capabilities set that contain exactly <emphasis>one</emphasis> capabilities set that contain exactly <emphasis>one</emphasis>
structure. Also, this structure will contain only structure. Also, this structure will contain only
@ -608,7 +608,7 @@ link_elements_with_filter (GstElement *element1, GstElement *element2)
</para> </para>
<figure float="1" id="section-bin-noghost-img"> <figure float="1" id="section-bin-noghost-img">
<title>Visualisation of a <ulink type="http" <title>Visualisation of a <ulink type="http"
url="../../gstreamer/html/GstBin.html"><classname>GstBin</classname></ulink> url="&URLAPI;GstBin.html"><classname>GstBin</classname></ulink>
element without ghost pads</title> element without ghost pads</title>
<mediaobject> <mediaobject>
<imageobject> <imageobject>
@ -627,7 +627,7 @@ link_elements_with_filter (GstElement *element1, GstElement *element2)
<figure float="1" id="section-bin-ghost-img"> <figure float="1" id="section-bin-ghost-img">
<title>Visualisation of a <ulink type="http" <title>Visualisation of a <ulink type="http"
url="../../gstreamer/html/GstBin.html"><classname>GstBin</classname></ulink> url="&URLAPI;GstBin.html"><classname>GstBin</classname></ulink>
element with a ghost pad</title> element with a ghost pad</title>
<mediaobject> <mediaobject>
<imageobject> <imageobject>

View file

@ -290,7 +290,7 @@
developers can experiment with different algorithms, speeding up the developers can experiment with different algorithms, speeding up the
development of open and free multimedia codecs like those developed development of open and free multimedia codecs like those developed
by the <ulink url="http://www.xiph.org" type="http">Xiph.Org by the <ulink url="http://www.xiph.org" type="http">Xiph.Org
Foundation</ulink> (such as Theora and Vorbis. Foundation</ulink> (such as Theora and Vorbis).
</para> </para>
</section> </section>

View file

@ -12,7 +12,7 @@
<footnote> <footnote>
<para> <para>
The code for this example is automatically extracted from The code for this example is automatically extracted from
the documentation and built under <filename>examples/manual</filename> the documentation and built under <filename>tests/examples/manual</filename>
in the GStreamer tarball. in the GStreamer tarball.
</para> </para>
</footnote> </footnote>