2004-11-20 00:04:42 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-11-20 00:04:42 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-05-11 02:36:26 +08:00
|
|
|
<!ENTITY gstreamer-download-http "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-&gstreamer-version;.tar.bz2">
|
2006-02-09 02:51:46 +08:00
|
|
|
<!ENTITY gstreamer-download-ftp "&gnome-download-ftp;/gstreamer/0.8/gstreamer-&gstreamer-version;.tar.bz2">
|
2005-09-13 12:19:40 +08:00
|
|
|
<!ENTITY gstreamer-md5sum "3a251cf05b794ebac04e18f71e5b26eb">
|
|
|
|
<!ENTITY gstreamer-size "1.4 MB">
|
|
|
|
<!ENTITY gstreamer-buildsize "81.2 MB">
|
|
|
|
<!ENTITY gstreamer-time "3.2 SBU (includes building docs, additional 0.8 SBU to run the test suite)">
|
2004-11-20 00:04:42 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="gstreamer" xreflabel="GStreamer-&gstreamer-version;">
|
2005-05-11 02:36:26 +08:00
|
|
|
<?dbhtml filename="gstreamer.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2005-12-06 20:13:47 +08:00
|
|
|
<keywordset>
|
|
|
|
<keyword role="package">gstreamer-&gstreamer-version;.tar</keyword>
|
2005-12-09 04:30:46 +08:00
|
|
|
<keyword role="ftpdir">gstreamer</keyword>
|
2005-12-06 20:13:47 +08:00
|
|
|
</keywordset>
|
2005-05-11 02:36:26 +08:00
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>GStreamer-&gstreamer-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="gstreamer">
|
|
|
|
<primary sortas="a-GStreamer">GStreamer</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to GStreamer</title>
|
|
|
|
|
2005-05-31 05:52:47 +08:00
|
|
|
<para>The <application>GStreamer</application> package contains a streaming
|
|
|
|
media framework that enables applications to share a common set of plugins for
|
|
|
|
things like video decoding and encoding, audio encoding and decoding, audio
|
|
|
|
and video filters, audio visualisation, Web streaming and anything else that
|
|
|
|
streams in real-time or otherwise. It is modelled after research software
|
2005-05-11 02:36:26 +08:00
|
|
|
worked on at the Oregon Graduate Institute.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&gstreamer-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&gstreamer-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &gstreamer-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &gstreamer-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &gstreamer-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &gstreamer-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2005-05-11 02:43:50 +08:00
|
|
|
<bridgehead renderas="sect3">GStreamer Dependencies</bridgehead>
|
2005-05-11 02:36:26 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2005-12-06 20:13:47 +08:00
|
|
|
<para role="required"><xref linkend="glib2"/>,
|
2006-01-27 07:26:00 +08:00
|
|
|
<xref linkend="libxml2"/>, and
|
2005-05-11 02:36:26 +08:00
|
|
|
<xref linkend="popt"/></para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2005-12-06 20:13:47 +08:00
|
|
|
<para role="optional"><xref linkend="libgnomeui"/>,
|
2006-01-27 07:26:00 +08:00
|
|
|
<xref linkend="python"/>, and
|
|
|
|
<ulink url="http://valgrind.kde.org/">Valgrind</ulink> (see the note below
|
|
|
|
about some versions)</para>
|
2005-05-11 02:36:26 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
|
2005-12-06 20:13:47 +08:00
|
|
|
<para role="optional"><xref linkend="libxslt"/>,
|
2005-05-31 05:52:47 +08:00
|
|
|
<xref linkend="gtk-doc"/>,
|
2006-05-11 05:29:18 +08:00
|
|
|
<xref linkend="tetex"/>,
|
2005-05-31 05:52:47 +08:00
|
|
|
<xref linkend="gs"/> or
|
|
|
|
<xref linkend="espgs"/>,
|
|
|
|
<xref linkend="docbook-utils"/>,
|
2006-01-27 07:26:00 +08:00
|
|
|
<ulink url="http://www.xfig.org/">Transfig</ulink>, and
|
2005-05-11 02:36:26 +08:00
|
|
|
<ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink></para>
|
|
|
|
|
2006-04-11 02:37:19 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/gstreamer"/></para>
|
|
|
|
|
2005-05-11 02:36:26 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of GStreamer</title>
|
|
|
|
|
2006-01-27 07:26:00 +08:00
|
|
|
<para>Newer versions of <application>Valgrind</application> are known to
|
|
|
|
cause the build to break. If you have <application>Valgrind</application>
|
|
|
|
version >= 3.1.0 installed, you should add
|
|
|
|
<option>--disable-valgrind</option> to the <command>configure</command>
|
|
|
|
command below so the build will complete.</para>
|
|
|
|
|
2005-05-31 05:52:47 +08:00
|
|
|
<para>Install <application>GStreamer</application> by running the following
|
2005-05-11 02:36:26 +08:00
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
|
2005-05-07 02:37:18 +08:00
|
|
|
--localstatedir=/var &&
|
2005-05-11 02:36:26 +08:00
|
|
|
make</userinput></screen>
|
2005-04-26 22:47:46 +08:00
|
|
|
|
2006-01-27 07:26:00 +08:00
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
|
2005-05-11 02:36:26 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
2005-04-26 22:47:46 +08:00
|
|
|
|
2005-05-11 02:36:26 +08:00
|
|
|
<screen role="root"><userinput>make install &&
|
2005-09-13 12:32:52 +08:00
|
|
|
if [ -d /usr/share/doc/gstreamer-&gstreamer-version;/faq/html ]; then
|
|
|
|
chown -v -R root:root \
|
|
|
|
/usr/share/doc/gstreamer-&gstreamer-version;/*/html
|
|
|
|
fi &&
|
2005-05-11 02:36:26 +08:00
|
|
|
gst-register</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2005-05-31 05:52:47 +08:00
|
|
|
<para><parameter>--localstatedir=/var</parameter>: This switch puts
|
|
|
|
<command>gst-register</command>'s cache in
|
2005-05-30 23:59:12 +08:00
|
|
|
<filename class="directory">/var/cache/gstreamer-0.8</filename>
|
2005-05-31 05:52:47 +08:00
|
|
|
instead of
|
2005-05-11 02:36:26 +08:00
|
|
|
<filename class="directory">/usr/cache/gstreamer-0.8</filename>.</para>
|
|
|
|
|
2005-05-31 05:52:47 +08:00
|
|
|
<para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
|
2005-05-30 23:59:12 +08:00
|
|
|
files in <filename class="directory">/etc</filename>
|
2005-05-11 02:36:26 +08:00
|
|
|
instead of <filename class="directory">/usr/etc</filename>.</para>
|
|
|
|
|
2005-05-31 05:52:47 +08:00
|
|
|
<para><command>chown -v -R root:root ...</command>: The documentation is
|
|
|
|
installed with ownerships of the user who untarred and built the package.
|
2005-05-11 02:36:26 +08:00
|
|
|
This command changes the ownerships of the installed documentation files to
|
2005-09-13 12:32:52 +08:00
|
|
|
root:root and is only executed if the documentation files were built and
|
|
|
|
installed.</para>
|
2005-05-11 02:36:26 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2005-05-31 05:52:47 +08:00
|
|
|
<seg>gst-complete, gst-complete-0.8, gst-compprep, gst-compprep-0.8,
|
|
|
|
gst-feedback, gst-feedback-0.8, gst-inspect, gst-inspect-0.8, gst-launch,
|
|
|
|
gst-launch-0.8, gst-md5sum, gst-md5sum-0.8, gst-register, gst-register-0.8,
|
|
|
|
gst-typefind, gst-typefind-0.8, gst-xmllaunch, gst-xmllaunch-0.8,
|
2005-05-11 02:36:26 +08:00
|
|
|
gst-xmlinspect, and gst-xmlinspect-0.8</seg>
|
2006-04-11 02:37:19 +08:00
|
|
|
<seg>libgstcontrol-0.8.{so,a}, libgstreamer-0.8.{so,a}, and
|
|
|
|
libgst*.{so,a} plugin modules</seg>
|
2005-05-31 05:52:47 +08:00
|
|
|
<seg>/usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8,
|
|
|
|
/usr/share/doc/gstreamer-&gstreamer-version;,
|
|
|
|
/usr/share/gtk-doc/html/gstreamer-0.8,
|
2005-05-11 02:36:26 +08:00
|
|
|
/usr/share/gtk-doc/html/gstreamer-libs-0.8, and /var/cache/gstreamer-0.8</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="gst-complete">
|
|
|
|
<term><command>gst-complete-0.8</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:52:47 +08:00
|
|
|
<para>is a utility enabling <command>bash</command> to provide
|
2005-05-30 23:59:12 +08:00
|
|
|
context sensitive tab completion for <command>gst-launch</command>
|
2005-05-11 02:36:26 +08:00
|
|
|
command lines.</para>
|
|
|
|
<indexterm zone="gstreamer gst-complete">
|
|
|
|
<primary sortas="b-gst-complete">gst-complete-0.8</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gst-compprep">
|
|
|
|
<term><command>gst-compprep-0.8</command></term>
|
|
|
|
<listitem>
|
2005-05-30 23:59:12 +08:00
|
|
|
<para>builds a registry of <application>GStreamer</application>
|
2005-05-31 05:52:47 +08:00
|
|
|
elements and their features that is used by
|
2005-05-11 02:36:26 +08:00
|
|
|
<command>gst-complete</command>.</para>
|
|
|
|
<indexterm zone="gstreamer gst-compprep">
|
|
|
|
<primary sortas="b-gst-compprep">gst-compprep-0.8</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gst-feedback">
|
|
|
|
<term><command>gst-feedback-0.8</command></term>
|
|
|
|
<listitem>
|
2005-05-30 23:59:12 +08:00
|
|
|
<para>generates debug info for <application>GStreamer</application>
|
2005-05-11 02:36:26 +08:00
|
|
|
bug reports.</para>
|
|
|
|
<indexterm zone="gstreamer gst-feedback">
|
|
|
|
<primary sortas="b-gst-feedback">gst-feedback-0.8</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gst-inspect">
|
|
|
|
<term><command>gst-inspect-0.8</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:52:47 +08:00
|
|
|
<para>prints information about a
|
2005-05-11 02:36:26 +08:00
|
|
|
<application>GStreamer</application> plugin or element.</para>
|
|
|
|
<indexterm zone="gstreamer gst-inspect">
|
|
|
|
<primary sortas="b-gst-inspect">gst-inspect-0.8</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gst-launch">
|
|
|
|
<term><command>gst-launch-0.8</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:52:47 +08:00
|
|
|
<para>is a tool that builds and runs basic
|
2005-05-11 02:36:26 +08:00
|
|
|
<application>GStreamer</application> pipelines.</para>
|
|
|
|
<indexterm zone="gstreamer gst-launch">
|
|
|
|
<primary sortas="b-gst-launch">gst-launch-0.8</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gst-md5sum">
|
|
|
|
<term><command>gst-md5sum-0.8</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:52:47 +08:00
|
|
|
<para>generates MD5 checksums of the data generated by a
|
2005-05-11 02:36:26 +08:00
|
|
|
<application>GStreamer</application> pipeline.</para>
|
|
|
|
<indexterm zone="gstreamer gst-md5sum">
|
|
|
|
<primary sortas="b-gst-md5sum">gst-md5sum-0.8</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gst-register">
|
|
|
|
<term><command>gst-register-0.8</command></term>
|
|
|
|
<listitem>
|
2005-05-30 23:59:12 +08:00
|
|
|
<para>is used to register all the <application>GStreamer</application>
|
2005-05-31 05:52:47 +08:00
|
|
|
plugins on the system. It creates a listing of their properties so that when a
|
|
|
|
<application>GStreamer</application> based application is started, it
|
2005-05-11 02:36:26 +08:00
|
|
|
does not need to load plugins until it needs them.</para>
|
|
|
|
<indexterm zone="gstreamer gst-register">
|
|
|
|
<primary sortas="b-gst-register">gst-register-0.8</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gst-typefind">
|
|
|
|
<term><command>gst-typefind-0.8</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:52:47 +08:00
|
|
|
<para>uses the <application>GStreamer</application> type finding
|
2005-05-30 23:59:12 +08:00
|
|
|
system to determine the relevant <application>GStreamer</application>
|
2005-05-31 05:52:47 +08:00
|
|
|
plugin to parse or decode a file, and determine the corresponding
|
2005-05-11 02:36:26 +08:00
|
|
|
MIME type.</para>
|
|
|
|
<indexterm zone="gstreamer gst-typefind">
|
|
|
|
<primary sortas="b-gst-typefind">gst-typefind-0.8</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gst-xmlinspect">
|
|
|
|
<term><command>gst-xmlinspect-0.8</command></term>
|
|
|
|
<listitem>
|
2005-05-30 23:59:12 +08:00
|
|
|
<para>prints information about a <application>GStreamer</application>
|
2005-05-11 02:36:26 +08:00
|
|
|
plugin or element in XML document format.</para>
|
|
|
|
<indexterm zone="gstreamer gst-xmlinspect">
|
|
|
|
<primary sortas="b-gst-xmlinspect">gst-xmlinspect-0.8</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gst-xmllaunch">
|
|
|
|
<term><command>gst-xmllaunch-0.8</command></term>
|
|
|
|
<listitem>
|
2005-05-30 23:59:12 +08:00
|
|
|
<para>is used to build and run a basic <application>GStreamer</application>
|
2005-05-11 02:36:26 +08:00
|
|
|
pipeline, loading it from an XML description.</para>
|
|
|
|
<indexterm zone="gstreamer gst-xmllaunch">
|
|
|
|
<primary sortas="b-gst-xmllaunch">gst-xmllaunch-0.8</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2004-11-20 00:04:42 +08:00
|
|
|
|
|
|
|
</sect1>
|