source: multimedia/libdriv/gstreamer.xml@ 42a04581

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 42a04581 was b737d71, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed typos in GStreamer instructions (thanks, Matt)

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

  • Property mode set to 100644
File size: 9.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY gstreamer-download-http "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-&gstreamer-version;.tar.bz2">
8<!ENTITY gstreamer-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-&gstreamer-version;.tar.bz2">
9<!ENTITY gstreamer-md5sum "3de474d993e23c901e9dfdd1fea486e0">
10<!ENTITY gstreamer-size "1.4 MB">
11<!ENTITY gstreamer-buildsize "78 MB">
12<!ENTITY gstreamer-time "3.0 SBU (includes building docs, additional 1.0 SBU to run the test suite)">
13]>
14
15<sect1 id="gstreamer" xreflabel="GStreamer-&gstreamer-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gstreamer.html"?>
21<title>GStreamer-&gstreamer-version;</title>
22<indexterm zone="gstreamer">
23<primary sortas="a-GStreamer">GStreamer</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>GStreamer</application></title>
27
28<para>The <application>GStreamer</application> package contains a streaming
29media framework that enables applications to share a common set of plugins for
30things like video decoding and encoding, audio encoding and decoding, audio
31and video filters, audio visualisation, Web streaming and anything else that
32streams in real-time or otherwise. It is modelled after research software
33worked on at the Oregon Graduate Institute.</para>
34
35<sect3><title>Package information</title>
36<itemizedlist spacing='compact'>
37<listitem><para>Download (HTTP): <ulink
38url="&gstreamer-download-http;"/></para></listitem>
39<listitem><para>Download (FTP): <ulink
40url="&gstreamer-download-ftp;"/></para></listitem>
41<listitem><para>Download MD5 sum: &gstreamer-md5sum;</para></listitem>
42<listitem><para>Download size: &gstreamer-size;</para></listitem>
43<listitem><para>Estimated disk space required:
44&gstreamer-buildsize;</para></listitem>
45<listitem><para>Estimated build time:
46&gstreamer-time;</para></listitem></itemizedlist>
47</sect3>
48
49<sect3><title><application>GStreamer</application> dependencies</title>
50<sect4><title>Required</title>
51<para><xref linkend="glib2"/>,
52<xref linkend="libxml2"/>,
53<xref linkend="popt"/></para>
54</sect4>
55
56<sect4><title>Optional</title>
57<para><xref linkend="libgnomeui"/>,
58<xref linkend="python"/> and
59<ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
60</sect4>
61
62<sect4><title>Optional (to build documentation)</title>
63<para><xref linkend="libxslt"/>,
64<xref linkend="gtk-doc"/>,
65<xref linkend="tex"/>,
66<xref linkend="gs"/> or
67<xref linkend="espgs"/>,
68<xref linkend="docbook-utils"/>,
69<ulink url="http://www.xfig.org/">Transfig</ulink> and
70<ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink></para>
71</sect4>
72</sect3>
73
74</sect2>
75
76<sect2>
77<title>Installation of <application>GStreamer</application></title>
78
79<para>Install <application>GStreamer</application> by running the following
80commands:</para>
81
82<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
83 --localstatedir=/var --disable-docs-build &amp;&amp;
84make</command></userinput></screen>
85
86<para>Now, as the root user:</para>
87
88<screen><userinput role='root'><command>make install &amp;&amp;
89chown -v -R root:root /usr/share/doc/gstreamer-&gstreamer-version;/*/html &amp;&amp;
90gst-register</command></userinput></screen>
91
92</sect2>
93
94<sect2>
95<title>Command explanations</title>
96
97<para><parameter>--localstatedir=/var</parameter>: This switch puts
98<command>gst-register</command>'s cache in
99<filename class="directory">/var/cache/gstreamer-0.8</filename>
100instead of
101<filename class="directory">/usr/cache/gstreamer-0.8</filename>.</para>
102
103<para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
104files in <filename class="directory">/etc</filename>
105instead of <filename class="directory">/usr/etc</filename>.</para>
106
107<para><option>--disable-docs-build</option>: This switch prevents
108building documentation during the <command>make</command> command. Remove
109this switch if you have the listed dependencies installed.</para>
110
111<para><command>chown -v -R root:root ...</command>: The documentation is
112installed with ownerships of the user who untarred and built the package.
113This command changes the ownerships of the installed documentation files to
114root:root.</para>
115
116</sect2>
117
118<sect2>
119<title>Contents</title>
120
121<segmentedlist>
122<segtitle>Installed Programs</segtitle>
123<segtitle>Installed Libraries</segtitle>
124<segtitle>Installed Directories</segtitle>
125
126<seglistitem>
127<seg>gst-complete, gst-complete-0.8, gst-compprep, gst-compprep-0.8,
128gst-feedback, gst-feedback-0.8, gst-inspect, gst-inspect-0.8, gst-launch,
129gst-launch-0.8, gst-md5sum, gst-md5sum-0.8, gst-register, gst-register-0.8,
130gst-typefind, gst-typefind-0.8, gst-xmllaunch, gst-xmllaunch-0.8,
131gst-xmlinspect, gst-xmlinspect-0.8</seg>
132<seg>libgstcontrol-0.8.[so,a], libgstreamer-0.8.[so,a] and
133libgst*.[so,a] plugin modules</seg>
134<seg>/usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8,
135/usr/share/doc/gstreamer-&gstreamer-version;,
136/usr/share/gtk-doc/html/gstreamer-0.8,
137/usr/share/gtk-doc/html/gstreamer-libs-0.8 and /var/cache/gstreamer-0.8</seg>
138</seglistitem>
139</segmentedlist>
140
141<variablelist>
142<bridgehead renderas="sect3">Short Descriptions</bridgehead>
143<?dbfo list-presentation="list"?>
144
145<varlistentry id="gst-complete">
146<term><command>gst-complete-0.8</command></term>
147<listitem><para>is a utility enabling <command>bash</command> to provide
148context sensitive tab completion for <command>gst-launch</command> command
149lines.</para>
150<indexterm zone="gstreamer gst-complete">
151<primary sortas="b-gst-complete">gst-complete-0.8</primary>
152</indexterm></listitem>
153</varlistentry>
154
155<varlistentry id="gst-compprep">
156<term><command>gst-compprep-0.8</command></term>
157<listitem><para>builds a registry of <application>GStreamer</application>
158elements and their features that is used by
159<command>gst-complete</command>.</para>
160<indexterm zone="gstreamer gst-compprep">
161<primary sortas="b-gst-compprep">gst-compprep-0.8</primary>
162</indexterm></listitem>
163</varlistentry>
164
165<varlistentry id="gst-feedback">
166<term><command>gst-feedback-0.8</command></term>
167<listitem><para>generates debug info for <application>GStreamer</application>
168bug reports.</para>
169<indexterm zone="gstreamer gst-feedback">
170<primary sortas="b-gst-feedback">gst-feedback-0.8</primary>
171</indexterm></listitem>
172</varlistentry>
173
174<varlistentry id="gst-inspect">
175<term><command>gst-inspect-0.8</command></term>
176<listitem><para>prints information about a
177<application>GStreamer</application> plugin or element.</para>
178<indexterm zone="gstreamer gst-inspect">
179<primary sortas="b-gst-inspect">gst-inspect-0.8</primary>
180</indexterm></listitem>
181</varlistentry>
182
183<varlistentry id="gst-launch">
184<term><command>gst-launch-0.8</command></term>
185<listitem><para>is a tool that builds and runs basic
186<application>GStreamer</application> pipelines.</para>
187<indexterm zone="gstreamer gst-launch">
188<primary sortas="b-gst-launch">gst-launch-0.8</primary>
189</indexterm></listitem>
190</varlistentry>
191
192<varlistentry id="gst-md5sum">
193<term><command>gst-md5sum-0.8</command></term>
194<listitem><para>generates MD5 checksums of the data generated by a
195<application>GStreamer</application> pipeline.</para>
196<indexterm zone="gstreamer gst-md5sum">
197<primary sortas="b-gst-md5sum">gst-md5sum-0.8</primary>
198</indexterm></listitem>
199</varlistentry>
200
201<varlistentry id="gst-register">
202<term><command>gst-register-0.8</command></term>
203<listitem><para>is used to register all the
204<application>GStreamer</application> plugins on the system. It creates a
205listing of their properties so that when a
206<application>GStreamer</application> based application is started, it does not
207need to load plugins until it needs them.</para>
208<indexterm zone="gstreamer gst-register">
209<primary sortas="b-gst-register">gst-register-0.8</primary>
210</indexterm></listitem>
211</varlistentry>
212
213<varlistentry id="gst-typefind">
214<term><command>gst-typefind-0.8</command></term>
215<listitem><para>uses the <application>GStreamer</application> type finding
216system to determine the relevant <application>GStreamer</application> plugin
217to parse or decode a file, and determine the corresponding
218<acronym>MIME</acronym> type.</para>
219<indexterm zone="gstreamer gst-typefind">
220<primary sortas="b-gst-typefind">gst-typefind-0.8</primary>
221</indexterm></listitem>
222</varlistentry>
223
224<varlistentry id="gst-xmlinspect">
225<term><command>gst-xmlinspect-0.8</command></term>
226<listitem><para>prints information about a
227<application>GStreamer</application> plugin or element in
228<acronym>XML</acronym> document format.</para>
229<indexterm zone="gstreamer gst-xmlinspect">
230<primary sortas="b-gst-xmlinspect">gst-xmlinspect-0.8</primary>
231</indexterm></listitem>
232</varlistentry>
233
234<varlistentry id="gst-xmllaunch">
235<term><command>gst-xmllaunch-0.8</command></term>
236<listitem><para>is used to build and run a basic
237<application>GStreamer</application> pipeline, loading it from an
238<acronym>XML</acronym> description.</para>
239<indexterm zone="gstreamer gst-xmllaunch">
240<primary sortas="b-gst-xmllaunch">gst-xmllaunch-0.8</primary>
241</indexterm></listitem>
242</varlistentry>
243</variablelist>
244
245</sect2>
246
247</sect1>
248
Note: See TracBrowser for help on using the repository browser.