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 12.1 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.10.tar.xz
Download MD5 sum: 35b6b39e03e5e6d75404b694cca09550
Download size: 204 KB
Estimated disk space required: 14 MB
Estimated build time: less than 0.1 SBU
FFmpeg-6.1.1 and gst-plugins-base-1.22.10
Install GStreamer Libav by running the following commands:
mkdir build &&
cd    build &&
meson  setup ..            \
       --prefix=/usr       \
       --buildtype=release \
       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/12.1/ \
       -Dpackage-name="GStreamer 1.22.10 BLFS" &&
ninja
        To run the tests, 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.