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-04-26 22:47:46 +08:00
|
|
|
<!ENTITY gstreamer-download-http "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-&gstreamer-version;.tar.bz2">
|
2004-11-20 00:04:42 +08:00
|
|
|
<!ENTITY gstreamer-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-&gstreamer-version;.tar.bz2">
|
2005-05-05 00:21:38 +08:00
|
|
|
<!ENTITY gstreamer-md5sum "3de474d993e23c901e9dfdd1fea486e0">
|
2004-11-20 00:04:42 +08:00
|
|
|
<!ENTITY gstreamer-size "1.4 MB">
|
2005-05-05 00:21:38 +08:00
|
|
|
<!ENTITY gstreamer-buildsize "78 MB">
|
|
|
|
<!ENTITY gstreamer-time "3.0 SBU (includes building docs, additional 1.0 SBU to run the test suite)">
|
2004-11-20 00:04:42 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="gstreamer" xreflabel="GStreamer-&gstreamer-version;">
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
<?dbhtml filename="gstreamer.html"?>
|
|
|
|
<title>GStreamer-&gstreamer-version;</title>
|
2005-04-26 22:47:46 +08:00
|
|
|
<indexterm zone="gstreamer">
|
|
|
|
<primary sortas="a-GStreamer">GStreamer</primary></indexterm>
|
2004-11-20 00:04:42 +08:00
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>GStreamer</application></title>
|
|
|
|
|
|
|
|
<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
|
|
|
|
worked on at the Oregon Graduate Institute.</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<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>
|
2005-01-05 23:10:50 +08:00
|
|
|
<listitem><para>Download MD5 sum: &gstreamer-md5sum;</para></listitem>
|
2004-11-20 00:04:42 +08:00
|
|
|
<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>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title><application>GStreamer</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2005-01-05 22:52:07 +08:00
|
|
|
<para><xref linkend="glib2"/>,
|
2004-11-20 00:04:42 +08:00
|
|
|
<xref linkend="libxml2"/>,
|
|
|
|
<xref linkend="popt"/></para>
|
|
|
|
</sect4>
|
|
|
|
|
|
|
|
<sect4><title>Optional</title>
|
|
|
|
<para><xref linkend="libgnomeui"/>,
|
2005-01-06 23:31:17 +08:00
|
|
|
<xref linkend="python"/> and
|
2004-11-20 00:04:42 +08:00
|
|
|
<ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
|
|
|
|
</sect4>
|
|
|
|
|
|
|
|
<sect4><title>Optional (to build documentation)</title>
|
|
|
|
<para><xref linkend="libxslt"/>,
|
|
|
|
<xref linkend="gtk-doc"/>,
|
2005-01-11 07:55:51 +08:00
|
|
|
<xref linkend="tex"/>,
|
2004-11-20 00:04:42 +08:00
|
|
|
<xref linkend="gs"/> or
|
|
|
|
<xref linkend="espgs"/>,
|
|
|
|
<xref linkend="docbook-utils"/>,
|
|
|
|
<ulink url="http://www.xfig.org/">Transfig</ulink> and
|
|
|
|
<ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink></para>
|
|
|
|
</sect4>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>GStreamer</application></title>
|
|
|
|
|
|
|
|
<para>Install <application>GStreamer</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
|
2005-05-07 02:37:18 +08:00
|
|
|
--localstatedir=/var &&
|
2005-04-26 22:47:46 +08:00
|
|
|
make</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
|
|
|
|
<screen><userinput role='root'><command>make install &&
|
2005-05-06 04:09:35 +08:00
|
|
|
chown -v -R root:root /usr/share/doc/gstreamer-&gstreamer-version;/*/html &&
|
2004-11-20 00:04:42 +08:00
|
|
|
gst-register</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--localstatedir=/var</parameter>: This switch puts
|
|
|
|
<command>gst-register</command>'s cache in
|
|
|
|
<filename class="directory">/var/cache/gstreamer-0.8</filename>
|
|
|
|
instead of
|
|
|
|
<filename class="directory">/usr/cache/gstreamer-0.8</filename>.</para>
|
|
|
|
|
|
|
|
<para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
|
|
|
|
files in <filename class="directory">/etc</filename>
|
|
|
|
instead of <filename class="directory">/usr/etc</filename>.</para>
|
|
|
|
|
2005-05-06 04:09:35 +08:00
|
|
|
<para><command>chown -v -R root:root ...</command>: The documentation is
|
2004-12-09 23:30:13 +08:00
|
|
|
installed with ownerships of the user who untarred and built the package.
|
|
|
|
This command changes the ownerships of the installed documentation files to
|
|
|
|
root:root.</para>
|
|
|
|
|
2004-11-20 00:04:42 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2005-04-26 22:47:46 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<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,
|
|
|
|
gst-xmlinspect, gst-xmlinspect-0.8</seg>
|
|
|
|
<seg>libgstcontrol-0.8.[so,a], libgstreamer-0.8.[so,a] and
|
|
|
|
libgst*.[so,a] plugin modules</seg>
|
|
|
|
<seg>/usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8,
|
2005-05-06 04:09:35 +08:00
|
|
|
/usr/share/doc/gstreamer-&gstreamer-version;,
|
|
|
|
/usr/share/gtk-doc/html/gstreamer-0.8,
|
2005-04-26 22:47:46 +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"?>
|
|
|
|
|
|
|
|
<varlistentry id="gst-complete">
|
|
|
|
<term><command>gst-complete-0.8</command></term>
|
|
|
|
<listitem><para>is a utility enabling <command>bash</command> to provide
|
|
|
|
context sensitive tab completion for <command>gst-launch</command> 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><para>builds a registry of <application>GStreamer</application>
|
|
|
|
elements and their features that is used by
|
|
|
|
<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><para>generates debug info for <application>GStreamer</application>
|
|
|
|
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><para>prints information about a
|
2004-11-20 00:04:42 +08:00
|
|
|
<application>GStreamer</application> plugin or element.</para>
|
2005-04-26 22:47:46 +08:00
|
|
|
<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><para>is a tool that builds and runs basic
|
2004-11-20 00:04:42 +08:00
|
|
|
<application>GStreamer</application> pipelines.</para>
|
2005-04-26 22:47:46 +08:00
|
|
|
<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><para>generates MD5 checksums of the data generated by a
|
|
|
|
<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><para>is used to register all the
|
2004-11-20 00:04:42 +08:00
|
|
|
<application>GStreamer</application> plugins on the system. It creates a
|
|
|
|
listing of their properties so that when a
|
|
|
|
<application>GStreamer</application> based application is started, it does not
|
|
|
|
need to load plugins until it needs them.</para>
|
2005-04-26 22:47:46 +08:00
|
|
|
<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><para>uses the <application>GStreamer</application> type finding
|
|
|
|
system to determine the relevant <application>GStreamer</application> plugin
|
|
|
|
to parse or decode a file, and determine the corresponding
|
|
|
|
<acronym>MIME</acronym> 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><para>prints information about a
|
2004-11-20 00:04:42 +08:00
|
|
|
<application>GStreamer</application> plugin or element in
|
|
|
|
<acronym>XML</acronym> document format.</para>
|
2005-04-26 22:47:46 +08:00
|
|
|
<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><para>is used to build and run a basic
|
2004-11-20 00:04:42 +08:00
|
|
|
<application>GStreamer</application> pipeline, loading it from an
|
|
|
|
<acronym>XML</acronym> description.</para>
|
2005-04-26 22:47:46 +08:00
|
|
|
<indexterm zone="gstreamer gst-xmllaunch">
|
|
|
|
<primary sortas="b-gst-xmllaunch">gst-xmllaunch-0.8</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2004-11-20 00:04:42 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|