source: multimedia/libdriv/gstreamer10.xml@ 1604b8ff

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 1604b8ff was 1604b8ff, checked in by Krejzi <krejzi@…>, 12 years ago

Add GStreamer and GStreamer Base Plugins 1.0 development series, but comment out their pages yet.

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

  • Property mode set to 100644
File size: 9.0 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 gstreamer10-download-http "&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz">
8 <!ENTITY gstreamer10-download-ftp " ">
9 <!ENTITY gstreamer10-md5sum "b6f4970c80026d5f28598fbba8b6d521">
10 <!ENTITY gstreamer10-size "3.0 MB">
11 <!ENTITY gstreamer10-buildsize "75 MB">
12 <!ENTITY gstreamer10-time "1.0 SBU">
13]>
14
15<sect1 id="gstreamer10" xreflabel="GStreamer-&gstreamer10-version;">
16 <?dbhtml filename="gstreamer10.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GStreamer-&gstreamer10-version;</title>
24
25 <indexterm zone="gstreamer10">
26 <primary sortas="a-GStreamer">GStreamer</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GStreamer</title>
31
32 <para>
33 <application>GStreamer</application> is a streaming media framework that enables
34 applications to share a common set of plugins for things like video encoding and
35 decoding, audio encoding and decoding, audio and video filters, audio visualisation,
36 web streaming and anything else that streams in real-time or otherwise.
37 <application>GStreamer</application> 1.0 series are not API nor ABI compatible with
38 <application>GStreamer</application> 0.10 series, so both can co-exist on the same
39 system. This package only provides base functionality and libraries. You will need
40 at least <xref linkend="gst10-plugins-base"/> and one of Good, Bad, Ugly or
41 FFmpeg plugins.
42 </para>
43
44 &lfs72_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&gstreamer10-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&gstreamer10-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &gstreamer10-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &gstreamer10-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &gstreamer10-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &gstreamer10-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">GStreamer Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="glib2"/> and
85 <xref linkend="libxml2"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="gobject-introspection"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="gsl"/>,
96 <xref linkend="gtk-doc"/> and
97 <ulink url="http://www.valgrind.org/">Valgrind</ulink>
98 </para>
99
100 <para condition="html" role="usernotes">
101 User Notes: <ulink url="&blfs-wiki;/gstreamer10"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of GStreamer</title>
107
108 <para>
109 Install <application>GStreamer</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr \
114 --libexecdir=/usr/lib \
115 --with-package-name="GStreamer &gstreamer10-version; BLFS" \
116 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 To test the results, issue: <command>make check</command>.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 gst-inspect-1.0, gst-launch-1.0 and gst-typefind-1.0
142 </seg>
143 <seg>
144 libgstbase-1.0.so, libgstcheck-1.0.so, libgstcontroller-1.0.so,
145 libgstnet-1.0.so and libgstreamer-1.0.so
146 </seg>
147 <seg>
148 /usr/include/gstreamer-1.0,
149 /usr/lib/gstreamer-1.0,
150 /usr/share/gtk-doc/html/gstreamer-1.0,
151 /usr/share/gtk-doc/html/gstreamer-libs-1.0 and
152 /usr/share/gtk-doc/html/gstreamer-plugins-1.0
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="gst-inspect-1">
163 <term><command>gst-inspect-1.0</command></term>
164 <listitem>
165 <para>
166 is a tool that prints out information on available
167 <application>GStreamer</application> plugins,
168 information about a particular plugin, or information
169 about a particular element.
170 </para>
171 <indexterm zone="gstreamer10 gst-inspect-1">
172 <primary sortas="b-gst-inspect-1">gst-inspect-1.0</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="gst-launch-1">
178 <term><command>gst-launch-1.0</command></term>
179 <listitem>
180 <para>
181 is a tool that builds and runs basic
182 <application>GStreamer</application> pipelines.
183 </para>
184 <indexterm zone="gstreamer10 gst-launch-1">
185 <primary sortas="b-gst-launch-1">gst-launch-1.0</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="gst-typefind-1">
191 <term><command>gst-typefind-1.0</command></term>
192 <listitem>
193 <para>
194 uses the <application>GStreamer</application> type finding system
195 to determine the relevant <application>GStreamer</application>
196 plugin to parse or decode file, and the corresponding MIME type.
197 </para>
198 <indexterm zone="gstreamer10 gst-typefind-1">
199 <primary sortas="b-gst-typefind-1">gst-typefind-1.0</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="libgstbase-1">
205 <term><filename class="libraryfile">libgstbase-1.0.so</filename></term>
206 <listitem>
207 <para>
208 provides some base classes to be extended by elements and utillity
209 classes that are most useful for plugin developers.
210 </para>
211 <indexterm zone="gstreamer10 libgstbase-1">
212 <primary sortas="c-libgstbase-1">libgstbase-1.0.so</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="libgstcheck-1">
218 <term><filename class="libraryfile">libgstcheck-1.0.so</filename></term>
219 <listitem>
220 <para>
221 provides functionality for writing unit tests that use the check
222 framework.
223 </para>
224 <indexterm zone="gstreamer10 libgstcheck-1">
225 <primary sortas="c-libgstcheck-1">libgstcheck-1.0.so</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="libgstcontroller-1">
231 <term><filename class="libraryfile">libgstcontroller-1.0.so</filename></term>
232 <listitem>
233 <para>
234 provides functionality to animate element properties over time.
235 </para>
236 <indexterm zone="gstreamer10 libgstcontroller-1">
237 <primary sortas="c-libgstcontroller-1">libgstcontroller-1.0.so</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="libgstnet-1">
243 <term><filename class="libraryfile">libgstnet-1.0.so</filename></term>
244 <listitem>
245 <para>
246 provides network elements and objects.
247 </para>
248 <indexterm zone="gstreamer10 libgstnet-1">
249 <primary sortas="c-libgstnet-1">libgstnet-1.0.so</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="libgstreamer-1">
255 <term><filename class="libraryfile">libgstreamer-1.0.so</filename></term>
256 <listitem>
257 <para>
258 provides all the core <application>GStreamer</application> services,
259 including initialization, plugin management and types, as well as
260 the object hierarchy that defines elements and bins, along with
261 some more specialized elements.
262 </para>
263 <indexterm zone="gstreamer10 libgstreamer-1">
264 <primary sortas="c-libgstreamer-1">libgstreamer-1.0.so</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 </variablelist>
270
271 </sect2>
272
273</sect1>
Note: See TracBrowser for help on using the repository browser.