The GStreamer Libav package contains GStreamer plugins for Libav (a fork of FFmpeg).
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.0.tar.xz
Download MD5 sum: a2165c56301906c50dcc9245d535df45
Download size: 188 KB
Estimated disk space required: 8.9 MB
Estimated build time: less than 0.1 SBU
FFmpeg-5.1.2 and gst-plugins-base-1.22.0
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gst10-libav
Install GStreamer Libav by running the following commands:
mkdir build &&
cd    build &&
meson  --prefix=/usr       \
       --buildtype=release \
       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/11.3-systemd/ \
       -Dpackage-name="GStreamer 1.22.0 BLFS" &&
ninja
        The tests are not recommended. Test 6 of 6 times out after 3 minutes. To run the tests anyway, issue: ninja test.
          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.