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;
|
2008-10-30 15:29:51 +00:00
|
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
2004-07-14 14:57:53 +00:00
|
|
|
<!ENTITY hash "#">
|
2000-10-22 16:27:21 +00:00
|
|
|
]>
|
2008-10-30 15:29:51 +00:00
|
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
2000-10-22 16:27:21 +00:00
|
|
|
<bookinfo>
|
2004-12-20 16:25:22 +00:00
|
|
|
<title>GStreamer &GST_MAJORMINOR; Library Reference Manual</title>
|
2007-08-10 17:35:30 +00:00
|
|
|
<releaseinfo>
|
|
|
|
for GStreamer Library &GST_MAJORMINOR; (&GST_VERSION;)
|
2009-01-30 20:18:17 +00:00
|
|
|
The latest version of this documentation can be found on-line at
|
2007-08-10 17:35:30 +00:00
|
|
|
<ulink role="online-location" url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/</ulink>.
|
|
|
|
</releaseinfo>
|
2000-10-22 16:27:21 +00:00
|
|
|
</bookinfo>
|
2005-01-26 15:15:26 +00:00
|
|
|
<part id="gstreamer-libs">
|
2000-10-22 16:27:21 +00:00
|
|
|
<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>
|
2005-08-02 21:35:34 +00:00
|
|
|
|
2005-11-29 19:34:24 +00:00
|
|
|
<chapter id="gstreamer-base">
|
2006-06-11 17:03:06 +00:00
|
|
|
<title>GStreamer Base and Utillity Classes</title>
|
|
|
|
<para>
|
|
|
|
libgstbase-&GST_MAJORMINOR;.so provides some base classes to be extended
|
|
|
|
by elements and utillity classes that are most useful for plugin developers.
|
|
|
|
</para>
|
2007-08-10 17:35:30 +00:00
|
|
|
|
2008-10-30 15:29:51 +00:00
|
|
|
<xi:include href="xml/gstbasesrc.xml" />
|
|
|
|
<xi:include href="xml/gstbasesink.xml" />
|
|
|
|
<xi:include href="xml/gstbasetransform.xml" />
|
|
|
|
<xi:include href="xml/gstpushsrc.xml" />
|
|
|
|
|
|
|
|
<xi:include href="xml/gstadapter.xml" />
|
|
|
|
<xi:include href="xml/gstbitreader.xml" />
|
|
|
|
<xi:include href="xml/gstbytereader.xml" />
|
2009-10-07 16:37:28 +00:00
|
|
|
<xi:include href="xml/gstbytewriter.xml" />
|
2008-10-30 15:29:51 +00:00
|
|
|
<xi:include href="xml/gstcollectpads.xml" />
|
|
|
|
<xi:include href="xml/gsttypefindhelper.xml" />
|
|
|
|
<xi:include href="xml/gstdataqueue.xml" />
|
2006-06-11 17:03:06 +00:00
|
|
|
</chapter>
|
2005-11-29 19:34:24 +00:00
|
|
|
|
2005-08-02 21:35:34 +00:00
|
|
|
<chapter id="gstreamer-control">
|
2006-06-11 17:03:06 +00:00
|
|
|
<title>GStreamer Dynamic Parameter Control</title>
|
2008-10-30 15:29:51 +00:00
|
|
|
<para>
|
|
|
|
libgstcontroller-&GST_MAJORMINOR;.so provides functionality to animate
|
|
|
|
element properties over time.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<xi:include href="xml/gstcontroller.xml" />
|
|
|
|
<xi:include href="xml/gstcontrolsource.xml" />
|
|
|
|
<xi:include href="xml/gstinterpolationcontrolsource.xml" />
|
|
|
|
<xi:include href="xml/gstlfocontrolsource.xml" />
|
|
|
|
<xi:include href="xml/gstcontrollergobject.xml" />
|
2005-08-02 21:35:34 +00:00
|
|
|
</chapter>
|
|
|
|
|
2006-06-11 17:03:06 +00:00
|
|
|
<chapter id="gstreamer-dataprotocol">
|
|
|
|
<title>GStreamer Data Protocol</title>
|
2008-10-30 15:29:51 +00:00
|
|
|
<xi:include href="xml/gstdataprotocol.xml" />
|
2006-06-11 17:03:06 +00:00
|
|
|
</chapter>
|
2005-11-29 19:34:24 +00:00
|
|
|
|
2006-06-11 17:03:06 +00:00
|
|
|
<chapter id="gstreamer-net">
|
|
|
|
<title>GStreamer Network Classes</title>
|
|
|
|
<para>
|
|
|
|
libgstnet-&GST_MAJORMINOR;.so provides network elements and objects.
|
|
|
|
</para>
|
2007-08-10 17:35:30 +00:00
|
|
|
|
2008-10-30 15:29:51 +00:00
|
|
|
<xi:include href="xml/gstnetclientclock.xml" />
|
|
|
|
<xi:include href="xml/gstnettimepacket.xml" />
|
|
|
|
<xi:include href="xml/gstnettimeprovider.xml" />
|
2006-06-11 17:03:06 +00:00
|
|
|
</chapter>
|
2007-08-10 17:35:30 +00:00
|
|
|
|
2006-06-11 17:03:06 +00:00
|
|
|
<chapter id="gstreamer-check">
|
|
|
|
<title>GStreamer Check Unit Testing</title>
|
|
|
|
<para>
|
|
|
|
libgstcheck-&GST_MAJORMINOR;.so provides functionality for writing
|
|
|
|
unit tests that use the check framework.
|
|
|
|
</para>
|
2007-08-10 17:35:30 +00:00
|
|
|
|
2008-10-30 15:29:51 +00:00
|
|
|
<xi:include href="xml/gstcheck.xml" />
|
|
|
|
<xi:include href="xml/gstcheckbufferstraw.xml" />
|
2009-11-27 14:39:01 +00:00
|
|
|
<xi:include href="xml/gstcheckconsistencychecker.xml" />
|
2006-06-11 17:03:06 +00:00
|
|
|
</chapter>
|
2005-01-26 15:15:26 +00:00
|
|
|
</part>
|
2000-10-22 16:27:21 +00:00
|
|
|
|
2008-10-30 15:29:51 +00:00
|
|
|
<chapter id="gstreamer-hierarchy">
|
2004-07-15 13:20:54 +00:00
|
|
|
<title>Object Hierarchy</title>
|
2008-10-30 15:29:51 +00:00
|
|
|
<xi:include href="xml/tree_index.sgml"/>
|
|
|
|
</chapter>
|
2004-07-15 13:20:54 +00:00
|
|
|
|
2008-10-30 15:29:51 +00:00
|
|
|
<index id="api-index-full">
|
|
|
|
<title>API Index</title>
|
|
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
2005-08-11 17:39:48 +00:00
|
|
|
</index>
|
2008-10-30 15:29:51 +00:00
|
|
|
<index id="api-index-deprecated" role="deprecated">
|
|
|
|
<title>Index of deprecated API</title>
|
|
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
2004-07-15 13:20:54 +00:00
|
|
|
</index>
|
2004-07-15 12:51:03 +00:00
|
|
|
|
2009-10-28 08:15:12 +00:00
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
|
|
|
2000-10-22 16:27:21 +00:00
|
|
|
</book>
|