source: multimedia/libdriv/gstreamer10.xml@ 102b7cc5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 102b7cc5 was cb6f557, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update to cURL-7.52.1

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

  • Property mode set to 100644
File size: 9.3 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 " ">
[464f030]9 <!ENTITY gstreamer10-md5sum "0d289e5bcec6353e6540ddb75b7d371b">
[122ded1]10 <!ENTITY gstreamer10-size "3.6 MB">
11 <!ENTITY gstreamer10-buildsize "102 MB (add 38 MB for tests)">
[cb6f557]12 <!ENTITY gstreamer10-time "0.8 SBU (add 1.2 SBU for tests)">
[1604b8ff]13]>
14
[fdaae04]15<sect1 id="gstreamer10" xreflabel="gstreamer-&gstreamer10-version;">
[1604b8ff]16 <?dbhtml filename="gstreamer10.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[fdaae04]23 <title>gstreamer-&gstreamer10-version;</title>
[1604b8ff]24
25 <indexterm zone="gstreamer10">
[fdaae04]26 <primary sortas="a-gstreamer">gstreamer</primary>
[1604b8ff]27 </indexterm>
28
29 <sect2 role="package">
[fdaae04]30 <title>Introduction to gstreamer</title>
[1604b8ff]31
32 <para>
[fdaae04]33 <application>gstreamer</application> is a streaming media framework that enables
[1604b8ff]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
[ca4f834]41 &lfs7a_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
[fdaae04]77 <bridgehead renderas="sect3">gstreamer Dependencies</bridgehead>
[1604b8ff]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">
[4cc74e03]92 <xref linkend="gtk3"/> (for examples),
[1604b8ff]93 <xref linkend="gsl"/>,
[f1607a4]94 <xref linkend="gtk-doc"/>, and
95 <xref linkend="valgrind"/>
[1604b8ff]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">
[fdaae04]104 <title>Installation of gstreamer</title>
[1604b8ff]105
106 <para>
[fdaae04]107 Install <application>gstreamer</application> by running the following
[1604b8ff]108 commands:
109 </para>
110
[4e08b665]111<screen><userinput>./configure --prefix=/usr \
[1604b8ff]112 --with-package-name="GStreamer &gstreamer10-version; BLFS" \
113 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>make check</command>.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
[4cc74e03]138 gst-inspect-1.0, gst-launch-1.0, gst-stats-1.0, and gst-typefind-1.0
[1604b8ff]139 </seg>
140 <seg>
141 libgstbase-1.0.so, libgstcheck-1.0.so, libgstcontroller-1.0.so,
[666920e]142 libgstnet-1.0.so, and libgstreamer-1.0.so
[1604b8ff]143 </seg>
144 <seg>
[666920e]145 /usr/{include,lib,libexec}/gstreamer-1.0 and
146 /usr/share/gtk-doc/html/gstreamer{,-libs,-plugins}-1.0
[1604b8ff]147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
[c18b8f23]156 <varlistentry id="gst-inspect-1.0">
[1604b8ff]157 <term><command>gst-inspect-1.0</command></term>
158 <listitem>
159 <para>
160 is a tool that prints out information on available
[fdaae04]161 <application>gstreamer</application> plugins,
[1604b8ff]162 information about a particular plugin, or information
163 about a particular element.
164 </para>
[c18b8f23]165 <indexterm zone="gstreamer10 gst-inspect-1.0">
166 <primary sortas="b-gst-inspect-1.0">gst-inspect-1.0</primary>
[1604b8ff]167 </indexterm>
168 </listitem>
169 </varlistentry>
170
[c18b8f23]171 <varlistentry id="gst-launch-1.0">
[1604b8ff]172 <term><command>gst-launch-1.0</command></term>
173 <listitem>
174 <para>
175 is a tool that builds and runs basic
[fdaae04]176 <application>gstreamer</application> pipelines.
[1604b8ff]177 </para>
[c18b8f23]178 <indexterm zone="gstreamer10 gst-launch-1.0">
179 <primary sortas="b-gst-launch-1.0">gst-launch-1.0</primary>
[1604b8ff]180 </indexterm>
181 </listitem>
182 </varlistentry>
183
[4cc74e03]184 <varlistentry id="gst-stats-1.0">
185 <term><command>gst-stats-1.0</command></term>
186 <listitem>
187 <para>
188 is a tool used to gather statistics about
[fdaae04]189 <application>gstreamer</application> operations.
[4cc74e03]190 </para>
191 <indexterm zone="gstreamer10 gst-stats-1.0">
192 <primary sortas="b-gst-stats-1.0">gst-stats-1.0</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
[c18b8f23]197 <varlistentry id="gst-typefind-1.0">
[1604b8ff]198 <term><command>gst-typefind-1.0</command></term>
199 <listitem>
200 <para>
[fdaae04]201 uses the <application>gstreamer</application> type finding system
202 to determine the relevant <application>gstreamer</application>
[4cc74e03]203 plugin to parse or decode files, and the corresponding MIME type.
[1604b8ff]204 </para>
[c18b8f23]205 <indexterm zone="gstreamer10 gst-typefind-1.0">
206 <primary sortas="b-gst-typefind-1.0">gst-typefind-1.0</primary>
[1604b8ff]207 </indexterm>
208 </listitem>
209 </varlistentry>
210
[c18b8f23]211 <varlistentry id="libgstbase-1.0">
[1604b8ff]212 <term><filename class="libraryfile">libgstbase-1.0.so</filename></term>
213 <listitem>
214 <para>
215 provides some base classes to be extended by elements and utillity
216 classes that are most useful for plugin developers.
217 </para>
[c18b8f23]218 <indexterm zone="gstreamer10 libgstbase-1.0">
219 <primary sortas="c-libgstbase-1.0">libgstbase-1.0.so</primary>
[1604b8ff]220 </indexterm>
221 </listitem>
222 </varlistentry>
223
[c18b8f23]224 <varlistentry id="libgstcheck-1.0">
[1604b8ff]225 <term><filename class="libraryfile">libgstcheck-1.0.so</filename></term>
226 <listitem>
227 <para>
228 provides functionality for writing unit tests that use the check
229 framework.
230 </para>
[c18b8f23]231 <indexterm zone="gstreamer10 libgstcheck-1.0">
232 <primary sortas="c-libgstcheck-1.0">libgstcheck-1.0.so</primary>
[1604b8ff]233 </indexterm>
234 </listitem>
235 </varlistentry>
236
[c18b8f23]237 <varlistentry id="libgstcontroller-1.0">
[1604b8ff]238 <term><filename class="libraryfile">libgstcontroller-1.0.so</filename></term>
239 <listitem>
240 <para>
241 provides functionality to animate element properties over time.
242 </para>
[c18b8f23]243 <indexterm zone="gstreamer10 libgstcontroller-1.0">
244 <primary sortas="c-libgstcontroller-1.0">libgstcontroller-1.0.so</primary>
[1604b8ff]245 </indexterm>
246 </listitem>
247 </varlistentry>
248
[c18b8f23]249 <varlistentry id="libgstnet-1.0">
[1604b8ff]250 <term><filename class="libraryfile">libgstnet-1.0.so</filename></term>
251 <listitem>
252 <para>
253 provides network elements and objects.
254 </para>
[c18b8f23]255 <indexterm zone="gstreamer10 libgstnet-1.0">
256 <primary sortas="c-libgstnet-1.0">libgstnet-1.0.so</primary>
[1604b8ff]257 </indexterm>
258 </listitem>
259 </varlistentry>
260
[c18b8f23]261 <varlistentry id="libgstreamer-1.0">
[1604b8ff]262 <term><filename class="libraryfile">libgstreamer-1.0.so</filename></term>
263 <listitem>
264 <para>
[fdaae04]265 provides all of the core <application>gstreamer</application>
[4cc74e03]266 services, including initialization, plugin management and types,
267 as well as the object hierarchy that defines elements and bins,
268 along with some more specialized elements.
[1604b8ff]269 </para>
[c18b8f23]270 <indexterm zone="gstreamer10 libgstreamer-1.0">
271 <primary sortas="c-libgstreamer-1.0">libgstreamer-1.0.so</primary>
[1604b8ff]272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 </variablelist>
277
278 </sect2>
279
280</sect1>
Note: See TracBrowser for help on using the repository browser.