source: multimedia/libdriv/gst10-plugins-base.xml

trunk
Last change on this file was 17c4d8d, checked in by Bruce Dubbs <bdubbs@…>, 5 days ago

Update the gstreamer stack to 1.24.2.

  • Property mode set to 100644
File size: 8.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 gst10-plugins-base-download-http
8 "&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz">
9 <!ENTITY gst10-plugins-base-download-ftp " ">
10 <!ENTITY gst10-plugins-base-md5sum "22f20294c967ec5c22a7babb96e411f2">
11 <!ENTITY gst10-plugins-base-size "2.3 MB">
12 <!ENTITY gst10-plugins-base-buildsize "91 MB (with tests)">
13 <!ENTITY gst10-plugins-base-time "1.1 SBU (Using parallelism=4; with tests)">
14]>
15
16<sect1 id="gst10-plugins-base" xreflabel="gst-plugins-base-&gst10-plugins-base-version;">
17 <?dbhtml filename="gst10-plugins-base.html"?>
18
19
20 <title>gst-plugins-base-&gst10-plugins-base-version;</title>
21
22 <indexterm zone="gst10-plugins-base">
23 <primary sortas="a-gst-plugins-base">gst-plugins-base</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GStreamer Base Plug-ins</title>
28
29 <para>
30 The <application>GStreamer Base Plug-ins</application> is a well-groomed and
31 well-maintained collection of <application>GStreamer</application> plug-ins
32 and elements, spanning the range of possible types of elements one would want
33 to write for <application>GStreamer</application>. You will need at least one
34 of Good, Bad, Ugly or Libav plugins for <application>GStreamer</application>
35 applications to function properly.
36 </para>
37
38 &lfs121_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gst10-plugins-base-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gst10-plugins-base-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gst10-plugins-base-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gst10-plugins-base-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gst10-plugins-base-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gst10-plugins-base-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GStreamer Base Plug-ins Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gstreamer10"/>
79 </para>
80
81 <!-- Common formats, output and input codecs and requirements
82 for GNOME apps. What's a multimedia framework useful if it
83 can't be used to play anything (common)? -->
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="alsa-lib"/>,
87 <xref linkend="cdparanoia"/> (for building the CDDA plugin),
88 &gobject-introspection;,
89 <xref linkend="iso-codes"/>,
90 <xref linkend="libgudev"/>,
91 <xref linkend="libjpeg"/>,
92 <xref linkend="libogg"/>,
93 <xref linkend="libpng"/>,
94 <xref linkend="libvorbis"/>,
95 <xref linkend="mesa"/>,
96 <xref linkend="pango"/>,
97 <xref linkend="wayland-protocols"/>, and
98 <xref linkend="xorg7-lib"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="graphene"/>,
104 <xref linkend="gtk3"/> (for examples),
105 <!--<xref linkend="libtheora"/>,-->
106 <xref linkend="opus"/>,
107 &qt5-deps; (for examples),
108 <xref linkend="sdl2"/>,
109 <xref linkend="valgrind"/>,
110 <ulink url="https://pypi.org/project/hotdoc">hotdoc</ulink>,
111 <ulink url="http://www.theora.org">libtheora</ulink>,
112 <ulink url="http://libvisual.org/">libvisual</ulink>,
113 <ulink url="https://gstreamer.freedesktop.org/src/orc/">Orc</ulink>, and
114 <ulink url="https://wiki.xiph.org/Tremor">Tremor</ulink>
115 </para>
116
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of GStreamer Base Plug-ins</title>
121 <!--
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/gst10-objc-error.xml"/>
124 -->
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/gst10-plugins.xml"/>
127
128 <para>
129 Install <application>GStreamer Base Plug-ins</application> by running the
130 following commands:
131 </para>
132
133<screen><userinput>mkdir build &amp;&amp;
134cd build &amp;&amp;
135
136meson setup .. \
137 --prefix=/usr \
138 --buildtype=release \
139 --wrap-mode=nodownload &amp;&amp;
140ninja</userinput></screen>
141
142 <para>
143 To test the results, issue: <command>ninja test</command>. The tests
144 require an X terminal running, or all of the GL tests will fail. Five
145 tests may produce timeouts on some systems depending on their graphics
146 hardware and speed. One test, <filename>elements_appsrc</filename>, iw
147 known to fail on some systems.
148 </para>
149
150 <note>
151 <para>
152 When installing, the build process does some additional
153 linking. If you do not have Xorg in /usr, the LIBRARY_PATH
154 variable needs to be defined for the root user. If
155 using sudo to assume root, use the -E option to pass
156 your current environment variables for the install process.
157 </para>
158 </note>
159
160 <para>
161 Now, as the <systemitem class="username">root</systemitem> user:
162 </para>
163
164<screen role="root"><userinput>ninja install</userinput></screen>
165 </sect2>
166
167 <sect2 role="commands">
168 <title>Command Explanations</title>
169
170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="../../xincludes/meson-buildtype-release.xml"/>
172
173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
174 href="../../xincludes/meson-wrap-nodownload.xml"/>
175
176 </sect2>
177
178 <sect2 role="content">
179 <title>Contents</title>
180
181 <segmentedlist>
182 <segtitle>Installed Programs</segtitle>
183 <segtitle>Installed Libraries</segtitle>
184 <segtitle>Installed Directories</segtitle>
185
186 <seglistitem>
187 <seg>
188 gst-device-monitor-1.0,
189 gst-discoverer-1.0, and
190 gst-play-1.0
191 </seg>
192 <seg>
193 libgstallocators-1.0.so,
194 libgstapp-1.0.so,
195 libgstaudio-1.0.so,
196 libgstfft-1.0.so,
197 libgstgl-1.0.so,
198 libgstpbutils-1.0.so,
199 libgstriff-1.0.so,
200 libgstrtp-1.0.so,
201 libgstrtsp-1.0.so,
202 libgstsdp-1.0.so,
203 libgsttag-1.0.so,
204 libgstvideo-1.0.so,
205 and several plugins under /usr/lib/gstreamer-1.0
206 </seg>
207 <seg>
208 /usr/include/gstreamer-1.0/gst/{allocators,app,audio,fft,gl,pbutils},
209 /usr/include/gstreamer-1.0/gst/{riff,rtp,rtsp,sdp,tag,video}, and
210 /usr/share/gst-plugins-base
211 </seg>
212 </seglistitem>
213 </segmentedlist>
214
215 <variablelist>
216 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
217 <?dbfo list-presentation="list"?>
218 <?dbhtml list-presentation="table"?>
219
220 <varlistentry id="gst-device-monitor-1.0">
221 <term><command>gst-device-monitor-1.0</command></term>
222 <listitem>
223 <para>
224 is a command line tool that can be used to test
225 GStreamer's device monitoring functionality
226 </para>
227 <indexterm zone="gst10-plugins-base gst-device-monitor-1.0">
228 <primary sortas="b-gst-device-monitor-1.0">gst-device-monitor-1.0</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="gst-discoverer-1.0">
234 <term><command>gst-discoverer-1.0</command></term>
235 <listitem>
236 <para>
237 is a tool that can be used to print basic metadata and
238 stream information about a media file
239 </para>
240 <indexterm zone="gst10-plugins-base gst-discoverer-1.0">
241 <primary sortas="b-gst-discoverer-1.0">gst-discoverer-1.0</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="gst-play-1.0">
247 <term><command>gst-play-1.0</command></term>
248 <listitem>
249 <para>
250 is a command line tool that can be used to test basic
251 playback using the playbin element
252 </para>
253 <indexterm zone="gst10-plugins-base gst-play-1.0">
254 <primary sortas="b-gst-play-1.0">gst-play-1.0</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 </variablelist>
260
261 </sect2>
262
263</sect1>
Note: See TracBrowser for help on using the repository browser.