source: multimedia/libdriv/gstreamer10.xml@ e35976a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 e35976a was e35976a, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to gstreamer, gst-plugins, gst-libaf-1.8.0

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

  • Property mode set to 100644
File size: 8.7 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 " ">
[e35976a]9 <!ENTITY gstreamer10-md5sum "6846d7289ec323c38c49b818171e955a">
10 <!ENTITY gstreamer10-size "3.5 MB">
11 <!ENTITY gstreamer10-buildsize "116 MB (with tests)">
12 <!ENTITY gstreamer10-time "2.3 SBU (with tests)">
[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
[730a1810]41 &lfs79_checked;
[1604b8ff]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">
[66b86c90]81 <xref linkend="glib2"/>
[1604b8ff]82 </para>
83
[0165a3fe]84 <!-- Required for GNOME -->
[1604b8ff]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"/>,
[f1607a4]93 <xref linkend="gtk-doc"/>, and
94 <xref linkend="valgrind"/>
[1604b8ff]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
[4e08b665]110<screen><userinput>./configure --prefix=/usr \
[1604b8ff]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>
[7c7b0e2]137 gst-inspect-1.0, gst-launch-1.0 and gst-typefind-1.0
[1604b8ff]138 </seg>
139 <seg>
140 libgstbase-1.0.so, libgstcheck-1.0.so, libgstcontroller-1.0.so,
[666920e]141 libgstnet-1.0.so, and libgstreamer-1.0.so
[1604b8ff]142 </seg>
143 <seg>
[666920e]144 /usr/{include,lib,libexec}/gstreamer-1.0 and
145 /usr/share/gtk-doc/html/gstreamer{,-libs,-plugins}-1.0
[1604b8ff]146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
[c18b8f23]155 <varlistentry id="gst-inspect-1.0">
[1604b8ff]156 <term><command>gst-inspect-1.0</command></term>
157 <listitem>
158 <para>
159 is a tool that prints out information on available
160 <application>GStreamer</application> plugins,
161 information about a particular plugin, or information
162 about a particular element.
163 </para>
[c18b8f23]164 <indexterm zone="gstreamer10 gst-inspect-1.0">
165 <primary sortas="b-gst-inspect-1.0">gst-inspect-1.0</primary>
[1604b8ff]166 </indexterm>
167 </listitem>
168 </varlistentry>
169
[c18b8f23]170 <varlistentry id="gst-launch-1.0">
[1604b8ff]171 <term><command>gst-launch-1.0</command></term>
172 <listitem>
173 <para>
174 is a tool that builds and runs basic
175 <application>GStreamer</application> pipelines.
176 </para>
[c18b8f23]177 <indexterm zone="gstreamer10 gst-launch-1.0">
178 <primary sortas="b-gst-launch-1.0">gst-launch-1.0</primary>
[1604b8ff]179 </indexterm>
180 </listitem>
181 </varlistentry>
182
[c18b8f23]183 <varlistentry id="gst-typefind-1.0">
[1604b8ff]184 <term><command>gst-typefind-1.0</command></term>
185 <listitem>
186 <para>
187 uses the <application>GStreamer</application> type finding system
188 to determine the relevant <application>GStreamer</application>
189 plugin to parse or decode file, and the corresponding MIME type.
190 </para>
[c18b8f23]191 <indexterm zone="gstreamer10 gst-typefind-1.0">
192 <primary sortas="b-gst-typefind-1.0">gst-typefind-1.0</primary>
[1604b8ff]193 </indexterm>
194 </listitem>
195 </varlistentry>
196
[c18b8f23]197 <varlistentry id="libgstbase-1.0">
[1604b8ff]198 <term><filename class="libraryfile">libgstbase-1.0.so</filename></term>
199 <listitem>
200 <para>
201 provides some base classes to be extended by elements and utillity
202 classes that are most useful for plugin developers.
203 </para>
[c18b8f23]204 <indexterm zone="gstreamer10 libgstbase-1.0">
205 <primary sortas="c-libgstbase-1.0">libgstbase-1.0.so</primary>
[1604b8ff]206 </indexterm>
207 </listitem>
208 </varlistentry>
209
[c18b8f23]210 <varlistentry id="libgstcheck-1.0">
[1604b8ff]211 <term><filename class="libraryfile">libgstcheck-1.0.so</filename></term>
212 <listitem>
213 <para>
214 provides functionality for writing unit tests that use the check
215 framework.
216 </para>
[c18b8f23]217 <indexterm zone="gstreamer10 libgstcheck-1.0">
218 <primary sortas="c-libgstcheck-1.0">libgstcheck-1.0.so</primary>
[1604b8ff]219 </indexterm>
220 </listitem>
221 </varlistentry>
222
[c18b8f23]223 <varlistentry id="libgstcontroller-1.0">
[1604b8ff]224 <term><filename class="libraryfile">libgstcontroller-1.0.so</filename></term>
225 <listitem>
226 <para>
227 provides functionality to animate element properties over time.
228 </para>
[c18b8f23]229 <indexterm zone="gstreamer10 libgstcontroller-1.0">
230 <primary sortas="c-libgstcontroller-1.0">libgstcontroller-1.0.so</primary>
[1604b8ff]231 </indexterm>
232 </listitem>
233 </varlistentry>
234
[c18b8f23]235 <varlistentry id="libgstnet-1.0">
[1604b8ff]236 <term><filename class="libraryfile">libgstnet-1.0.so</filename></term>
237 <listitem>
238 <para>
239 provides network elements and objects.
240 </para>
[c18b8f23]241 <indexterm zone="gstreamer10 libgstnet-1.0">
242 <primary sortas="c-libgstnet-1.0">libgstnet-1.0.so</primary>
[1604b8ff]243 </indexterm>
244 </listitem>
245 </varlistentry>
246
[c18b8f23]247 <varlistentry id="libgstreamer-1.0">
[1604b8ff]248 <term><filename class="libraryfile">libgstreamer-1.0.so</filename></term>
249 <listitem>
250 <para>
251 provides all the core <application>GStreamer</application> services,
252 including initialization, plugin management and types, as well as
253 the object hierarchy that defines elements and bins, along with
[0d7900a]254 some more specialized elements.
[1604b8ff]255 </para>
[c18b8f23]256 <indexterm zone="gstreamer10 libgstreamer-1.0">
257 <primary sortas="c-libgstreamer-1.0">libgstreamer-1.0.so</primary>
[1604b8ff]258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 </variablelist>
263
264 </sect2>
265
266</sect1>
Note: See TracBrowser for help on using the repository browser.