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 "862b7e4263d946bc2ef31b3c582e5587">
|
---|
10 | <!ENTITY gstreamer10-size "3.2 MB">
|
---|
11 | <!ENTITY gstreamer10-buildsize "60 MB (with tests; add 36 MB fro docs)">
|
---|
12 | <!ENTITY gstreamer10-time "1.9 SBU (Using parallelism=4; with tests; add 1.5 SBU for docs)">
|
---|
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
|
---|
34 | enables applications to share a common set of plugins for things like
|
---|
35 | video encoding and decoding, audio encoding and decoding, audio and video
|
---|
36 | filters, audio visualisation, web streaming and anything else that
|
---|
37 | streams in real-time or otherwise. This package only provides base
|
---|
38 | functionality and libraries. You may need at least <xref
|
---|
39 | linkend="gst10-plugins-base"/> and one of Good, Bad, Ugly or Libav
|
---|
40 | plugins.
|
---|
41 | </para>
|
---|
42 |
|
---|
43 | &lfs84_checked;
|
---|
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="gtk3"/> (for examples),
|
---|
95 | <xref linkend="gsl"/>,
|
---|
96 | <xref linkend="gtk-doc"/>,
|
---|
97 | <xref linkend="valgrind"/>, and
|
---|
98 | <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>
|
---|
99 | </para>
|
---|
100 |
|
---|
101 | <para condition="html" role="usernotes">
|
---|
102 | User Notes: <ulink url="&blfs-wiki;/gstreamer10"/>
|
---|
103 | </para>
|
---|
104 | </sect2>
|
---|
105 |
|
---|
106 | <sect2 role="installation">
|
---|
107 | <title>Installation of gstreamer</title>
|
---|
108 |
|
---|
109 | <para>
|
---|
110 | Install <application>gstreamer</application> by running the following
|
---|
111 | commands:
|
---|
112 | </para>
|
---|
113 |
|
---|
114 | <screen><userinput>mkdir build &&
|
---|
115 | cd build &&
|
---|
116 |
|
---|
117 | meson --prefix=/usr \
|
---|
118 | -Dbuildtype=release \
|
---|
119 | -Dgst_debug=false \
|
---|
120 | -Dgtk_doc=disabled \
|
---|
121 | -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
|
---|
122 | -Dpackage-name="GStreamer 1.14.4 BLFS" &&
|
---|
123 | ninja</userinput></screen>
|
---|
124 |
|
---|
125 | <para>
|
---|
126 | To test the results, issue: <command>ninja test</command>. One test,
|
---|
127 | gst_gstdatetime, is known to fail.
|
---|
128 | </para>
|
---|
129 |
|
---|
130 | <caution>
|
---|
131 | <para>If you are reinstalling <application>gstreamer</application> from a
|
---|
132 | previous version, it is best if you remove the prior version, including
|
---|
133 | plugins, before installing the new version. If there is a mixture of
|
---|
134 | versions installed, using processes may hang or not work properly. As
|
---|
135 | the <systemitem class="username">root</systemitem> user: </para>
|
---|
136 |
|
---|
137 | <screen role="nodump"><userinput>rm -rf /usr/bin/gst-* /usr/{lib,libexec}/gstreamer-1.0</userinput></screen>
|
---|
138 | </caution>
|
---|
139 |
|
---|
140 | <para>
|
---|
141 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
142 | </para>
|
---|
143 |
|
---|
144 | <screen role="root"><userinput>ninja install</userinput></screen>
|
---|
145 |
|
---|
146 | </sect2>
|
---|
147 |
|
---|
148 | <sect2 role="content">
|
---|
149 | <title>Contents</title>
|
---|
150 |
|
---|
151 | <segmentedlist>
|
---|
152 | <segtitle>Installed Programs</segtitle>
|
---|
153 | <segtitle>Installed Libraries</segtitle>
|
---|
154 | <segtitle>Installed Directories</segtitle>
|
---|
155 |
|
---|
156 | <seglistitem>
|
---|
157 | <seg>
|
---|
158 | gst-inspect-1.0, gst-launch-1.0, gst-stats-1.0, and gst-typefind-1.0
|
---|
159 | </seg>
|
---|
160 | <seg>
|
---|
161 | libgstbase-1.0.so, libgstcheck-1.0.so, libgstcontroller-1.0.so,
|
---|
162 | libgstnet-1.0.so, and libgstreamer-1.0.so
|
---|
163 | </seg>
|
---|
164 | <seg>
|
---|
165 | /usr/{include,lib,libexec}/gstreamer-1.0 and
|
---|
166 | /usr/share/gtk-doc/html/gstreamer{,-libs,-plugins}-1.0
|
---|
167 | </seg>
|
---|
168 | </seglistitem>
|
---|
169 | </segmentedlist>
|
---|
170 |
|
---|
171 | <variablelist>
|
---|
172 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
173 | <?dbfo list-presentation="list"?>
|
---|
174 | <?dbhtml list-presentation="table"?>
|
---|
175 |
|
---|
176 | <varlistentry id="gst-inspect-1.0">
|
---|
177 | <term><command>gst-inspect-1.0</command></term>
|
---|
178 | <listitem>
|
---|
179 | <para>
|
---|
180 | is a tool that prints out information on available
|
---|
181 | <application>gstreamer</application> plugins,
|
---|
182 | information about a particular plugin, or information
|
---|
183 | about a particular element.
|
---|
184 | </para>
|
---|
185 | <indexterm zone="gstreamer10 gst-inspect-1.0">
|
---|
186 | <primary sortas="b-gst-inspect-1.0">gst-inspect-1.0</primary>
|
---|
187 | </indexterm>
|
---|
188 | </listitem>
|
---|
189 | </varlistentry>
|
---|
190 |
|
---|
191 | <varlistentry id="gst-launch-1.0">
|
---|
192 | <term><command>gst-launch-1.0</command></term>
|
---|
193 | <listitem>
|
---|
194 | <para>
|
---|
195 | is a tool that builds and runs basic
|
---|
196 | <application>gstreamer</application> pipelines.
|
---|
197 | </para>
|
---|
198 | <indexterm zone="gstreamer10 gst-launch-1.0">
|
---|
199 | <primary sortas="b-gst-launch-1.0">gst-launch-1.0</primary>
|
---|
200 | </indexterm>
|
---|
201 | </listitem>
|
---|
202 | </varlistentry>
|
---|
203 |
|
---|
204 | <varlistentry id="gst-stats-1.0">
|
---|
205 | <term><command>gst-stats-1.0</command></term>
|
---|
206 | <listitem>
|
---|
207 | <para>
|
---|
208 | is a tool used to gather statistics about
|
---|
209 | <application>gstreamer</application> operations.
|
---|
210 | </para>
|
---|
211 | <indexterm zone="gstreamer10 gst-stats-1.0">
|
---|
212 | <primary sortas="b-gst-stats-1.0">gst-stats-1.0</primary>
|
---|
213 | </indexterm>
|
---|
214 | </listitem>
|
---|
215 | </varlistentry>
|
---|
216 |
|
---|
217 | <varlistentry id="gst-typefind-1.0">
|
---|
218 | <term><command>gst-typefind-1.0</command></term>
|
---|
219 | <listitem>
|
---|
220 | <para>
|
---|
221 | uses the <application>gstreamer</application> type finding system
|
---|
222 | to determine the relevant <application>gstreamer</application>
|
---|
223 | plugin to parse or decode files, and the corresponding MIME type.
|
---|
224 | </para>
|
---|
225 | <indexterm zone="gstreamer10 gst-typefind-1.0">
|
---|
226 | <primary sortas="b-gst-typefind-1.0">gst-typefind-1.0</primary>
|
---|
227 | </indexterm>
|
---|
228 | </listitem>
|
---|
229 | </varlistentry>
|
---|
230 |
|
---|
231 | <varlistentry id="libgstbase-1.0">
|
---|
232 | <term><filename class="libraryfile">libgstbase-1.0.so</filename></term>
|
---|
233 | <listitem>
|
---|
234 | <para>
|
---|
235 | provides some base classes to be extended by elements and utillity
|
---|
236 | classes that are most useful for plugin developers.
|
---|
237 | </para>
|
---|
238 | <indexterm zone="gstreamer10 libgstbase-1.0">
|
---|
239 | <primary sortas="c-libgstbase-1.0">libgstbase-1.0.so</primary>
|
---|
240 | </indexterm>
|
---|
241 | </listitem>
|
---|
242 | </varlistentry>
|
---|
243 |
|
---|
244 | <varlistentry id="libgstcheck-1.0">
|
---|
245 | <term><filename class="libraryfile">libgstcheck-1.0.so</filename></term>
|
---|
246 | <listitem>
|
---|
247 | <para>
|
---|
248 | provides functionality for writing unit tests that use the check
|
---|
249 | framework.
|
---|
250 | </para>
|
---|
251 | <indexterm zone="gstreamer10 libgstcheck-1.0">
|
---|
252 | <primary sortas="c-libgstcheck-1.0">libgstcheck-1.0.so</primary>
|
---|
253 | </indexterm>
|
---|
254 | </listitem>
|
---|
255 | </varlistentry>
|
---|
256 |
|
---|
257 | <varlistentry id="libgstcontroller-1.0">
|
---|
258 | <term><filename class="libraryfile">libgstcontroller-1.0.so</filename></term>
|
---|
259 | <listitem>
|
---|
260 | <para>
|
---|
261 | provides functionality to animate element properties over time.
|
---|
262 | </para>
|
---|
263 | <indexterm zone="gstreamer10 libgstcontroller-1.0">
|
---|
264 | <primary sortas="c-libgstcontroller-1.0">libgstcontroller-1.0.so</primary>
|
---|
265 | </indexterm>
|
---|
266 | </listitem>
|
---|
267 | </varlistentry>
|
---|
268 |
|
---|
269 | <varlistentry id="libgstnet-1.0">
|
---|
270 | <term><filename class="libraryfile">libgstnet-1.0.so</filename></term>
|
---|
271 | <listitem>
|
---|
272 | <para>
|
---|
273 | provides network elements and objects.
|
---|
274 | </para>
|
---|
275 | <indexterm zone="gstreamer10 libgstnet-1.0">
|
---|
276 | <primary sortas="c-libgstnet-1.0">libgstnet-1.0.so</primary>
|
---|
277 | </indexterm>
|
---|
278 | </listitem>
|
---|
279 | </varlistentry>
|
---|
280 |
|
---|
281 | <varlistentry id="libgstreamer-1.0">
|
---|
282 | <term><filename class="libraryfile">libgstreamer-1.0.so</filename></term>
|
---|
283 | <listitem>
|
---|
284 | <para>
|
---|
285 | provides all of the core <application>gstreamer</application>
|
---|
286 | services, including initialization, plugin management and types,
|
---|
287 | as well as the object hierarchy that defines elements and bins,
|
---|
288 | along with some more specialized elements.
|
---|
289 | </para>
|
---|
290 | <indexterm zone="gstreamer10 libgstreamer-1.0">
|
---|
291 | <primary sortas="c-libgstreamer-1.0">libgstreamer-1.0.so</primary>
|
---|
292 | </indexterm>
|
---|
293 | </listitem>
|
---|
294 | </varlistentry>
|
---|
295 |
|
---|
296 | </variablelist>
|
---|
297 |
|
---|
298 | </sect2>
|
---|
299 |
|
---|
300 | </sect1>
|
---|