source: multimedia/libdriv/gstreamer10-vaapi.xml@ 479d9b9

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 479d9b9 was 479d9b9, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to gstreamer-1.8.1.
Includes plugins and newly added gstreamer-vaapi.

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

  • Property mode set to 100644
File size: 3.8 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 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 "fbd2b307e6c007c44b65694f88bd8f16">
10 <!ENTITY gstreamer10-vaapi-size "896 KB">
11 <!ENTITY gstreamer10-vaapi-buildsize "60 MB (with tests)">
12 <!ENTITY gstreamer10-vaapi-time "0.5 SBU (with tests)">
13]>
14
15<sect1 id="gstreamer10-vaapi" xreflabel="gstreamer-vaapi-&gstreamer-vaapi-version;">
16 <?dbhtml filename="gstreamer10-vaapi.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GStreamer-vaapi-&gstreamer-vaapi-version;</title>
24
25 <indexterm zone="gstreamer10-vaapi">
26 <primary sortas="a-gstreamer10-vaapi">gstreamer-vaapi</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gstreamer-vaapi</title>
31
32 <para>
33 The <application>gstreamer-vaapi</application> package contains a
34 <application>GStreamer</application> plugin for hardware accelerated
35 video decode/encode for the prevailing coding standards today (MPEG-2,
36 MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).
37 </para>
38
39 &lfs79_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gstreamer10-vaapi-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gstreamer10-vaapi-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gstreamer10-vaapi-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gstreamer10-vaapi-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gstreamer10-vaapi-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gstreamer10-vaapi-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GStreamer-vaapi Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gstreamer10"/>,
80 <xref linkend="gst10-plugins-base"/>, and
81 <xref linkend="gst10-plugins-bad"/>
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/gstreamer10-vaapi"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of gstreamer-vaapi</title>
91
92 <para>
93 Install <application>gstreamer-vaapi</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Library</segtitle>
117 <segtitle>Installed Directory</segtitle>
118
119 <seglistitem>
120 <seg>
121 None
122 </seg>
123 <seg>
124 libgstvaapi.so
125 </seg>
126 <seg>
127 /usr/share/gtk-doc/html/gstreamer-vaapi-plugins-1.0
128 </seg>
129 </seglistitem>
130 </segmentedlist>
131
132 </sect2>
133
134</sect1>
Note: See TracBrowser for help on using the repository browser.