gst-plugins-bad-1.0.10

Introduction to GStreamer Bad Plug-ins

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

[Note]

Note

GStreamer 1.0 series is not API or ABI compatible with GStreamer 0.10 series and both can be installed on the same system.

Package Information

GStreamer Bad Plug-ins Dependencies

Required

gst-plugins-base-1.0.10

Recommended

Optional

cURL-7.32.0, FAAC-1.28, FAAD2-2.7, GTK+-3.8.4, libexif-0.6.21, libmpeg2-0.5.1, MesaLib-9.2.0, mpg123-1.15.4, neon-0.30.0, OpenJPEG-1.5.1, OpenSSL-1.0.1e, Xorg Libraries, Celt, Flite, Game Music Emu, GSM, libass, libdca, libmimic, libmms, libofa, libvdpau, MJPEG Tools, OpenAL, ORC, RTMPDUMP, Schroedinger, VO AAC, VO AMRWB, Wayland and ZBAR

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

Installation of GStreamer Bad Plug-ins

Install GStreamer Bad Plug-ins by running the following commands:

./configure --prefix=/usr \
            --with-package-name="GStreamer Bad Plugins 1.0.10 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: libgstbasecamerabinsrc-1.0.so, libgstbasevideo-1.0.so, libgstcodecparsers-1.0.so, libgstphotography-1.0.so, libgstsignalprocessor-1.0.so and several plugins in /usr/lib/gstreamer-1.0
Installed Directories: /usr/include/gstreamer-1.0/gst/{basecamerabinsrc,codecparsers}, /usr/include/gstreamer-1.0/gst/{interfaces,signalprocessor,video}, /usr/share/gstreamer-1.0/presets and /usr/share/gtk-doc/html/gst-plugins-bad-libs-1.0

Last updated on 2013-09-01 08:30:05 -0700