docs/: doc fix by Patrick Guimond (Protector) from devel ML

Original commit message from CVS:
* docs/gst/tmpl/gstpipeline.sgml :
* docs/manual/elements-api.xml :
doc fix by Patrick Guimond (Protector) from devel ML
reviewed by ronald
This commit is contained in:
Stéphane Loeuillet 2004-05-02 18:57:59 +00:00
parent 9934196cfc
commit 5715002322
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* docs/gst/tmpl/gstpipeline.sgml :
* docs/manual/elements-api.xml :
doc fix by Patrick Guimond (Protector) from devel ML
reviewed by ronald
2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* docs/gst/Makefile.am :

View file

@ -13,7 +13,7 @@ functions, like 'Play'.
</para>
<para>
gst_pipeline_new() is used to create a pipeline. when you are done with
the pipeline, use gst_element_unref() to free its resources.
the pipeline, use gst_object_unref() to free its resources.
</para>
<!-- ##### SECTION See_Also ##### -->

View file

@ -52,7 +52,7 @@
GstElement *element;
...
gst_element_unref (element);
gst_object_unref (GST_OBJECT (element));
</programlisting>
</sect1>
<sect1 id="section-elements-properties">