GNOME Bugzilla – Bug 615579
Inconsistent naming in the tutorial for creating a new element
Last modified: 2010-04-16 18:50:42 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".
Created attachment 158912 [details] [review] docs: Consistently use MyFilter instead of sometimes ExampleFilter in the example Fixes bug #615579.
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.