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. Also see the gst-plugins-good-0.10.31, gst-plugins-ugly-0.10.19 and gst-ffmpeg-0.10.13 packages.
This package is known to build and work properly using an LFS-7.4 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-0.10.23.tar.xz
Download MD5 sum: e4822fa2cc933768e2998311a1565979
Download size: 3.1 MB
Estimated disk space required: 140 MB (depending on which optional dependencies are fulfilled)
Estimated build time: 2.0 SBU
FAAC-1.28, libpng-1.6.4, libvpx-1.2.0, OpenSSL-1.0.1e and XviD-1.3.2
celt, cURL-7.32.0, Dirac, DirectFB, FAAC-1.28, FAAD2-2.7, Flite, Game Music Emu, GSM, JasPer-1.900.1, LADSPA, libass, libcdaudio, libdc1394, libdca, libiptcdata, libkate, libmimic, libmms, libmodplug, libmpcdec, libmusicbrainz-2.1.5, libofa, librsvg-2.37.0, libsndfile-1.0.25, libvdpau, MJPEG Tools, neon-0.30.0, OpenAL, ORC, rtmpdump, Schroedinger, SDL-1.2.15, SoundTouch, SpanDSP, VO AACENC, VO AMRWBENC, WildMidi, ZBAR and ZVBI
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst-plugins-bad
Install Gstreamer Bad Plug-ins by running the following commands:
./configure --prefix=/usr --with-gtk=3.0 --disable-examples && make
To test the results, issue: make check. Note that tests for some of the items may fail.
Now, as the root
user:
make install
--with-gtk=3.0
: Build
against GTK+ 3 instead of the
default GTK+ 2; recommended for a
GNOME Desktop.
--disable-examples
: If the
dependencies for the camera driver have been satisfied, the
associated example code fails to build.
Last updated on 2013-08-23 18:26:43 -0700