source: multimedia/libdriv/gstreamer10.xml@ 7ae3970

systemd-11177
Last change on this file since 7ae3970 was 7ae3970, checked in by Krejzi <krejzi@…>, 10 years ago

Don't remove things like this.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13641 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 9.7 KB
Line 
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 "74d8f674187a5f0ddf38da594c3998c3">
10 <!ENTITY gstreamer10-size "3.1 MB">
11 <!ENTITY gstreamer10-buildsize "76 MB (additional 20MB to run the test suite)">
12 <!ENTITY gstreamer10-time "0.6 SBU (additional 0.7 SBU to run the test suite)">
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 &lfs75_checked;
42
43 &gst-compat;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&gstreamer10-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&gstreamer10-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &gstreamer10-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &gstreamer10-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &gstreamer10-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &gstreamer10-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">GStreamer Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="glib2"/>
84 </para>
85
86 <!-- Required for GNOME -->
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gobject-introspection"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="gsl"/>,
95 <xref linkend="gtk-doc"/>, and
96 <xref linkend="valgrind"/>
97 </para>
98
99 <para condition="html" role="usernotes">
100 User Notes: <ulink url="&blfs-wiki;/gstreamer10"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of GStreamer</title>
106
107 <para>
108 Install <application>GStreamer</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr \
113 --with-package-name="GStreamer &gstreamer10-version; BLFS" \
114 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 To test the results, issue: <command>make check</command>.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para><option>--libexecdir=/usr/lib</option>: This option puts the internal
133 support programs into <filename
134 class="directory">/usr/lib/gstreamer-1.0</filename> instead of
135 <filename class="directory">/usr/libexec/gstreamer-1.0.</filename> in
136 accordance with the old version of the FHS used before LFS-7.5.</para>
137
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <para><option>--libexecdir=/usr/lib</option>: This option puts the internal
144 support programs into <filename
145 class="directory">/usr/lib/gstreamer-1.0</filename> instead of
146 <filename class="directory">/usr/libexec/gstreamer-1.0.</filename> in
147 accordance with the old version of the FHS used before LFS-7.5.</para>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
161 gst-inspect-1.0, gst-launch-1.0 and gst-typefind-1.0
162 </seg>
163 <seg>
164 libgstbase-1.0.so, libgstcheck-1.0.so, libgstcontroller-1.0.so,
165 libgstnet-1.0.so, libgstreamer-1.0.so
166 and /usr/lib/gstreamer-1.0/libgstcoreelements.so
167 </seg>
168 <seg>
169 /usr/include/gstreamer-1.0,
170 /usr/lib/gstreamer-1.0,
171 /usr/libexec/gstreamer-1.0,
172 /usr/share/gtk-doc/html/gstreamer-1.0 and
173 /usr/share/gtk-doc/html/gstreamer-{libs,plugins}-1.0
174 </seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="gst-inspect-1">
184 <term><command>gst-inspect-1.0</command></term>
185 <listitem>
186 <para>
187 is a tool that prints out information on available
188 <application>GStreamer</application> plugins,
189 information about a particular plugin, or information
190 about a particular element.
191 </para>
192 <indexterm zone="gstreamer10 gst-inspect-1">
193 <primary sortas="b-gst-inspect-1">gst-inspect-1.0</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="gst-launch-1">
199 <term><command>gst-launch-1.0</command></term>
200 <listitem>
201 <para>
202 is a tool that builds and runs basic
203 <application>GStreamer</application> pipelines.
204 </para>
205 <indexterm zone="gstreamer10 gst-launch-1">
206 <primary sortas="b-gst-launch-1">gst-launch-1.0</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="gst-typefind-1">
212 <term><command>gst-typefind-1.0</command></term>
213 <listitem>
214 <para>
215 uses the <application>GStreamer</application> type finding system
216 to determine the relevant <application>GStreamer</application>
217 plugin to parse or decode file, and the corresponding MIME type.
218 </para>
219 <indexterm zone="gstreamer10 gst-typefind-1">
220 <primary sortas="b-gst-typefind-1">gst-typefind-1.0</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="libgstbase-1">
226 <term><filename class="libraryfile">libgstbase-1.0.so</filename></term>
227 <listitem>
228 <para>
229 provides some base classes to be extended by elements and utillity
230 classes that are most useful for plugin developers.
231 </para>
232 <indexterm zone="gstreamer10 libgstbase-1">
233 <primary sortas="c-libgstbase-1">libgstbase-1.0.so</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="libgstcheck-1">
239 <term><filename class="libraryfile">libgstcheck-1.0.so</filename></term>
240 <listitem>
241 <para>
242 provides functionality for writing unit tests that use the check
243 framework.
244 </para>
245 <indexterm zone="gstreamer10 libgstcheck-1">
246 <primary sortas="c-libgstcheck-1">libgstcheck-1.0.so</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="libgstcontroller-1">
252 <term><filename class="libraryfile">libgstcontroller-1.0.so</filename></term>
253 <listitem>
254 <para>
255 provides functionality to animate element properties over time.
256 </para>
257 <indexterm zone="gstreamer10 libgstcontroller-1">
258 <primary sortas="c-libgstcontroller-1">libgstcontroller-1.0.so</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 <varlistentry id="libgstnet-1">
264 <term><filename class="libraryfile">libgstnet-1.0.so</filename></term>
265 <listitem>
266 <para>
267 provides network elements and objects.
268 </para>
269 <indexterm zone="gstreamer10 libgstnet-1">
270 <primary sortas="c-libgstnet-1">libgstnet-1.0.so</primary>
271 </indexterm>
272 </listitem>
273 </varlistentry>
274
275 <varlistentry id="libgstreamer-1">
276 <term><filename class="libraryfile">libgstreamer-1.0.so</filename></term>
277 <listitem>
278 <para>
279 provides all the core <application>GStreamer</application> services,
280 including initialization, plugin management and types, as well as
281 the object hierarchy that defines elements and bins, along with
282 some more specialized elements.
283 </para>
284 <indexterm zone="gstreamer10 libgstreamer-1">
285 <primary sortas="c-libgstreamer-1">libgstreamer-1.0.so</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
290 </variablelist>
291
292 </sect2>
293
294</sect1>
Note: See TracBrowser for help on using the repository browser.