source: archive/gst-plugins-base.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 7.8 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 gst-plugins-base-download-http "&gnome-download-http;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.xz">
8 <!ENTITY gst-plugins-base-download-ftp "&gnome-download-ftp;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.xz">
9 <!ENTITY gst-plugins-base-md5sum "3d2337841b132fe996e5eb2396ac9438">
10 <!ENTITY gst-plugins-base-size "2.3 MB">
11 <!ENTITY gst-plugins-base-buildsize "105 MB">
12 <!ENTITY gst-plugins-base-time "1.7 SBU">
13]>
14
15<sect1 id="gst-plugins-base"
16 xreflabel="gst-plugins-base-&gst-plugins-base-version;">
17 <?dbhtml filename="gst-plugins-base.html"?>
18
19
20 <title>gst-plugins-base-&gst-plugins-base-version;</title>
21
22 <indexterm zone="gst-plugins-base">
23 <primary sortas="a-GStreamer-Base-Plug-ins">GStreamer Base Plug-ins</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GStreamer Base Plug-ins</title>
28
29 <para>
30 The <application>GStreamer Base Plug-ins</application> is a
31 well-groomed and well-maintained collection of
32 <application>GStreamer</application> plug-ins and elements, spanning the
33 range of possible types of elements one would want to write for
34 <application>GStreamer</application>. It also contains helper libraries
35 and base classes useful for writing elements. A wide range of video and
36 audio decoders, encoders, and filters are included. Also see the
37 <xref linkend="gst-plugins-bad"/>, <xref linkend="gst-plugins-good"/>,
38 <xref linkend="gst-plugins-ugly"/>, and <xref linkend="gst-ffmpeg"/>
39 packages.
40 </para>
41
42 &lfs77_checked;
43
44 &gst-compat;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&gst-plugins-base-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&gst-plugins-base-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &gst-plugins-base-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &gst-plugins-base-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &gst-plugins-base-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &gst-plugins-base-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
81 <itemizedlist spacing="compact">
82 <listitem>
83 <para>
84 Optional patch :
85 <ulink url="&patch-root;/gst-plugins-base-&gst-plugins-base-version;-gcc_4_9_0_i686-1.patch"/>
86 </para>
87 </listitem>
88 </itemizedlist>
89
90 <bridgehead renderas="sect3">GStreamer Base Plug-ins Dependencies</bridgehead>
91
92 <bridgehead renderas="sect4">Required</bridgehead>
93 <para role="required">
94 <xref linkend="gstreamer"/> and
95 <xref linkend="pango"/>
96 </para>
97
98 <bridgehead renderas="sect4">Recommended</bridgehead>
99 <para role="recommended">
100 <xref linkend="alsa-lib"/>,
101 <xref linkend="libgudev"/>,
102 <xref linkend="libogg"/>,
103 <xref linkend="libtheora"/>,
104 <xref linkend="libvorbis"/>, and
105 <xref linkend="xorg7-lib"/>
106 </para>
107
108 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
109 <para role="optional">
110 <xref linkend="gobject-introspection"/>
111 </para>
112
113 <bridgehead renderas="sect4">Optional</bridgehead>
114 <para role="optional">
115 <xref linkend="cdparanoia"/>,
116 <xref linkend="gtk3"/> (required to build the examples),
117 <ulink url="http://sourceforge.net/projects/libvisual/">libvisual</ulink>,
118 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
119 <xref linkend="check"/> (required to run the unit regression tests), and
120 <xref linkend="valgrind"/>
121 (optionaly used during the unit regression tests)
122 </para>
123
124 <bridgehead renderas="sect4">Optional (Required to Rebuild the API
125 Documentation)</bridgehead>
126 <para role="optional">
127 <xref linkend="gtk-doc"/> and
128 <xref linkend="python2"/>
129 </para>
130
131 <para condition="html" role="usernotes">User Notes:
132 <ulink url="&blfs-wiki;/gst-plugins-base"/>
133 </para>
134 </sect2>
135
136 <sect2 role="installation">
137 <title>Installation of GStreamer Base Plug-ins</title>
138
139 <note><para>If you need a plugin for a given dependency, that dependency
140 needs to be installed before this application.
141 </para></note>
142
143 <para>
144 First, if you are using i686, fix a compile problem inroduced by
145 <application>&gcc-490;</application>:
146 </para>
147
148<screen role="nodump"><userinput>patch -Np1 -i ../gst-plugins-base-&gst-plugins-base-version;-gcc_4_9_0_i686-1.patch</userinput></screen>
149
150 <para>
151 Install <application>GStreamer Base Plug-ins</application> by running
152 the following commands:
153 </para>
154
155<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
156make</userinput></screen>
157
158 <para>
159 To run the unit regression tests, issue: <command>make check</command>.
160 There are many other <filename>Makefile</filename> targets you can specify
161 for running the tests, issue <command>make -C tests/check help</command>
162 to see the complete list.
163 </para>
164
165 <para>
166 Now, as the <systemitem class="username">root</systemitem> user:
167 </para>
168
169<screen role="root"><userinput>make install</userinput></screen>
170
171 </sect2>
172
173 <sect2 role="commands">
174 <title>Command Explanations</title>
175
176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="../../xincludes/static-libraries.xml"/>
178
179 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
180 href="../../xincludes/gtk-doc-rebuild.xml"/>
181
182 </sect2>
183
184 <sect2 role="content">
185 <title>Contents</title>
186
187 <segmentedlist>
188 <segtitle>Installed Programs</segtitle>
189 <segtitle>Installed Libraries</segtitle>
190 <segtitle>Installed Directories</segtitle>
191
192 <seglistitem>
193 <seg>
194 gst-visualise-0.10
195 </seg>
196 <seg>
197 libgstapp-0.10.so, libgstaudio-0.10.so, libgstcdda-0.10.so, libgstfft-0.10.so,
198 libgstinterfaces-0.10.so, libgstnetbuffer-0.10.so, libgstpbutils-0.10.so,
199 libgstriff-0.10.so, libgstrtp-0.10.so, libgstrtsp-0.10.so, libgstsdp-0.10.so,
200 libgsttag-0.10.so and libgstvideo-0.10.so
201 </seg>
202 <seg>
203 /usr/include/gstreamer-0.10/gst/{app,audio,cdda,fft,floatcast,interfaces,netbuffer}
204 /usr/include/gstreamer-0.10/gst/{pbutils,riff,rtp,rtsp,sdp,tag,video},
205 /usr/share/gst-plugins-base,
206 /usr/share/gtk-doc/html/gst-plugins-base-libs-0.10 and
207 /usr/share/gtk-doc/html/gst-plugins-base-plugins-0.10
208 </seg>
209 </seglistitem>
210 </segmentedlist>
211
212 <variablelist>
213 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
214 <?dbfo list-presentation="list"?>
215 <?dbhtml list-presentation="table"?>
216
217 <varlistentry id="gst-visualise">
218 <term><command>gst-visualise-0.10</command></term>
219 <listitem>
220 <para>
221 is used to run a basic <application>GStreamer</application>
222 pipeline to display a graphical visualisation of an audio stream.
223 </para>
224 <indexterm zone="gst-plugins-base gst-visualise">
225 <primary sortas="b-gst-visualise">gst-visualise-0.10</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 </variablelist>
231
232 </sect2>
233
234</sect1>
Note: See TracBrowser for help on using the repository browser.