mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
479d9b9d5c
Includes plugins and newly added gstreamer-vaapi. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17296 af4574ff-66df-0310-9fd7-8a98e5e911e0
135 lines
3.8 KiB
XML
135 lines
3.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gstreamer10-vaapi-download-http "&gstreamer-dl;/gstreamer-vaapi/gstreamer-vaapi-&gstreamer-vaapi-version;.tar.xz">
|
|
<!ENTITY gstreamer10-vaapi-download-ftp " ">
|
|
<!ENTITY gstreamer10-vaapi-md5sum "fbd2b307e6c007c44b65694f88bd8f16">
|
|
<!ENTITY gstreamer10-vaapi-size "896 KB">
|
|
<!ENTITY gstreamer10-vaapi-buildsize "60 MB (with tests)">
|
|
<!ENTITY gstreamer10-vaapi-time "0.5 SBU (with tests)">
|
|
]>
|
|
|
|
<sect1 id="gstreamer10-vaapi" xreflabel="gstreamer-vaapi-&gstreamer-vaapi-version;">
|
|
<?dbhtml filename="gstreamer10-vaapi.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>GStreamer-vaapi-&gstreamer-vaapi-version;</title>
|
|
|
|
<indexterm zone="gstreamer10-vaapi">
|
|
<primary sortas="a-gstreamer10-vaapi">gstreamer-vaapi</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to gstreamer-vaapi</title>
|
|
|
|
<para>
|
|
The <application>gstreamer-vaapi</application> package contains a
|
|
<application>GStreamer</application> plugin for hardware accelerated
|
|
video decode/encode for the prevailing coding standards today (MPEG-2,
|
|
MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).
|
|
</para>
|
|
|
|
&lfs79_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&gstreamer10-vaapi-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&gstreamer10-vaapi-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &gstreamer10-vaapi-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &gstreamer10-vaapi-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &gstreamer10-vaapi-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &gstreamer10-vaapi-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">GStreamer-vaapi Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gstreamer10"/>,
|
|
<xref linkend="gst10-plugins-base"/>, and
|
|
<xref linkend="gst10-plugins-bad"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/gstreamer10-vaapi"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of gstreamer-vaapi</title>
|
|
|
|
<para>
|
|
Install <application>gstreamer-vaapi</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libgstvaapi.so
|
|
</seg>
|
|
<seg>
|
|
/usr/share/gtk-doc/html/gstreamer-vaapi-plugins-1.0
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|