gstreamer/docs/libs/gstreamer-libs-docs.sgml
Stefan Kost 646ca1edbe now the api-index has a title in devhelp added more docs for the control-library added personal thoughs/todo to docs/...
Original commit message from CVS:
now the api-index has a title in devhelp
added more docs for the control-library
added personal thoughs/todo to docs/random
2004-07-15 13:20:54 +00:00

50 lines
1.3 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY % version-entities SYSTEM "version.entities">
%version-entities;
<!ENTITY GstGetbits SYSTEM "xml/gstgetbits.xml">
<!-- has not yet been written
<!ENTITY GstGetbits SYSTEM "xml/gstputbits.xml">
-->
<!ENTITY GstControl SYSTEM "xml/gstcontrol.xml">
<!ENTITY GstDataProtocol SYSTEM "xml/gstdataprotocol.xml">
<!ENTITY gstlibs-tree-index SYSTEM "xml/tree_index.sgml">
<!ENTITY hash "#">
]>
<book>
<bookinfo>
<title>GStreamer Library &GST_MAJORMINOR; API Reference (&GST_VERSION;)</title>
</bookinfo>
<chapter id="gstreamer-libs">
<title>GStreamer Libraries</title>
<para>
To ease the creation of plugins, a library system was created. The most common
functions for a plugin can be found in a library.
</para>
<para>
GStreamer provides some standard libraries you can use to create plugins.
</para>
&GstGetbits;
<!-- has not yet been written
&GstPutbits;
-->
&GstControl;
&GstDataProtocol;
</chapter>
<chapter id="gstreamer-libs-hierarchy">
<title>Object Hierarchy</title>
&gstlibs-tree-index;
</chapter>
<index id="api-index">
<title>API Index</title>
</index>
</book>