summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-09-19 00:33:58 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-09-19 00:33:58 +0100
commiteefe8be9fe01d47be327b4584370e5a41d8a5446 (patch)
tree653e2065b8b3d540f89a6cdaeaa1f90dcdbc1b51
parent3c4567f5916619f1476e8294391371639f815e10 (diff)
docs: pwg: fix some links to the API docs
https://bugzilla.gnome.org/show_bug.cgi?id=736762
-rw-r--r--docs/pwg/advanced-tagging.xml2
-rw-r--r--docs/pwg/intro-basics.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/pwg/advanced-tagging.xml b/docs/pwg/advanced-tagging.xml
index 082d732516..ae991d8ee5 100644
--- a/docs/pwg/advanced-tagging.xml
+++ b/docs/pwg/advanced-tagging.xml
@@ -54,7 +54,7 @@
<title>Reading Tags from Streams</title>
<para>
The basic object for tags is a <ulink type="http"
- url="../../gstreamer/html/gstreamer-GstTagList.html"><classname>GstTagList
+ url="../../gstreamer/html/GstTagList.html"><classname>GstTagList
</classname></ulink>. An element that is reading tags from a stream should
create an empty taglist and fill this with individual tags. Empty tag
lists can be created with <function>gst_tag_list_new ()</function>. Then,
diff --git a/docs/pwg/intro-basics.xml b/docs/pwg/intro-basics.xml
index e864e5e166..de065d27d3 100644
--- a/docs/pwg/intro-basics.xml
+++ b/docs/pwg/intro-basics.xml
@@ -190,8 +190,8 @@
See the &GstLibRef; for the current implementation details of a <ulink
type="http"
url="../../gstreamer/html/gstreamer-GstMiniObject.html"><classname>GstMiniObject</classname></ulink>, <ulink type="http"
- url="../../gstreamer/html/gstreamer-GstBuffer.html"><classname>GstBuffer</classname></ulink> and <ulink type="http"
- url="../../gstreamer/html/gstreamer-GstEvent.html"><classname>GstEvent</classname></ulink>.
+ url="../../gstreamer/html/GstBuffer.html"><classname>GstBuffer</classname></ulink> and <ulink type="http"
+ url="../../gstreamer/html/GstEvent.html"><classname>GstEvent</classname></ulink>.
</para>
<sect2 id="sect2-buffer-allocation" xreflabel="Buffer Allocation">