mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
3ffc7d0913
Original commit message from CVS: * docs/libs/gstreamer-libs-docs.sgml: Remove docs for getbits * docs/libs/gstreamer-libs-sections.txt: * docs/libs/tmpl/gstgetbits.sgml: * docs/libs/tmpl/gstputbits.sgml:
63 lines
1.8 KiB
XML
63 lines
1.8 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 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;
|
|
|
|
<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>Index</title>
|
|
</index>
|
|
<index role="deprecated">
|
|
<title>Index of deprecated symbols</title>
|
|
</index>
|
|
<!-- disable, as
|
|
- index generation is extremly slow in gtk-doc
|
|
- we have not tagged lots of symbols thsi way anyway
|
|
<index role="0.8">
|
|
<title>Index of new symbols in 0.8</title>
|
|
</index>
|
|
<index role="0.9">
|
|
<title>Index of new symbols in 0.9</title>
|
|
</index>
|
|
-->
|
|
|
|
</book>
|