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-7.3 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-good/gst-plugins-good-1.0.7.tar.xz
Download MD5 sum: e4b1c825475a9b478fe29e8e9f34516f
Download size: 2.6 MB
Estimated disk space required: 120 MB
Estimated build time: 1.2 SBU
Cairo-1.12.14, FLAC-1.2.1, gdk-pixbuf-2.26.5, libjpeg-turbo-1.2.1, libpng-1.6.2, libsoup-2.40.3, libvpx-1.1.0 and Xorg Libraries
AAlib-1.4rc5, libdv-1.0.0, PulseAudio-3.0, taglib-1.8, udev-Installed LFS Version or udev-extras (from systemd) (for GUdev), JACK, libcaca, libiec61883, libraw1394, libshout, ORC, Video4Linux and WavPack
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-plugins-good
Install GStreamer Good Plug-ins by running the following commands:
./configure --prefix=/usr \
--with-package-name="GStreamer Good Plugins 1.0.7 BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &&
make
To test the results, issue: make check.
Now, as the root user:
make install
Last updated on 2013-04-27 18:04:22 +0000