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-10.1 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.18.4.tar.xz
Download MD5 sum: 07d334476b3a7195033692fdb42b78d5
Download size: 768 KB
Estimated disk space required: 16 MB
Estimated build time: 0.2 SBU
GTK+-3.24.28, gstreamer-1.18.4, gst-plugins-base-1.18.4, gst-plugins-bad-1.18.4, and libva-2.11.0
User Notes: http://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 \ -Dbuildtype=release \ -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
Last updated on 2021-03-16 23:45:26 -0500