gst-plugins-good-1.8.3

Introduction to GStreamer Good Plug-ins

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.10 platform.

Package Information

GStreamer Good Plug-ins Dependencies

Required

gst-plugins-base-1.8.3

Recommended

Optional

AAlib-1.4rc5, ALSA OSS-1.0.28, GTK+-3.20.9 (for examples), GTK-Doc-1.25, libdv-1.0.0, libgudev-230, PulseAudio-9.0, Speex-1.2rc2, taglib-1.11, Valgrind-3.11.0, v4l-utils-1.10.1, JACK, libcaca, libiec61883, libraw1394, libshout, Orc, and WavPack

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-plugins-good

Installation of GStreamer Good Plug-ins

[Note]

Note

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.8.3 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

Contents

Installed Programs: None
Installed Libraries: Several plugins under /usr/lib/gstreamer-1.0
Installed Directories: /usr/share/gstreamer-1.0/presets and /usr/share/gtk-doc/html/gst-plugins-good-plugins-1.0

Last updated on 2016-08-28 14:19:58 -0700