2003-05-18 15:04:26 +00:00
|
|
|
<?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" [
|
2004-05-20 12:40:31 +00:00
|
|
|
<!ENTITY % version-entities SYSTEM "version.entities">
|
2004-02-12 17:23:37 +00:00
|
|
|
%version-entities;
|
2004-07-28 14:39:44 +00:00
|
|
|
<!ENTITY GstBytestream SYSTEM "xml/gstbytestream.xml">
|
2003-06-29 15:06:26 +00:00
|
|
|
<!ENTITY GstGetbits SYSTEM "xml/gstgetbits.xml">
|
2004-07-14 12:17:43 +00:00
|
|
|
<!-- has not yet been written
|
|
|
|
<!ENTITY GstGetbits SYSTEM "xml/gstputbits.xml">
|
|
|
|
-->
|
2003-06-29 15:06:26 +00:00
|
|
|
<!ENTITY GstControl SYSTEM "xml/gstcontrol.xml">
|
2004-05-19 16:37:53 +00:00
|
|
|
<!ENTITY GstDataProtocol SYSTEM "xml/gstdataprotocol.xml">
|
2000-10-22 16:27:21 +00:00
|
|
|
|
2004-07-28 11:56:19 +00:00
|
|
|
<!-- generated by gtkdoc-mkdb, stupid name -->
|
|
|
|
<!ENTITY gstreamer-libs-tree-index SYSTEM "xml/tree_index.sgml">
|
2004-07-15 13:20:54 +00:00
|
|
|
|
2004-07-14 14:57:53 +00:00
|
|
|
<!ENTITY hash "#">
|
2000-10-22 16:27:21 +00:00
|
|
|
]>
|
|
|
|
<book>
|
|
|
|
<bookinfo>
|
2004-07-26 16:34:35 +00:00
|
|
|
<title>GStreamer &GST_MAJORMINOR; Library API Reference</title>
|
|
|
|
<releaseinfo>for GStreamer Library &GST_MAJORMINOR; (&GST_VERSION;)</releaseinfo>
|
2000-10-22 16:27:21 +00:00
|
|
|
</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>
|
2004-07-28 14:39:44 +00:00
|
|
|
&GstBytestream;
|
|
|
|
&GstControl;
|
|
|
|
&GstDataProtocol;
|
2000-10-22 16:27:21 +00:00
|
|
|
&GstGetbits;
|
2004-07-14 12:17:43 +00:00
|
|
|
<!-- has not yet been written
|
|
|
|
&GstPutbits;
|
|
|
|
-->
|
2000-10-22 16:27:21 +00:00
|
|
|
|
|
|
|
</chapter>
|
|
|
|
|
2004-07-15 13:20:54 +00:00
|
|
|
<chapter id="gstreamer-libs-hierarchy">
|
|
|
|
<title>Object Hierarchy</title>
|
2004-07-28 11:56:19 +00:00
|
|
|
&gstreamer-libs-tree-index;
|
2004-07-15 13:20:54 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<index id="api-index">
|
|
|
|
<title>API Index</title>
|
|
|
|
</index>
|
2004-07-15 12:51:03 +00:00
|
|
|
|
2000-10-22 16:27:21 +00:00
|
|
|
</book>
|