diff --git a/ChangeLog b/ChangeLog index 40135bacfc..f508bd92ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-14 Tim-Philipp Müller + + * docs/pwg/building-boiler.xml: + Fix typos, spotted by Thijs Vermeir (#447190). + 2007-06-13 Jan Schmidt * docs/plugins/tmpl/.cvsignore: diff --git a/docs/pwg/building-boiler.xml b/docs/pwg/building-boiler.xml index 291691827f..8092c86604 100644 --- a/docs/pwg/building-boiler.xml +++ b/docs/pwg/building-boiler.xml @@ -77,7 +77,7 @@ U gst-template/gst-app/src/Makefile.am easiest way to do this is to copy a template and add functionality according to your needs. To help you do so, there is a tool in the ./gst-plugins/tools/ directory. - This tool, make_element, is a command line utillity + This tool, make_element, is a command line utility that creates the boilerplate code for you. @@ -116,10 +116,10 @@ U gst-template/gst-app/src/Makefile.am - It is recommened that you reate a copy of the gst-plugin directory before continuing. Do not copy the CVS direcories though. + class="directory">CVS directories though. @@ -205,11 +205,8 @@ GST_BOILERPLATE (GstMyFilter, gst_my_filter, GstElement, GST_TYPE_ELEMENT); A long, english, name for the element. - The type of the element, as a hierarchy. The hierarchy is defined by - specifying the top level category, followed by a "/", followed by the - next level category, etc. The type should be defined according to the - guidelines elsewhere in this document. (FIXME: write the guidelines, and - give a better reference to them) + The type of the element, see the docs/design/draft-klass.txt document + in the GStreamer core source tree for details and examples. A brief description of the purpose of the element. @@ -233,7 +230,7 @@ static const GstElementDetails my_filter_details = { the _base_init () function, which is part of the GObject system. The _base_init () function should be set for this GObject in the function where you register - the type with Glib. + the type with GLib. static void