docs: pwg: remove broken references to example code
authorTim-Philipp Müller <tim@centricular.com>
Sun, 10 Apr 2016 17:37:31 +0000 (18:37 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 10 Apr 2016 17:38:43 +0000 (18:38 +0100)
We point to gst-template at the beginning that shoul be
enough.

https://bugzilla.gnome.org/show_bug.cgi?id=623575

docs/pwg/building-boiler.xml
docs/pwg/pwg.xml

index 5d78123..251bf33 100644 (file)
@@ -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">
index 4f79709..52d729e 100644 (file)
         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;