The GStreamer Good Plug-ins is a set of plug-ins considered by the GStreamer developers to have good quality code, correct functionality, and the preferred license (LGPL for the plug-in code, LGPL or LGPL-compatible for the supporting library). A wide range of video and audio decoders, encoders, and filters are included.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.28.4.tar.xz
MD5 校验和:316289c7f616d410bafe701e7ff9bd1e
大小:5.8 MB
预计所需磁盘空间:131 MB(含测试)
预计构建时间:0.6 SBU (Using parallelism=4; with tests)
Cairo-1.18.4, FLAC-1.5.0, gdk-pixbuf-2.44.7, LAME-3.100, libsoup-3.6.6, libvpx-1.16.0, mpg123-1.33.6, NASM-3.02, and PulseAudio-17.0
AAlib-1.4rc5, GTK-3.24.52 (for examples), libdv-1.0.0, Qt-6.11.1, Speex-1.2.1, taglib-2.3, Valgrind-3.27.1, v4l-utils-1.32.0, Wayland-1.25.0, alsa-oss, hotdoc, JACK, libcaca, libavc1394, libiec61883, libraw1394, libshout, libsoup2, Orc, TwoLame, and WavPack
If you need a plugin for a given dependency, that dependency needs to be installed before this package.
Install GStreamer Good Plug-ins by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release &&
ninja
To test the results, issue: ninja
test. One test, elements_flvmux, is known to fail on some
systems.
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.