source: multimedia/libdriv/gst10-plugins-base.xml@ 794a5d8

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 794a5d8 was 794a5d8, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update the gstreamer stack to 1.18.0

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

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