mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
minor docs fix
Original commit message from CVS: minor docs fix
This commit is contained in:
parent
12e14584fe
commit
5e1c88675d
2 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@
|
|||
GstXml
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Convert Elements into an XML presentation
|
||||
Convert Elements into an XML presentation.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
All GstElements can be serialized to an XML presentation
|
||||
All GstElements can be serialized to an XML presentation and subsequently loaded back.
|
||||
|
||||
</para>
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ gst_xml_init(GstXML *xml)
|
|||
* gst_xml_write:
|
||||
* @element: The element to write out
|
||||
*
|
||||
* converts the given element into an XML presentation
|
||||
* Converts the given element into an XML presentation.
|
||||
*
|
||||
* Returns: a pointer to an XML document
|
||||
*/
|
||||
|
@ -149,7 +149,7 @@ gst_xml_new (const guchar *fname, const guchar *root)
|
|||
* gst_xml_get_topelements:
|
||||
* @xml: The GstXML to get the elements from
|
||||
*
|
||||
* retrive a list of toplevel elements
|
||||
* Retrive a list of toplevel elements.
|
||||
*
|
||||
* Returns: a GList of elements
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue