source: multimedia/libdriv/gstreamer10-vaapi.xml

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

Update the gstreamer stack to 1.24.2.

  • Property mode set to 100644
File size: 4.3 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 gstreamer10-vaapi-download-http "&gstreamer-dl;/gstreamer-vaapi/gstreamer-vaapi-&gstreamer-vaapi-version;.tar.xz">
8 <!ENTITY gstreamer10-vaapi-download-ftp " ">
9 <!ENTITY gstreamer10-vaapi-md5sum "920572f5fdd73bb8b04efb59f7b9747f">
10 <!ENTITY gstreamer10-vaapi-size "524 KB">
11 <!ENTITY gstreamer10-vaapi-buildsize "13 MB">
12 <!ENTITY gstreamer10-vaapi-time "0.3 SBU">
13]>
14
15<sect1 id="gstreamer10-vaapi" xreflabel="gstreamer-vaapi-&gstreamer-vaapi-version;">
16 <?dbhtml filename="gstreamer10-vaapi.html"?>
17
18
19 <title>gstreamer-vaapi-&gstreamer-vaapi-version;</title>
20
21 <indexterm zone="gstreamer10-vaapi">
22 <primary sortas="a-gstreamer10-vaapi">gstreamer-vaapi</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to gstreamer-vaapi</title>
27
28 <para>
29 The <application>gstreamer-vaapi</application> package contains a
30 <application>gstreamer</application> plugin for hardware accelerated
31 video decode/encode for the prevailing coding standards today (MPEG-2,
32 MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).
33 </para>
34
35 <note>
36 <para>
37 On systems without hardware acceleration (notably virtual machines
38 under <xref linkend="qemu"/>), this package may cause the X server
39 to crash. The BLFS team recommends not to install this package in
40 this case.
41 </para>
42 </note>
43
44 &lfs121_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&gstreamer10-vaapi-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&gstreamer10-vaapi-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &gstreamer10-vaapi-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &gstreamer10-vaapi-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &gstreamer10-vaapi-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &gstreamer10-vaapi-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">gstreamer-vaapi Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="gtk3"/>,
85 <xref linkend="gstreamer10"/>,
86 <xref linkend="gst10-plugins-base"/>,
87 <xref linkend="gst10-plugins-bad"/>, and
88 <xref linkend="libva"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <ulink url="https://pypi.org/project/hotdoc">hotdoc</ulink>
94 </para>
95
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of gstreamer-vaapi</title>
100
101 <para>
102 Install <application>gstreamer-vaapi</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>mkdir build &amp;&amp;
107cd build &amp;&amp;
108
109meson setup .. \
110 --prefix=/usr \
111 --buildtype=release &amp;&amp;
112ninja</userinput></screen>
113
114 <para>
115 This package does not come with a working test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>ninja install</userinput></screen>
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/meson-buildtype-release.xml"/>
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Library</segtitle>
138 <segtitle>Installed Directory</segtitle>
139
140 <seglistitem>
141 <seg>
142 None
143 </seg>
144 <seg>
145 libgstvaapi.so in /usr/lib/gstreamer-1.0
146 </seg>
147 <seg>
148 None
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.