mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
a34f2613f9
Original commit message from CVS: more tests (and fixes) for the controller more docs for the controller integrated companies docs for the adapter
58 lines
1.7 KiB
XML
58 lines
1.7 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 GstBytestream SYSTEM "xml/gstbytestream.xml">
|
|
<!ENTITY GstController SYSTEM "xml/gstcontroller.xml">
|
|
<!ENTITY GstControllerGObject SYSTEM "xml/gstcontrollergobject.xml">
|
|
<!ENTITY GstGetbits SYSTEM "xml/gstgetbits.xml">
|
|
<!-- has not yet been written
|
|
<!ENTITY GstPutbits SYSTEM "xml/gstputbits.xml">
|
|
-->
|
|
<!ENTITY GstDataProtocol SYSTEM "xml/gstdataprotocol.xml">
|
|
|
|
<!-- generated by gtkdoc-mkdb, stupid name -->
|
|
<!ENTITY gstreamer-libs-tree-index SYSTEM "xml/tree_index.sgml">
|
|
|
|
<!ENTITY hash "#">
|
|
]>
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>GStreamer &GST_MAJORMINOR; Library Reference Manual</title>
|
|
<releaseinfo>for GStreamer Library &GST_MAJORMINOR; (&GST_VERSION;)</releaseinfo>
|
|
</bookinfo>
|
|
<part 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>
|
|
&GstDataProtocol;
|
|
&GstGetbits;
|
|
<!-- has not yet been written
|
|
&GstPutbits;
|
|
-->
|
|
|
|
<chapter id="gstreamer-control">
|
|
<title>gstcontrol</title>
|
|
&GstController;
|
|
&GstControllerGObject;
|
|
</chapter>
|
|
|
|
</part>
|
|
|
|
<part id="gstreamer-libs-hierarchy">
|
|
<title>Object Hierarchy</title>
|
|
&gstreamer-libs-tree-index;
|
|
</part>
|
|
|
|
<index id="api-index">
|
|
<title>API Index</title>
|
|
</index>
|
|
|
|
</book>
|