After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 615579 - Inconsistent naming in the tutorial for creating a new element
Inconsistent naming in the tutorial for creating a new element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
unspecified
Other All
: Normal minor
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-12 21:25 UTC by Jordi Burguet-Castell
Modified: 2010-04-16 18:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docs: Consistently use MyFilter instead of sometimes ExampleFilter in the example (2.10 KB, patch)
2010-04-16 18:10 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Jordi Burguet-Castell 2010-04-12 21:25:05 UTC
In the tutorial for building a plugin at:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/part-building.html

In section  "3.2. Using the Project Stamp" it says to

shell $ ../tools/make_element ExampleFilter

but then the rest of the documentation is written as if "MyFilter" is used instead of "ExampleFilter".
Comment 1 Sebastian Dröge (slomo) 2010-04-16 18:10:13 UTC
Created attachment 158912 [details] [review]
docs: Consistently use MyFilter instead of sometimes ExampleFilter in the example

Fixes bug #615579.
Comment 2 Sebastian Dröge (slomo) 2010-04-16 18:50:36 UTC
commit bd38b09366fee343d9bc0a4b3844a56d66f61ed0
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Apr 16 20:09:40 2010 +0200

    docs: Consistently use MyFilter instead of sometimes ExampleFilter in the ex
    
    Fixes bug #615579.