The GStreamer Bad Plug-ins package contains a set 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-7.8 platform.
GStreamer 1.0 series is not API or ABI compatible with GStreamer 0.10 series and both can be installed on the same system.
Download (HTTP): http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.4.5.tar.xz
Download MD5 sum: e0bb39412cf4a48fe0397bcf3a7cd451
Download size: 3.6 MB
Estimated disk space required: 0.1 GB (additional 8 MB to run the test suite)
Estimated build time: 1.1 SBU (additional 1.1 SBU to run the test suite)
libdvdread-5.0.3, libdvdnav-5.0.3, LLVM-3.7.0, and SoundTouch-1.9.0
BlueZ-5.34, cURL-7.44.0, FAAC-1.28, FAAD2-2.7, GnuTLS-3.4.4.1, GTK-Doc-1.24, GTK+-2.24.28 or GTK+-3.16.6, libass-0.12.3, libexif-0.6.21, libgcrypt-1.6.3, libmpeg2-0.5.1, libvdpau-1.1.1, MesaLib-10.6.6, mpg123-1.22.4, neon-0.30.1, OpenJPEG-1.5.2 or OpenJPEG-2.1.0, SDL-1.2.15, Valgrind-3.10.1, Xorg Libraries, Celt, Flite, Game Music Emu, GSM, libdca, libmimic, libmms, libofa, MJPEG Tools, OpenAL, ORC, RTMPDUMP, Schroedinger, VO AAC, VO AMRWB, Wayland, and ZBAR
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-plugins-bad
If you need a plugin for a given dependency, that dependency needs to be installed before this application.
If you have installed OpenJPEG-2.1.0 and wish to use it with GStreamer Bad Plug-ins, apply the following patch:
patch -Np1 -i ../gst-plugins-bad-1.4.5-openjpeg21-1.patch &&
Prevent a miscompilation caused by a change in the output from cpp in gcc-5 which leads to crashes.
sed -i -e 's/ GST_CHECK_FAAD_VERSION / /' \ -e '/"GST_CHECK_FAAD_VERSION/{ s/GST_CHECK_FAAD_VERSION // s/""/"$"/ }' configure
Install GStreamer Bad Plug-ins by running the following commands:
./configure --prefix=/usr \ --with-package-name="GStreamer Bad Plugins 1.4.5 BLFS" \ --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && make
To test the results, issue: make check. One test (camerabin) needs hardware with a camera. A couple of tests need a terminal emulator in a graphical session.
Now, as the root
user:
make install
Last updated on 2015-09-20 19:26:37 -0700