source: multimedia/libdriv/gstreamer10-vaapi.xml@ ccbb464

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 ccbb464 was ccbb464, checked in by DJ Lucas <dj@…>, 7 years ago

Update gstreamer and all plugins to 1.12.2. Fixes #9483.

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

  • Property mode set to 100644
File size: 3.9 KB
RevLine 
[479d9b9]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 " ">
[ccbb464]9 <!ENTITY gstreamer10-vaapi-md5sum "bea015f33696a15ad9575fb71af862ed">
10 <!ENTITY gstreamer10-vaapi-size "976 KB">
11 <!ENTITY gstreamer10-vaapi-buildsize "59 MB">
12 <!ENTITY gstreamer10-vaapi-time "0.6 SBU">
[479d9b9]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
[fdaae04]23 <title>gstreamer-vaapi-&gstreamer-vaapi-version;</title>
[479d9b9]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
[fdaae04]34 <application>gstreamer</application> plugin for hardware accelerated
[479d9b9]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
[747db59e]39 &lfs80_checked;
[e4a0b1cc]40 &gcc7_checked;
[479d9b9]41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gstreamer10-vaapi-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gstreamer10-vaapi-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gstreamer10-vaapi-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gstreamer10-vaapi-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gstreamer10-vaapi-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gstreamer10-vaapi-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
[fdaae04]76 <bridgehead renderas="sect3">gstreamer-vaapi Dependencies</bridgehead>
[479d9b9]77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gstreamer10"/>,
[944481f]81 <xref linkend="gst10-plugins-base"/>,
82 <xref linkend="gst10-plugins-bad"/>, and
83 <xref linkend="libva"/>
[479d9b9]84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/gstreamer10-vaapi"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of gstreamer-vaapi</title>
93
94 <para>
95 Install <application>gstreamer-vaapi</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr &amp;&amp;
100make</userinput></screen>
101
102 <para>
[122ded1]103 Tests can be run manually in the <filename class="directory">tests
[e4a0b1cc]104 </filename> directory. They need a running X Window display.
[479d9b9]105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Library</segtitle>
120 <segtitle>Installed Directory</segtitle>
121
122 <seglistitem>
123 <seg>
124 None
125 </seg>
126 <seg>
[122ded1]127 /usr/lib/gstreamer-1.0/libgstvaapi.so
[479d9b9]128 </seg>
129 <seg>
130 /usr/share/gtk-doc/html/gstreamer-vaapi-plugins-1.0
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.