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).
This package is known to build and work properly using an LFS-11.1 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.20.0.tar.xz
Download MD5 sum: 6f1f7c6f0c6cb4b4d90622b0b5ad5f37
Download size: 772 KB
Estimated disk space required: 17 MB
Estimated build time: 0.3 SBU
GTK+-3.24.31, gstreamer-1.20.0, gst-plugins-base-1.20.0, gst-plugins-bad-1.20.0, and libva-2.13.0
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gstreamer10-vaapi
If you do not have an Objective-C compiler installed, the build system for this package will emit a warning about a failed sanity check. This is harmless, and it is safe to continue.
Install gstreamer-vaapi by running the following commands:
mkdir build && cd build && meson --prefix=/usr \ --buildtype=release \ -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
Last updated on