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.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.14.2.tar.xz
Download MD5 sum: 5b83b2828e31ce5b4a5c03c71e707ae7
Download size: 3.6 MB
Estimated disk space required: 188 MB (with tests)
Estimated build time: 2.1 SBU (with tests)
Cairo-1.14.12, FLAC-1.3.2, LAME-3.100, mpg123-1.25.10, Mesa-18.1.6, gdk-pixbuf-2.36.12, libgudev-232, libjpeg-turbo-2.0.0, libpng-1.6.35, libsoup-2.62.3, libvpx-1.7.0, and Xorg Libraries
AAlib-1.4rc5, ALSA OSS-1.1.6, GTK+-3.22.30 (for examples), GTK-Doc-1.28, libdv-1.0.0, libgudev-232, PulseAudio-12.2, Speex-1.2.0, taglib-1.11.1, Valgrind-3.13.0, v4l-utils-1.14.2, JACK, libcaca, libiec61883, libraw1394, libshout, Orc, TwoLame, and WavPack
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-plugins-good
If you need a plugin for a given dependency, that dependency needs to be installed before this application.
Install GStreamer Good Plug-ins by running the following commands:
./configure --prefix=/usr \ --with-package-name="GStreamer Good Plugins 1.14.2 BLFS" \ --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && make
To test the results, issue: make check. The souphttpsrc and elements/rtp2aux tests are known to fail.
Now, as the root
user:
make install
Last updated on 2018-08-20 15:41:43 -0700