From bd38b09366fee343d9bc0a4b3844a56d66f61ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 16 Apr 2010 20:09:40 +0200 Subject: [PATCH] docs: Consistently use MyFilter instead of sometimes ExampleFilter in the example Fixes bug #615579. --- docs/pwg/building-boiler.xml | 4 ++-- docs/pwg/pwg.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pwg/building-boiler.xml b/docs/pwg/building-boiler.xml index 5015c8cbbd..ef0fb01aed 100644 --- a/docs/pwg/building-boiler.xml +++ b/docs/pwg/building-boiler.xml @@ -98,13 +98,13 @@ Resolving deltas: 100% (240/240), done. Note that capitalization is important for the name of the plugin. Under some operating systems, capitalization is also important when specifying directory names. For example, the following commands create the - ExampleFilter plugin based on the plugin template and put the output files + MyFilter plugin based on the plugin template and put the output files in the gst-template/gst-plugin/src directory: shell $ cd gst-template/gst-plugin/src -shell $ ../tools/make_element ExampleFilter +shell $ ../tools/make_element MyFilter The last command creates two files: diff --git a/docs/pwg/pwg.xml b/docs/pwg/pwg.xml index 64345db3cc..e57f0caf46 100644 --- a/docs/pwg/pwg.xml +++ b/docs/pwg/pwg.xml @@ -94,7 +94,7 @@ guide have contained no explicit example code, perhaps making things a bit abstract and difficult to understand. In contrast, this section will present both applications and code by following the development of an - example audio filter plugin called ExampleFilter. + example audio filter plugin called MyFilter. The example filter element will begin with a single input pad and a