1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY gstreamer10-download-http "&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz">
|
---|
8 | <!ENTITY gstreamer10-download-ftp " ">
|
---|
9 | <!ENTITY gstreamer10-md5sum "0d289e5bcec6353e6540ddb75b7d371b">
|
---|
10 | <!ENTITY gstreamer10-size "3.6 MB">
|
---|
11 | <!ENTITY gstreamer10-buildsize "102 MB (add 38 MB for tests)">
|
---|
12 | <!ENTITY gstreamer10-time "0.8 SBU (add 1.2 SBU for tests)">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="gstreamer10" xreflabel="gstreamer-&gstreamer10-version;">
|
---|
16 | <?dbhtml filename="gstreamer10.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>gstreamer-&gstreamer10-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="gstreamer10">
|
---|
26 | <primary sortas="a-gstreamer">gstreamer</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to gstreamer</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | <application>gstreamer</application> is a streaming media framework that enables
|
---|
34 | applications to share a common set of plugins for things like video encoding and
|
---|
35 | decoding, audio encoding and decoding, audio and video filters, audio visualisation,
|
---|
36 | web streaming and anything else that streams in real-time or otherwise. This package
|
---|
37 | only provides base functionality and libraries. You may need at least
|
---|
38 | <xref linkend="gst10-plugins-base"/> and one of Good, Bad, Ugly or Libav plugins.
|
---|
39 | </para>
|
---|
40 |
|
---|
41 | &lfs7a_checked;
|
---|
42 |
|
---|
43 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
44 | <itemizedlist spacing="compact">
|
---|
45 | <listitem>
|
---|
46 | <para>
|
---|
47 | Download (HTTP): <ulink url="&gstreamer10-download-http;"/>
|
---|
48 | </para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>
|
---|
52 | Download (FTP): <ulink url="&gstreamer10-download-ftp;"/>
|
---|
53 | </para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>
|
---|
57 | Download MD5 sum: &gstreamer10-md5sum;
|
---|
58 | </para>
|
---|
59 | </listitem>
|
---|
60 | <listitem>
|
---|
61 | <para>
|
---|
62 | Download size: &gstreamer10-size;
|
---|
63 | </para>
|
---|
64 | </listitem>
|
---|
65 | <listitem>
|
---|
66 | <para>
|
---|
67 | Estimated disk space required: &gstreamer10-buildsize;
|
---|
68 | </para>
|
---|
69 | </listitem>
|
---|
70 | <listitem>
|
---|
71 | <para>
|
---|
72 | Estimated build time: &gstreamer10-time;
|
---|
73 | </para>
|
---|
74 | </listitem>
|
---|
75 | </itemizedlist>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect3">gstreamer Dependencies</bridgehead>
|
---|
78 |
|
---|
79 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
80 | <para role="required">
|
---|
81 | <xref linkend="glib2"/>
|
---|
82 | </para>
|
---|
83 |
|
---|
84 | <!-- Required for GNOME -->
|
---|
85 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
86 | <para role="recommended">
|
---|
87 | <xref linkend="gobject-introspection"/>
|
---|
88 | </para>
|
---|
89 |
|
---|
90 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
91 | <para role="optional">
|
---|
92 | <xref linkend="gtk3"/> (for examples),
|
---|
93 | <xref linkend="gsl"/>,
|
---|
94 | <xref linkend="gtk-doc"/>, and
|
---|
95 | <xref linkend="valgrind"/>
|
---|
96 | </para>
|
---|
97 |
|
---|
98 | <para condition="html" role="usernotes">
|
---|
99 | User Notes: <ulink url="&blfs-wiki;/gstreamer10"/>
|
---|
100 | </para>
|
---|
101 | </sect2>
|
---|
102 |
|
---|
103 | <sect2 role="installation">
|
---|
104 | <title>Installation of gstreamer</title>
|
---|
105 |
|
---|
106 | <para>
|
---|
107 | Install <application>gstreamer</application> by running the following
|
---|
108 | commands:
|
---|
109 | </para>
|
---|
110 |
|
---|
111 | <screen><userinput>./configure --prefix=/usr \
|
---|
112 | --with-package-name="GStreamer &gstreamer10-version; BLFS" \
|
---|
113 | --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &&
|
---|
114 | make</userinput></screen>
|
---|
115 |
|
---|
116 | <para>
|
---|
117 | To test the results, issue: <command>make check</command>.
|
---|
118 | </para>
|
---|
119 |
|
---|
120 | <para>
|
---|
121 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
122 | </para>
|
---|
123 |
|
---|
124 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
125 |
|
---|
126 | </sect2>
|
---|
127 |
|
---|
128 | <sect2 role="content">
|
---|
129 | <title>Contents</title>
|
---|
130 |
|
---|
131 | <segmentedlist>
|
---|
132 | <segtitle>Installed Programs</segtitle>
|
---|
133 | <segtitle>Installed Libraries</segtitle>
|
---|
134 | <segtitle>Installed Directories</segtitle>
|
---|
135 |
|
---|
136 | <seglistitem>
|
---|
137 | <seg>
|
---|
138 | gst-inspect-1.0, gst-launch-1.0, gst-stats-1.0, and gst-typefind-1.0
|
---|
139 | </seg>
|
---|
140 | <seg>
|
---|
141 | libgstbase-1.0.so, libgstcheck-1.0.so, libgstcontroller-1.0.so,
|
---|
142 | libgstnet-1.0.so, and libgstreamer-1.0.so
|
---|
143 | </seg>
|
---|
144 | <seg>
|
---|
145 | /usr/{include,lib,libexec}/gstreamer-1.0 and
|
---|
146 | /usr/share/gtk-doc/html/gstreamer{,-libs,-plugins}-1.0
|
---|
147 | </seg>
|
---|
148 | </seglistitem>
|
---|
149 | </segmentedlist>
|
---|
150 |
|
---|
151 | <variablelist>
|
---|
152 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
153 | <?dbfo list-presentation="list"?>
|
---|
154 | <?dbhtml list-presentation="table"?>
|
---|
155 |
|
---|
156 | <varlistentry id="gst-inspect-1.0">
|
---|
157 | <term><command>gst-inspect-1.0</command></term>
|
---|
158 | <listitem>
|
---|
159 | <para>
|
---|
160 | is a tool that prints out information on available
|
---|
161 | <application>gstreamer</application> plugins,
|
---|
162 | information about a particular plugin, or information
|
---|
163 | about a particular element.
|
---|
164 | </para>
|
---|
165 | <indexterm zone="gstreamer10 gst-inspect-1.0">
|
---|
166 | <primary sortas="b-gst-inspect-1.0">gst-inspect-1.0</primary>
|
---|
167 | </indexterm>
|
---|
168 | </listitem>
|
---|
169 | </varlistentry>
|
---|
170 |
|
---|
171 | <varlistentry id="gst-launch-1.0">
|
---|
172 | <term><command>gst-launch-1.0</command></term>
|
---|
173 | <listitem>
|
---|
174 | <para>
|
---|
175 | is a tool that builds and runs basic
|
---|
176 | <application>gstreamer</application> pipelines.
|
---|
177 | </para>
|
---|
178 | <indexterm zone="gstreamer10 gst-launch-1.0">
|
---|
179 | <primary sortas="b-gst-launch-1.0">gst-launch-1.0</primary>
|
---|
180 | </indexterm>
|
---|
181 | </listitem>
|
---|
182 | </varlistentry>
|
---|
183 |
|
---|
184 | <varlistentry id="gst-stats-1.0">
|
---|
185 | <term><command>gst-stats-1.0</command></term>
|
---|
186 | <listitem>
|
---|
187 | <para>
|
---|
188 | is a tool used to gather statistics about
|
---|
189 | <application>gstreamer</application> operations.
|
---|
190 | </para>
|
---|
191 | <indexterm zone="gstreamer10 gst-stats-1.0">
|
---|
192 | <primary sortas="b-gst-stats-1.0">gst-stats-1.0</primary>
|
---|
193 | </indexterm>
|
---|
194 | </listitem>
|
---|
195 | </varlistentry>
|
---|
196 |
|
---|
197 | <varlistentry id="gst-typefind-1.0">
|
---|
198 | <term><command>gst-typefind-1.0</command></term>
|
---|
199 | <listitem>
|
---|
200 | <para>
|
---|
201 | uses the <application>gstreamer</application> type finding system
|
---|
202 | to determine the relevant <application>gstreamer</application>
|
---|
203 | plugin to parse or decode files, and the corresponding MIME type.
|
---|
204 | </para>
|
---|
205 | <indexterm zone="gstreamer10 gst-typefind-1.0">
|
---|
206 | <primary sortas="b-gst-typefind-1.0">gst-typefind-1.0</primary>
|
---|
207 | </indexterm>
|
---|
208 | </listitem>
|
---|
209 | </varlistentry>
|
---|
210 |
|
---|
211 | <varlistentry id="libgstbase-1.0">
|
---|
212 | <term><filename class="libraryfile">libgstbase-1.0.so</filename></term>
|
---|
213 | <listitem>
|
---|
214 | <para>
|
---|
215 | provides some base classes to be extended by elements and utillity
|
---|
216 | classes that are most useful for plugin developers.
|
---|
217 | </para>
|
---|
218 | <indexterm zone="gstreamer10 libgstbase-1.0">
|
---|
219 | <primary sortas="c-libgstbase-1.0">libgstbase-1.0.so</primary>
|
---|
220 | </indexterm>
|
---|
221 | </listitem>
|
---|
222 | </varlistentry>
|
---|
223 |
|
---|
224 | <varlistentry id="libgstcheck-1.0">
|
---|
225 | <term><filename class="libraryfile">libgstcheck-1.0.so</filename></term>
|
---|
226 | <listitem>
|
---|
227 | <para>
|
---|
228 | provides functionality for writing unit tests that use the check
|
---|
229 | framework.
|
---|
230 | </para>
|
---|
231 | <indexterm zone="gstreamer10 libgstcheck-1.0">
|
---|
232 | <primary sortas="c-libgstcheck-1.0">libgstcheck-1.0.so</primary>
|
---|
233 | </indexterm>
|
---|
234 | </listitem>
|
---|
235 | </varlistentry>
|
---|
236 |
|
---|
237 | <varlistentry id="libgstcontroller-1.0">
|
---|
238 | <term><filename class="libraryfile">libgstcontroller-1.0.so</filename></term>
|
---|
239 | <listitem>
|
---|
240 | <para>
|
---|
241 | provides functionality to animate element properties over time.
|
---|
242 | </para>
|
---|
243 | <indexterm zone="gstreamer10 libgstcontroller-1.0">
|
---|
244 | <primary sortas="c-libgstcontroller-1.0">libgstcontroller-1.0.so</primary>
|
---|
245 | </indexterm>
|
---|
246 | </listitem>
|
---|
247 | </varlistentry>
|
---|
248 |
|
---|
249 | <varlistentry id="libgstnet-1.0">
|
---|
250 | <term><filename class="libraryfile">libgstnet-1.0.so</filename></term>
|
---|
251 | <listitem>
|
---|
252 | <para>
|
---|
253 | provides network elements and objects.
|
---|
254 | </para>
|
---|
255 | <indexterm zone="gstreamer10 libgstnet-1.0">
|
---|
256 | <primary sortas="c-libgstnet-1.0">libgstnet-1.0.so</primary>
|
---|
257 | </indexterm>
|
---|
258 | </listitem>
|
---|
259 | </varlistentry>
|
---|
260 |
|
---|
261 | <varlistentry id="libgstreamer-1.0">
|
---|
262 | <term><filename class="libraryfile">libgstreamer-1.0.so</filename></term>
|
---|
263 | <listitem>
|
---|
264 | <para>
|
---|
265 | provides all of the core <application>gstreamer</application>
|
---|
266 | services, including initialization, plugin management and types,
|
---|
267 | as well as the object hierarchy that defines elements and bins,
|
---|
268 | along with some more specialized elements.
|
---|
269 | </para>
|
---|
270 | <indexterm zone="gstreamer10 libgstreamer-1.0">
|
---|
271 | <primary sortas="c-libgstreamer-1.0">libgstreamer-1.0.so</primary>
|
---|
272 | </indexterm>
|
---|
273 | </listitem>
|
---|
274 | </varlistentry>
|
---|
275 |
|
---|
276 | </variablelist>
|
---|
277 |
|
---|
278 | </sect2>
|
---|
279 |
|
---|
280 | </sect1>
|
---|