gst-libav-1.26.9

Introduction to GStreamer Libav

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.4 platform.

Package Information

GStreamer Libav Dependencies

Required

FFmpeg-8.0.1 and gst-plugins-base-1.26.9

Recommended

Installation of GStreamer Libav

Prepare GStreamer Libav by running the following commands:

meson setup build         \
      --prefix=/usr       \
      --buildtype=release

To build the package, issue:

ninja -C build

To run the tests, issue:

ninja -C build test

Now Install the package, as the root user:

ninja -C build install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

Contents

Installed Programs: None
Installed Library: libgstlibav.so in /usr/lib/gstreamer-1.0
Installed Directory: None