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 "aa9ea10623f34680a39b32e243add26d">
|
---|
10 | <!ENTITY gstreamer10-vaapi-size "976 KB">
|
---|
11 | <!ENTITY gstreamer10-vaapi-buildsize "54 MB">
|
---|
12 | <!ENTITY gstreamer10-vaapi-time "0.4 SBU">
|
---|
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 | <warning><para>This page is a placeholder for now. The package
|
---|
40 | does not build with <xref linkend="libva"/>. The page will be
|
---|
41 | updated with the next release of the gstreamer packages.
|
---|
42 | </para></warning>
|
---|
43 |
|
---|
44 |
|
---|
45 | &lfs81_checked;
|
---|
46 |
|
---|
47 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
48 | <itemizedlist spacing="compact">
|
---|
49 | <listitem>
|
---|
50 | <para>
|
---|
51 | Download (HTTP): <ulink url="&gstreamer10-vaapi-download-http;"/>
|
---|
52 | </para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>
|
---|
56 | Download (FTP): <ulink url="&gstreamer10-vaapi-download-ftp;"/>
|
---|
57 | </para>
|
---|
58 | </listitem>
|
---|
59 | <listitem>
|
---|
60 | <para>
|
---|
61 | Download MD5 sum: &gstreamer10-vaapi-md5sum;
|
---|
62 | </para>
|
---|
63 | </listitem>
|
---|
64 | <listitem>
|
---|
65 | <para>
|
---|
66 | Download size: &gstreamer10-vaapi-size;
|
---|
67 | </para>
|
---|
68 | </listitem>
|
---|
69 | <listitem>
|
---|
70 | <para>
|
---|
71 | Estimated disk space required: &gstreamer10-vaapi-buildsize;
|
---|
72 | </para>
|
---|
73 | </listitem>
|
---|
74 | <listitem>
|
---|
75 | <para>
|
---|
76 | Estimated build time: &gstreamer10-vaapi-time;
|
---|
77 | </para>
|
---|
78 | </listitem>
|
---|
79 | </itemizedlist>
|
---|
80 |
|
---|
81 | <bridgehead renderas="sect3">gstreamer-vaapi Dependencies</bridgehead>
|
---|
82 |
|
---|
83 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
84 | <para role="required">
|
---|
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 | <para condition="html" role="usernotes">
|
---|
92 | User Notes: <ulink url="&blfs-wiki;/gstreamer10-vaapi"/>
|
---|
93 | </para>
|
---|
94 | </sect2>
|
---|
95 |
|
---|
96 | <sect2 role="installation">
|
---|
97 | <title>Installation of gstreamer-vaapi</title>
|
---|
98 |
|
---|
99 | <para>
|
---|
100 | Install <application>gstreamer-vaapi</application> by running the following
|
---|
101 | commands:
|
---|
102 | </para>
|
---|
103 |
|
---|
104 | <screen><userinput>./configure --prefix=/usr &&
|
---|
105 | make</userinput></screen>
|
---|
106 |
|
---|
107 | <para>
|
---|
108 | Tests can be run manually in the <filename class="directory">tests
|
---|
109 | </filename> directory. They need a running X Window display.
|
---|
110 | </para>
|
---|
111 |
|
---|
112 | <para>
|
---|
113 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
114 | </para>
|
---|
115 |
|
---|
116 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
117 | </sect2>
|
---|
118 |
|
---|
119 | <sect2 role="content">
|
---|
120 | <title>Contents</title>
|
---|
121 |
|
---|
122 | <segmentedlist>
|
---|
123 | <segtitle>Installed Programs</segtitle>
|
---|
124 | <segtitle>Installed Library</segtitle>
|
---|
125 | <segtitle>Installed Directory</segtitle>
|
---|
126 |
|
---|
127 | <seglistitem>
|
---|
128 | <seg>
|
---|
129 | None
|
---|
130 | </seg>
|
---|
131 | <seg>
|
---|
132 | /usr/lib/gstreamer-1.0/libgstvaapi.so
|
---|
133 | </seg>
|
---|
134 | <seg>
|
---|
135 | /usr/share/gtk-doc/html/gstreamer-vaapi-plugins-1.0
|
---|
136 | </seg>
|
---|
137 | </seglistitem>
|
---|
138 | </segmentedlist>
|
---|
139 |
|
---|
140 | </sect2>
|
---|
141 |
|
---|
142 | </sect1>
|
---|