source: multimedia/libdriv/gstreamer10.xml@ 50393b8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 50393b8 was 50393b8, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Update to gstreamer and gst-* to version 1.6.0

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

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