The GStreamer Libav package contains GStreamer plugins for Libav (a fork of FFmpeg).
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.1.tar.xz
Download MD5 sum: c898c44220cf8990a886c867249164f1
Download size: 192 KB
Estimated disk space required: 8.8 MB
Estimated build time: less than 0.1 SBU
FFmpeg-6.0 and gst-plugins-base-1.22.1
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gst10-libav
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/systemd/ \ -Dpackage-name="GStreamer 1.22.1 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.