tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / docs / gst / gstreamer-docs.sgml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % version-entities SYSTEM "version.entities">
5 %version-entities;
6 <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
7 <!ENTITY hash "#">
8 ]>
9 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
10   <bookinfo>
11     <title>GStreamer &GST_API_VERSION; Core Reference Manual</title>
12     <releaseinfo>
13       for GStreamer Core &GST_API_VERSION; (&GST_VERSION;)
14       The latest version of this documentation can be found on-line at
15       <ulink role="online-location" url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/</ulink>.
16     </releaseinfo>
17   </bookinfo>
18
19   <chapter id="gstreamer">
20
21     <title>GStreamer Overview</title>
22     <para>
23 GStreamer is a streaming media framework.
24 It uses graphs of elements which operate on data.
25 The functionality to process media is provided by plug-ins which provide
26 features like elements, typefinding, and so on.
27 This allows new functionality to be added simply by installing new plug-ins.
28     </para>
29
30     <para>
31 GStreamer is cross-platform and works on most UNIX-like platforms as well as
32 Windows.  It is released under the GNU Library General Public License
33 (GNU LGPL).
34     </para>
35
36     <mediaobject>
37       <imageobject>
38         <imagedata fileref="gst-universe.svg" format="SVG"/>
39       </imageobject>
40       <caption>
41         <para>Relation between gstreamer core objects.</para>
42       </caption>
43     </mediaobject>
44
45     <xi:include href="building.xml" />
46     <xi:include href="running.xml" />
47   </chapter>
48
49   <chapter id="libgstreamer">
50     <title>GStreamer Core Library</title>
51
52     <para>
53       libgstreamer-&GST_API_VERSION;.so provides all the core GStreamer services,
54       including initialization, plugin management and types,
55       as well as the object hierarchy that defines elements and bins,
56       along with some more specialized elements.
57     </para>
58
59     <xi:include href="xml/gst.xml" />
60     <xi:include href="xml/gstallocator.xml" />
61     <xi:include href="xml/gstatomicqueue.xml" />
62     <xi:include href="xml/gstbin.xml" />
63     <xi:include href="xml/gstbuffer.xml" />
64     <xi:include href="xml/gstbufferlist.xml" />
65     <xi:include href="xml/gstbufferpool.xml" />
66     <xi:include href="xml/gstbus.xml" />
67     <xi:include href="xml/gstcaps.xml" />
68     <xi:include href="xml/gstcapsfeatures.xml" />
69     <xi:include href="xml/gstsample.xml" />
70     <xi:include href="xml/gstchildproxy.xml" />
71     <xi:include href="xml/gstclock.xml" />
72     <xi:include href="xml/gstconfig.xml" />
73     <xi:include href="xml/gstcontext.xml" />
74     <xi:include href="xml/gstcontrolbinding.xml" />
75     <xi:include href="xml/gstcontrolsource.xml" />
76     <xi:include href="xml/gstdatetime.xml" />
77     <xi:include href="xml/gstdynamictypefactory.xml" />
78     <xi:include href="xml/gstelement.xml" />
79     <xi:include href="xml/gstelementfactory.xml" />
80     <xi:include href="xml/gsterror.xml" />
81     <xi:include href="xml/gstevent.xml" />
82     <xi:include href="xml/gstformat.xml" />
83     <xi:include href="xml/gstghostpad.xml" />
84     <xi:include href="xml/gstiterator.xml" />
85     <xi:include href="xml/gstmemory.xml" />
86     <xi:include href="xml/gstmessage.xml" />
87     <xi:include href="xml/gstmeta.xml" />
88     <xi:include href="xml/gstminiobject.xml" />
89     <xi:include href="xml/gstobject.xml" />
90     <xi:include href="xml/gstpad.xml" />
91     <xi:include href="xml/gstpadtemplate.xml" />
92     <xi:include href="xml/gstparamspec.xml" />
93     <xi:include href="xml/gstparse.xml" />
94     <xi:include href="xml/gstpipeline.xml" />
95     <xi:include href="xml/gstplugin.xml" />
96     <xi:include href="xml/gstpluginfeature.xml" />
97     <xi:include href="xml/gstpoll.xml" />
98     <xi:include href="xml/gstpreset.xml" />
99     <xi:include href="xml/gstpromise.xml" />
100     <xi:include href="xml/gstprotection.xml" />
101     <xi:include href="xml/gstquery.xml" />
102     <xi:include href="xml/gstregistry.xml" />
103     <xi:include href="xml/gstsegment.xml" />
104     <xi:include href="xml/gststreams.xml" />
105     <xi:include href="xml/gststreamcollection.xml" />
106     <xi:include href="xml/gststructure.xml" />
107     <xi:include href="xml/gstsystemclock.xml" />
108     <xi:include href="xml/gsttaglist.xml" />
109     <xi:include href="xml/gsttagsetter.xml" />
110     <xi:include href="xml/gsttask.xml" />
111     <xi:include href="xml/gsttaskpool.xml" />
112     <xi:include href="xml/gsttoc.xml" />
113     <xi:include href="xml/gsttocsetter.xml" />
114     <xi:include href="xml/gsttypefind.xml" />
115     <xi:include href="xml/gsttypefindfactory.xml" />
116     <xi:include href="xml/gsturi.xml" />
117     <xi:include href="xml/gsturihandler.xml" />
118     <xi:include href="xml/gstutils.xml" />
119     <xi:include href="xml/gstvalue.xml" />
120     <xi:include href="xml/gstversion.xml" />
121
122   </chapter>
123
124   <chapter id="gstreamer-device-probing">
125     <title>GStreamer Device Discovery and Device Probing</title>
126     <xi:include href="xml/gstdevicemonitor.xml" />
127     <xi:include href="xml/gstdevice.xml" />
128     <xi:include href="xml/gstdeviceprovider.xml" />
129     <xi:include href="xml/gstdeviceproviderfactory.xml" />
130   </chapter>
131
132   <chapter id="gstreamer-support">
133     <title>GStreamer Core Support</title>
134     <para>
135       Theses modules support the gstreamer core and plugin development.
136       Application developers will rarely need to know about it.
137     </para>
138
139     <xi:include href="xml/gstinfo.xml" />
140     <xi:include href="xml/gsttracer.xml" />
141     <xi:include href="xml/gsttracerfactory.xml" />
142     <xi:include href="xml/gsttracerrecord.xml" />
143
144   </chapter>
145
146   <chapter id="gstreamer-hierarchy">
147     <title>Object Hierarchy</title>
148     <xi:include href="xml/tree_index.sgml"/>
149   </chapter>
150
151   <index>
152     <title>API Index</title>
153     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
154   </index>
155   <index role="deprecated">
156     <title>Index of deprecated API</title>
157     <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
158   </index>
159   <index>
160     <title>Index of new API in 1.14</title>
161     <xi:include href="xml/api-index-1.14.xml"><xi:fallback /></xi:include>
162   </index>
163   <index>
164     <title>Index of new API in 1.12</title>
165     <xi:include href="xml/api-index-1.12.xml"><xi:fallback /></xi:include>
166   </index>
167   <index>
168     <title>Index of new API in 1.10</title>
169     <xi:include href="xml/api-index-1.10.xml"><xi:fallback /></xi:include>
170   </index>
171   <index>
172     <title>Index of new API in 1.8</title>
173     <xi:include href="xml/api-index-1.8.xml"><xi:fallback /></xi:include>
174   </index>
175   <index>
176     <title>Index of new API in 1.6</title>
177     <xi:include href="xml/api-index-1.6.xml"><xi:fallback /></xi:include>
178   </index>
179   <index>
180     <title>Index of new API in 1.4</title>
181     <xi:include href="xml/api-index-1.4.xml"><xi:fallback /></xi:include>
182   </index>
183   <index>
184     <title>Index of new API in 1.2.3</title>
185     <xi:include href="xml/api-index-1.2.3.xml"><xi:fallback /></xi:include>
186   </index>
187   <index>
188     <title>Index of new API in 1.2</title>
189     <xi:include href="xml/api-index-1.2.xml"><xi:fallback /></xi:include>
190   </index>
191   <index>
192     <title>Index of new API in 1.0.10</title>
193     <xi:include href="xml/api-index-1.0.10.xml"><xi:fallback /></xi:include>
194   </index>
195   <index>
196     <title>Index of new API in 1.0.5</title>
197     <xi:include href="xml/api-index-1.0.5.xml"><xi:fallback /></xi:include>
198   </index>
199
200   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
201
202 </book>