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>
|
2012-04-04 11:13:52 +00:00
|
|
|
<title>GStreamer &GST_API_VERSION; Library Reference Manual</title>
|
2007-08-10 17:35:30 +00:00
|
|
|
<releaseinfo>
|
2012-04-04 11:13:52 +00:00
|
|
|
for GStreamer Library &GST_API_VERSION; (&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>
|
2012-04-04 11:13:52 +00:00
|
|
|
libgstbase-&GST_API_VERSION;.so provides some base classes to be extended
|
2006-06-11 17:03:06 +00:00
|
|
|
by elements and utillity classes that are most useful for plugin developers.
|
|
|
|
</para>
|
2007-08-10 17:35:30 +00:00
|
|
|
|
2011-03-31 14:50:22 +00:00
|
|
|
<xi:include href="xml/gstbaseparse.xml" />
|
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" />
|
2012-04-17 12:38:01 +00:00
|
|
|
<xi:include href="xml/gstcollectpads.xml" />
|
2014-05-27 09:05:51 +00:00
|
|
|
<xi:include href="xml/gstflowcombiner.xml" />
|
2008-10-30 15:29:51 +00:00
|
|
|
<xi:include href="xml/gsttypefindhelper.xml" />
|
2012-10-22 08:13:20 +00:00
|
|
|
<xi:include href="xml/gstdataqueue.xml" />
|
|
|
|
<xi:include href="xml/gstqueuearray.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>
|
2012-04-04 11:13:52 +00:00
|
|
|
libgstcontroller-&GST_API_VERSION;.so provides functionality to animate
|
2008-10-30 15:29:51 +00:00
|
|
|
element properties over time.
|
|
|
|
</para>
|
|
|
|
|
2013-02-01 20:59:41 +00:00
|
|
|
<xi:include href="xml/gstargbcontrolbinding.xml" />
|
|
|
|
<xi:include href="xml/gstdirectcontrolbinding.xml" />
|
|
|
|
|
2011-12-19 10:13:45 +00:00
|
|
|
<xi:include href="xml/gsttimedvaluecontrolsource.xml" />
|
2008-10-30 15:29:51 +00:00
|
|
|
<xi:include href="xml/gstinterpolationcontrolsource.xml" />
|
|
|
|
<xi:include href="xml/gstlfocontrolsource.xml" />
|
2011-12-19 10:13:45 +00:00
|
|
|
<xi:include href="xml/gsttriggercontrolsource.xml" />
|
2005-08-02 21:35:34 +00:00
|
|
|
</chapter>
|
|
|
|
|
2006-06-11 17:03:06 +00:00
|
|
|
<chapter id="gstreamer-net">
|
|
|
|
<title>GStreamer Network Classes</title>
|
|
|
|
<para>
|
2012-04-04 11:13:52 +00:00
|
|
|
libgstnet-&GST_API_VERSION;.so provides network elements and objects.
|
2006-06-11 17:03:06 +00:00
|
|
|
</para>
|
2007-08-10 17:35:30 +00:00
|
|
|
|
2014-07-05 16:29:29 +00:00
|
|
|
<xi:include href="xml/gstnetaddressmeta.xml" />
|
2008-10-30 15:29:51 +00:00
|
|
|
<xi:include href="xml/gstnetclientclock.xml" />
|
2015-06-14 15:21:26 +00:00
|
|
|
<xi:include href="xml/gstnetcontrolmessagemeta.xml" />
|
2008-10-30 15:29:51 +00:00
|
|
|
<xi:include href="xml/gstnettimepacket.xml" />
|
|
|
|
<xi:include href="xml/gstnettimeprovider.xml" />
|
2015-05-14 10:18:25 +00:00
|
|
|
<xi:include href="xml/gstptpclock.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>
|
2012-04-04 11:13:52 +00:00
|
|
|
libgstcheck-&GST_API_VERSION;.so provides functionality for writing
|
2006-06-11 17:03:06 +00:00
|
|
|
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" />
|
2015-07-06 23:53:48 +00:00
|
|
|
<xi:include href="xml/gstharness.xml" />
|
2012-08-29 14:11:10 +00:00
|
|
|
<xi:include href="xml/gsttestclock.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
|
|
|
|
2015-06-13 23:46:21 +00:00
|
|
|
<index>
|
2008-10-30 15:29:51 +00:00
|
|
|
<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>
|
2015-06-13 23:46:21 +00:00
|
|
|
<index role="deprecated">
|
2008-10-30 15:29:51 +00:00
|
|
|
<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>
|
2015-06-13 23:46:21 +00:00
|
|
|
<index>
|
|
|
|
<title>Index of new API in 1.6</title>
|
|
|
|
<xi:include href="xml/api-index-1.6.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index>
|
|
|
|
<title>Index of new API in 1.4</title>
|
|
|
|
<xi:include href="xml/api-index-1.4.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index>
|
|
|
|
<title>Index of new API in 1.2</title>
|
|
|
|
<xi:include href="xml/api-index-1.2.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index>
|
|
|
|
<title>Index of new API in 1.0.1</title>
|
|
|
|
<xi:include href="xml/api-index-1.0.1.xml"><xi:fallback /></xi:include>
|
|
|
|
</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>
|