source: multimedia/libdriv/gstreamer.xml@ e43a5132

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e43a5132 was e43a5132, checked in by Krejzi <krejzi@…>, 12 years ago

gstreamer 0.10.36 release

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9635 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.9 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 gstreamer-download-http "&gnome-download-http;/gstreamer/0.10/gstreamer-&gstreamer-version;.tar.xz">
8 <!ENTITY gstreamer-download-ftp "&gnome-download-ftp;/gstreamer/0.10/gstreamer-&gstreamer-version;.tar.xz">
9 <!ENTITY gstreamer-md5sum "15389c73e091b1dda915279c388b9cb2">
10 <!ENTITY gstreamer-size "2.9 MB">
11 <!ENTITY gstreamer-buildsize "90 MB">
12 <!ENTITY gstreamer-time "1.2 SBU">
13]>
14
15<sect1 id="gstreamer" xreflabel="GStreamer-&gstreamer-version;">
16 <?dbhtml filename="gstreamer.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GStreamer-&gstreamer-version;</title>
24
25 <indexterm zone="gstreamer">
26 <primary sortas="a-GStreamer">GStreamer</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GStreamer</title>
31
32 <para>The <application>GStreamer</application> package contains a streaming
33 media framework that enables applications to share a common set of plugins for
34 things like video decoding and encoding, audio encoding and decoding, audio
35 and video filters, audio visualisation, Web streaming and anything else that
36 streams in real-time or otherwise. It is modelled after research software
37 worked on at the Oregon Graduate Institute. After installing
38 <application>GStreamer</application>, you'll likely need to install
39 one or more of the <xref linkend="gst-plugins-good"/>,
40 <xref linkend="gst-plugins-ugly"/>, <xref linkend="gst-plugins-bad"/>
41 and <xref linkend="gst-ffmpeg"/> packages.</para>
42
43 &lfs70_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&gstreamer-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&gstreamer-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &gstreamer-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &gstreamer-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &gstreamer-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &gstreamer-time;</para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">GStreamer Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="glib2"/>, and
71 <xref linkend="libxml2"/></para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><xref linkend="gobject-introspection"/>
75 (required if building Gnome),
76 <ulink url="http://www.gnu.org/software/gsl/">GSL</ulink>,
77 <xref linkend='check'/> (required to run the unit regression tests and also enables
78 <filename class='libraryfile'>libgstcheck-0.10</filename>), and
79 <ulink url="http://www.valgrind.org/">Valgrind</ulink>
80 (optionally used during the unit regression tests)
81 </para>
82
83 <!-- exceptionally, there seems no way to install the shipped
84 API docs, so they have to be built, not rebuilt.-->
85 <bridgehead renderas="sect4">Optional (Required to build the API
86 Documentation)</bridgehead>
87 <para role="optional"><xref linkend="gtk-doc"/> and
88 <xref linkend="python2"/> (compiled against an XML Parser such as
89 <xref linkend="expat"/>). Alternatively, developers can access
90 the online API docs at <ulink
91 url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/api-index-full.html">freedesktop.org</ulink>
92 </para>
93
94 <bridgehead renderas="sect4">Optional (Required to Build
95 Manuals)</bridgehead>
96 <para role="optional"><xref linkend="libxslt"/>,
97 <xref linkend="texlive"/>,
98 <xref linkend="docbook-utils"/>,
99 <ulink url="http://www.xfig.org/">Transfig</ulink> (all needed
100 to build the HTML manual), plus
101 <xref linkend="gs"/>, and
102 <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>
103 to build the postscript and PDF manuals.
104 Alternatively, developers can access the online manual at <ulink
105 url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/index.html">freedesktop.org</ulink>
106 </para>
107
108 <para condition="html" role="usernotes">User Notes:
109 <ulink url="&blfs-wiki;/gstreamer"/></para>
110
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of GStreamer</title>
115
116 <para>Install <application>GStreamer</application> by running the following
117 commands:</para>
118
119<screen><userinput>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| true\2/' \
120 docs/{gst,libs}/Makefile.in &amp;&amp;
121./configure --prefix=/usr \
122 --libexecdir=/usr/lib &amp;&amp;
123make</userinput></screen>
124
125 <para>To test the results, issue: <command>make check</command>. There are
126 many other <filename>Makefile</filename> targets you can specify for
127 running the tests, issue <command>make -C tests/check help</command> to see
128 the complete list.</para>
129
130 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
131
132<screen role="root"><userinput>make install &amp;&amp;
133install -v -m755 -d /usr/share/doc/gstreamer-0.10/design &amp;&amp;
134install -v -m644 docs/design/*.txt \
135 /usr/share/doc/gstreamer-0.10/design &amp;&amp;
136
137if [ -d /usr/share/doc/gstreamer-0.10/faq/html ]; then
138 chown -v -R root:root \
139 /usr/share/doc/gstreamer-0.10/*/html
140fi</userinput></screen>
141
142 <sect3>
143 <title>Testing the Installation</title>
144
145 <para>To test the functionality of the
146 <application>GStreamer</application> installation, you can run a simple
147 test as an unprivileged user (you may have to run
148 <command>ldconfig</command> as the
149 <systemitem class="username">root</systemitem> user before attempting
150 the test).</para>
151
152<screen><userinput>gst-launch -v fakesrc num_buffers=5 ! fakesink</userinput></screen>
153
154 <para>If the command outputs a series of messages from fakesrc and
155 fakesink, everything is okay.</para>
156
157 </sect3>
158
159 </sect2>
160
161 <sect2 role="commands">
162 <title>Command Explanations</title>
163
164 <para><option>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| true\2/' \
165 docs/{gst,libs}/Makefile.in</option>: Two of the Makefiles test if
166 <command>gtkdoc-rebase</command> is present, and only use it if it is,
167 but the test <command>which gtk-doc</command> is interpreted as an error by
168 <command>make</command> if <command>gtkdoc-rebase</command> is not present. The
169 <command>sed</command> command ensures the command is always regarded as
170 successful.</para>
171
172 <para><parameter>--libexecdir=/usr/lib</parameter>: This parameter is used
173 so that the <application>GStreamer</application> internal support programs
174 are installed in the preferred location of <filename
175 class='directory'>/usr/lib/gstreamer-0.10</filename> instead of <filename
176 class='directory'>/usr/libexec/gstreamer-0.10</filename>.</para>
177
178 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
179 href="../../xincludes/gtk-doc-rebuild.xml"/>
180
181 <para><option>--disable-static</option>: This switch prevents the static
182 libraries from being built.</para>
183
184 <para><option>--enable-docbook</option>: This parameter is used to build
185 HTML, PDF and PostScript versions of the
186 <application>GStreamer</application> User's Manual, FAQ and Writer's Guide.
187 Note that you must have all the listed dependencies installed.</para>
188
189 <para><command>chown -v -R root:root ...</command>: The documentation is
190 installed with ownerships of the user who untarred and built the package.
191 This command changes the ownerships of the installed documentation files to
192 root:root and is only executed if the documentation files were built and
193 installed.</para>
194
195 </sect2>
196
197 <sect2 role="content">
198 <title>Contents</title>
199
200 <segmentedlist>
201 <segtitle>Installed Programs</segtitle>
202 <segtitle>Installed Libraries</segtitle>
203 <segtitle>Installed Directories</segtitle>
204
205 <seglistitem>
206 <seg>gst-feedback, gst-feedback-0.10, gst-inspect, gst-inspect-0.10,
207 gst-launch, gst-launch-0.10, gst-plugin-scanner, gst-typefind,
208 gst-typefind-0.10, gst-xmlinspect, gst-xmlinspect-0.10, gst-xmllaunch,
209 and gst-xmllaunch-0.10</seg>
210 <seg>libgstbase-0.10.{so,a}, libgstcheck-0.10.{so,a},
211 libgstcontroller-0.10.{so,a}, libgstcoreelements.so,
212 libgstcoreindexers.so, libgstdataprotocol-0.10.{so,a},
213 libgstnet-0.10.{so,a}, and libgstreamer-0.10.{so,a}</seg>
214 <seg>/usr/{include/gstreamer-0.10/gst/{base,check,controller,
215 dataprotocol,net},lib/{gstreamer-0.10,gstreamer/gstreamer-0.10},
216 share/{gstreamer-0.10/presets,gtk-doc/html/{gstreamer-0.10,
217 gstreamer-libs-0.10,gstreamer-plugins-0.10}}}</seg>
218 </seglistitem>
219 </segmentedlist>
220
221 <variablelist>
222 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
223 <?dbfo list-presentation="list"?>
224 <?dbhtml list-presentation="table"?>
225
226 <varlistentry id="gst-feedback">
227 <term><command>gst-feedback-0.10</command></term>
228 <listitem>
229 <para>generates debug info for <application>GStreamer</application>
230 bug reports.</para>
231 <indexterm zone="gstreamer gst-feedback">
232 <primary sortas="b-gst-feedback">gst-feedback-0.10</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="gst-inspect">
238 <term><command>gst-inspect-0.10</command></term>
239 <listitem>
240 <para>prints information about a
241 <application>GStreamer</application> plugin or element.</para>
242 <indexterm zone="gstreamer gst-inspect">
243 <primary sortas="b-gst-inspect">gst-inspect-0.10</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 <varlistentry id="gst-launch">
249 <term><command>gst-launch-0.10</command></term>
250 <listitem>
251 <para>is a tool that builds and runs basic
252 <application>GStreamer</application> pipelines.</para>
253 <indexterm zone="gstreamer gst-launch">
254 <primary sortas="b-gst-launch">gst-launch-0.10</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="gst-typefind">
260 <term><command>gst-typefind-0.10</command></term>
261 <listitem>
262 <para>uses the <application>GStreamer</application> type finding
263 system to determine the relevant <application>GStreamer</application>
264 plugin to parse or decode a file, and determine the corresponding
265 MIME type.</para>
266 <indexterm zone="gstreamer gst-typefind">
267 <primary sortas="b-gst-typefind">gst-typefind-0.10</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="gst-xmlinspect">
273 <term><command>gst-xmlinspect-0.10</command></term>
274 <listitem>
275 <para>prints information about a <application>GStreamer</application>
276 plugin or element in XML document format.</para>
277 <indexterm zone="gstreamer gst-xmlinspect">
278 <primary sortas="b-gst-xmlinspect">gst-xmlinspect-0.10</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="gst-xmllaunch">
284 <term><command>gst-xmllaunch-0.10</command></term>
285 <listitem>
286 <para>is used to build and run a basic <application>GStreamer</application>
287 pipeline, loading it from an XML description.</para>
288 <indexterm zone="gstreamer gst-xmllaunch">
289 <primary sortas="b-gst-xmllaunch">gst-xmllaunch-0.10</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
294 </variablelist>
295
296 </sect2>
297
298</sect1>
Note: See TracBrowser for help on using the repository browser.