docs: Consistently use MyFilter instead of sometimes ExampleFilter in the example

Fixes bug #615579.
This commit is contained in:
Sebastian Dröge 2010-04-16 20:09:40 +02:00
parent 126d9cfce8
commit bd38b09366
2 changed files with 3 additions and 3 deletions

View file

@ -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 <filename class="directory">gst-template/gst-plugin/src</filename>
directory:
</para>
<screen>
<prompt>shell $ </prompt><userinput>cd gst-template/gst-plugin/src</userinput>
<prompt>shell $ </prompt><userinput>../tools/make_element ExampleFilter</userinput>
<prompt>shell $ </prompt><userinput>../tools/make_element MyFilter</userinput>
</screen>
<para>
The last command creates two files:

View file

@ -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 <quote>ExampleFilter</quote>.
example audio filter plugin called <quote>MyFilter</quote>.
</para>
<para>
The example filter element will begin with a single input pad and a