docs: fix some external links

This commit is contained in:
Stefan Sauer 2013-06-16 15:07:35 +02:00
parent 128763bb74
commit 6ca26e9a00
4 changed files with 10 additions and 10 deletions

View file

@ -54,9 +54,9 @@ custom-made hardware sinks, or via wayland.
<answer> <answer>
<para> <para>
GStreamer actively supports such efforts, and in the case of GStreamer actively supports such efforts, and in the case of
<ulink url="http://ladspa.org/"><citetitle>LADSPA</citetitle></ulink>, <ulink url="http://www.ladspa.org/"><citetitle>LADSPA</citetitle></ulink>,
we already have a wrapper plugin. This wrapper plug-in detects the LADSPA we already have a wrapper plugin. This wrapper plug-in detects the LADSPA
plugins present on your system at register time. plugins present on your system at run time.
</para> </para>
</answer> </answer>
</qandaentry> </qandaentry>

View file

@ -57,7 +57,7 @@
onwards. Nowadays, a whole bunch of GNOME applications make use of onwards. Nowadays, a whole bunch of GNOME applications make use of
&GStreamer; for media-processing, including (but not limited to) &GStreamer; for media-processing, including (but not limited to)
<ulink type="http" url="http://www.rhythmbox.org/">Rhythmbox</ulink>, <ulink type="http" url="http://www.rhythmbox.org/">Rhythmbox</ulink>,
<ulink type="http" url="http://www.hadess.net/totem.php3">Totem</ulink> <ulink type="http" url="http://projects.gnome.org/totem/">Totem</ulink>
and <ulink type="http" and <ulink type="http"
url="http://www.burtonini.com/blog/computers/sound-juicer">Sound url="http://www.burtonini.com/blog/computers/sound-juicer">Sound
Juicer</ulink>. Juicer</ulink>.

View file

@ -593,9 +593,9 @@ link_elements_with_filter (GstElement *element1, GstElement *element2)
<para> <para>
See the API references for the full API of See the API references for the full API of
<ulink type="http" <ulink type="http"
url="&URLAPI;GstStructure.html"><classname>GstStructure</classname></ulink> url="&URLAPI;gstreamer-GstStructure.html"><classname>GstStructure</classname></ulink>
and <ulink type="http" and <ulink type="http"
url="&URLAPI;GstCaps.html"><classname>GstCaps</classname></ulink>. url="&URLAPI;gstreamer-GstCaps.html"><classname>GstCaps</classname></ulink>.
</para> </para>
</sect2> </sect2>
</sect1> </sect1>

View file

@ -287,10 +287,10 @@
<title>Provide a framework for codec experimentation</title> <title>Provide a framework for codec experimentation</title>
<para> <para>
&GStreamer; also wants to be an easy framework where codec &GStreamer; also wants to be an easy framework where codec
developers can experiment with different algorithms, speeding up developers can experiment with different algorithms, speeding up the
the development of open and free multimedia codecs like <ulink development of open and free multimedia codecs like those developed
url="http://www.xiph.org/ogg/index.html" type="http">Theora and by the <ulink url="http://www.xiph.org" type="http">Xiph.Org
Vorbis</ulink>. Foundation</ulink> (such as Theora and Vorbis.
</para> </para>
</section> </section>