gst-plugins-bad-1.6.3

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

Package Information

GStreamer Bad Plug-ins Dependencies

Required

gst-plugins-base-1.6.3

Recommended

Optional

BlueZ-5.37, cURL-7.47.1, FAAC-1.28, FAAD2-2.7, GnuTLS-3.4.9, GTK-Doc-1.24, GTK+-2.24.29 or GTK+-3.18.7, libass-0.13.1, libexif-0.6.21, libgcrypt-1.6.5, libmpeg2-0.5.1, libvdpau-1.1.1, Mesa-11.1.2, mpg123-1.23.0, neon-0.30.1, OpenJPEG-1.5.2 or OpenJPEG-2.1.0, SDL-1.2.15, Valgrind-3.11.0, Xorg Libraries, Flite, Game Music Emu, GSM, libmimic, libmms, libofa, MJPEG Tools, OpenAL, Orc, VO AAC, VO AMRWB, Wayland-1.10.0, and ZBAR

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

Installation of GStreamer Bad Plug-ins

[Note]

Note

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 sed commnds:

sed -e '/openjpeg-2/ s/0/1/' \
    -i configure ext/openjpeg/gstopenjpeg.h &&
sed -e '/user_data (/ s/mstream/&, NULL/' \
    -i ext/openjpeg/gstopenjpeg{enc,dec}.c  &&

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

./configure --prefix=/usr \
            --with-package-name="GStreamer Bad Plugins 1.6.3 BLFS" \
            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &&
make

To test the results, issue: make check. Several tests need a terminal emulator in a graphical session.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: libgstadaptivedemux-1.0.so, libgstbadbase-1.0.so, libgstbadvideo-1.0.so, libgstbasecamerabinsrc-1.0.so, libgstcodecparsers-1.0.so, libgstgl-1.0.so, libgstinsertbin-1.0.so, libgstmpegts-1.0.so, libgstphotography-1.0.so, libgsturidownloader-1.0.so, and several plugins under /usr/lib/gstreamer-1.0
Installed Directories: /usr/include/gstreamer-1.0/gst/{basecamerabinsrc,codecparsers,gl}, /usr/include/gstreamer-1.0/gst/{insertbin,interfaces,mpegts}, /usr/include/gstreamer-1.0/gst/uridownloader, /usr/lib/gstreamer-1.0/include, and /usr/share/gtk-doc/html/gst-plugins-bad-{libs,plugins}-1.0

Last updated on 2016-02-24 19:22:02 -0800