gstreamer-vaapi-1.22.7

Introduction to gstreamer-vaapi

The gstreamer-vaapi package contains a gstreamer 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).

[注記]

注記

On systems without hardware acceleration (notably virtual machines under qemu-8.2.0), this package may cause the X server to crash. The BLFS team recommends not to install this package in this case.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

Package Information

gstreamer-vaapi Dependencies

Required

GTK+-3.24.38, gstreamer-1.22.7, gst-plugins-base-1.22.7, gst-plugins-bad-1.22.7, and libva-2.20.0

Optional

hotdoc

Installation of gstreamer-vaapi

Install gstreamer-vaapi by running the following commands:

mkdir build &&
cd    build &&

meson setup ..            \
      --prefix=/usr       \
      --buildtype=release \
      -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/systemd/ &&
ninja

This package does not come with a working test suite.

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: 本パッケージの安定版リリース向けに適したビルドタイプを指定します。 デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。

Contents

Installed Programs: None
Installed Library: libgstvaapi.so in /usr/lib/gstreamer-1.0
Installed Directory: None