summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-04-10 18:37:31 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-04-10 18:38:43 +0100
commitfbcfa382361a7ffda6f737277f0ed9ae85f44f03 (patch)
tree006b02cca1d81765bda78d56ba824618c556bf0a /docs
parent636aa20f283d576fff4c290b5c20effe86710be3 (diff)
docs: pwg: remove broken references to example code
We point to gst-template at the beginning that shoul be enough. https://bugzilla.gnome.org/show_bug.cgi?id=623575
Diffstat (limited to 'docs')
-rw-r--r--docs/pwg/building-boiler.xml3
-rw-r--r--docs/pwg/pwg.xml5
2 files changed, 0 insertions, 8 deletions
diff --git a/docs/pwg/building-boiler.xml b/docs/pwg/building-boiler.xml
index 5d781238ae..251bf33173 100644
--- a/docs/pwg/building-boiler.xml
+++ b/docs/pwg/building-boiler.xml
@@ -159,9 +159,6 @@ Resolving deltas: 100% (240/240), done.
file (although since the interface to the code is entirely defined by the
plugin system, and doesn't depend on reading a header file, this is not
crucial.)
-
- The code here can be found in
- <filename>examples/pwg/examplefilter/boiler/gstexamplefilter.h</filename>.
</para>
<example id="ex-boiler-examine-h">
diff --git a/docs/pwg/pwg.xml b/docs/pwg/pwg.xml
index 4f79709682..52d729e088 100644
--- a/docs/pwg/pwg.xml
+++ b/docs/pwg/pwg.xml
@@ -110,11 +110,6 @@
reading the next part of the guide, <xref linkend="part-advanced"/>, you
will be able to add even more functionality to your plugins.
</para>
- <para>
- The example code used in this part of the guide can be found in
- <filename class="directory">examples/pwg/examplefilter/</filename> in
- your &GStreamer; directory.
- </para>
</partintro>
&BUILDING_BOILER;