source: multimedia/libdriv/gstreamer10.xml@ 0274895f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0274895f was a8f0cdf, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

More tags
Fix gstreamer-1.0.9 to work with Bison-3.0

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

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