mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
9934196cfc
commit
5715002322
3 changed files with 9 additions and 2 deletions
|
@ -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 :
|
||||
|
|
|
@ -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 ##### -->
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
GstElement *element;
|
||||
|
||||
...
|
||||
gst_element_unref (element);
|
||||
gst_object_unref (GST_OBJECT (element));
|
||||
</programlisting>
|
||||
</sect1>
|
||||
<sect1 id="section-elements-properties">
|
||||
|
|
Loading…
Reference in a new issue