The GStreamer Bad Plug-ins package contains a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.28.6.tar.xz
Download MD5 sum: cdc3c30609d2d235d9322a676a5d4474
Download size: 8.0 MB
Estimated disk space required: 314 MB (with tests)
Estimated build time: 0.7 SBU (Using parallelism=4; with tests)
libaom-3.14.1 (for chroma subsampling outside of YUV420), libdvdread-7.1.1, libdvdnav-7.0.0, libva-2.24.1, SVT-AV1-4.2.0 (only supports YUV420), SoundTouch-2.4.1
BlueZ-5.87, cURL-8.21.0, faac-2.1, FAAD2-2.11.3, fdk-aac-2.0.3, GTK-3.24.52 (for examples), gst-plugins-good-1.28.6 (for one test), Imath-3.2.2, json-glib-1.10.8, Little CMS-2.19.1, libass-0.17.5, libde265-1.1.1, libexif-0.6.26 (for one test), librsvg-2.62.3, libsndfile-1.2.2, libssh2-1.11.1, libusb-1.0.30, libwebp-1.6.0, libxkbcommon-1.13.2, libxml2-2.15.3, neon-0.37.1, Nettle-4.0 or libgcrypt-1.12.2 (for SSL support in the hls plugin, if both are not installed OpenSSL will be used instead), opencv-4.13.0 (with additional modules), OpenJPEG-2.5.4, Opus-1.6.1, Pango-1.58.2, libqrencode-4.1.1, SBC-2.2, Valgrind-3.27.1, both Vulkan-Loader-1.4.357.0 and glslc from shaderc-2026.3 (for Vulkan plugin), Wayland-1.26.0 (GTK-3.24.52 must have been compiled with wayland support), x265-4.2, zxing-cpp-3.1.1, bs2b, Chromaprint, dssim, Flite, FluidSynth, Game Music Emu, GSM (currently broken), hotdoc, LADSPA, ldacBT, libajantv2, libavtp, libdc1394-2, libdca, libkate, libmfx, libmms, libmodplug, libnice, libofa, libopenmpt, libopenni, libsoup2, libsrtp, lilv, LRDF, ltc-tools, microdns, MJPEG Tools, mplex2, musepack, onnxruntime, OpenAL, OpenEXR, OpenH264, Orc, rtmpdump, spandsp, Srt, svthevcenc, VO AAC, VO AMRWB, WildMidi, WPE-WebKit, WPEBackend-fdo, ZBAR, and ZVBI
If you need a plugin for a given dependency, that dependency needs to be installed before this package.
Install GStreamer Bad Plug-ins by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D gpl=enabled &&
ninja
To test the results, issue: ninja test. Several tests need a terminal emulator in a graphical session. One test, elements_dtls, is known to fail with OpenSSL-4.x. If gst-plugins-good-1.28.6 is not installed, two tests, elements_rtpsrc and elements_rtpsink, will fail.
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.
-D gpl=enabled: Without
this switch, plugins with dependencies on (A)GPL licensed libraries
are not built.