diff --git a/docs/manual/basics-elements.xml b/docs/manual/basics-elements.xml index 8b104a9996..7fbc60a8eb 100644 --- a/docs/manual/basics-elements.xml +++ b/docs/manual/basics-elements.xml @@ -3,7 +3,7 @@ The most important object in &GStreamer; for the application programmer is the GstElement + url="&URLAPI;GstElement.html">GstElement object. An element is the basic building block for a media pipeline. All the different high-level components you will use are derived from GstElement. Every decoder, encoder, demuxer, video diff --git a/docs/manual/basics-pads.xml b/docs/manual/basics-pads.xml index a9e98d0ebd..70f949a153 100644 --- a/docs/manual/basics-pads.xml +++ b/docs/manual/basics-pads.xml @@ -226,9 +226,9 @@ link_to_multiplexer (GstPad *tolink_pad, A pad's capabilities are described in a GstCaps object. Internally, a GstCaps + url="&URLAPI;gstreamer-GstCaps.html">GstCaps will contain one or more GstStructure + url="&URLAPI;gstreamer-GstStructure.html">GstStructure that will describe one media type. A negotiated pad will have capabilities set that contain exactly one structure. Also, this structure will contain only @@ -608,7 +608,7 @@ link_elements_with_filter (GstElement *element1, GstElement *element2)
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 @@ -627,7 +627,7 @@ link_elements_with_filter (GstElement *element1, GstElement *element2)
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 diff --git a/docs/manual/intro-motivation.xml b/docs/manual/intro-motivation.xml index e2d7f21192..55571b6a14 100644 --- a/docs/manual/intro-motivation.xml +++ b/docs/manual/intro-motivation.xml @@ -290,7 +290,7 @@ developers can experiment with different algorithms, speeding up the development of open and free multimedia codecs like those developed by the Xiph.Org - Foundation (such as Theora and Vorbis. + Foundation (such as Theora and Vorbis). diff --git a/docs/manual/manual.xml b/docs/manual/manual.xml index 6462cccc0f..ac268b5485 100644 --- a/docs/manual/manual.xml +++ b/docs/manual/manual.xml @@ -12,7 +12,7 @@ The code for this example is automatically extracted from - the documentation and built under examples/manual + the documentation and built under tests/examples/manual in the GStreamer tarball.