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. Also see the gst-plugins-ugly-0.10.19, gst-plugins-bad-0.10.23 and gst-ffmpeg-0.10.13 packages.
This package is known to build and work properly using an LFS-7.5 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://ftp.gnome.org/pub/gnome/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.31.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.31.tar.xz
Download MD5 sum: 555845ceab722e517040bab57f9ace95
Download size: 2.6 MB
Estimated disk space required: 110 MB
Estimated build time: 1.2 SBU
Cairo-1.12.16, FLAC-1.3.0, libjpeg-turbo-1.3.0, libpng-1.6.9 and Xorg Libraries
GConf-3.2.6 and libsoup-2.44.2
AAlib-1.4rc5, GTK+-3.10.7 (required to build the examples), JACK, libavc1394 (requires libraw1394), libcaca, libcdio, libdv-1.0.0, libiec61883, libshout, ORC, PulseAudio-4.0, Speex-1.2rc1, taglib-1.9.1, Video4Linux and WavPack
GTK-Doc-1.19 and Python-2.7.6 (compiled against an XML parser such as expat-2.1.0)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst-plugins-good
Install GStreamer Good Plug-ins by running the following commands:
sed -i -e "/input:/d" sys/v4l2/gstv4l2bufferpool.c && sed -i -e "/case V4L2_CID_HCENTER/d" -e "/case V4L2_CID_VCENTER/d" sys/v4l2/v4l2_calls.c && ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-gtk=3.0 && make
To run the unit regression tests, issue: make check. There are many other
Makefile
targets you can specify for
running the tests, issue make -C
tests/check help to see the complete list.
Now, as the root
user:
make install
If you did not rebuild the API documentation by passing
--enable-gtk-doc
to the configure script and you wish to
install the pre-built documentation, issue the following command as
the root
user:
make -C docs/plugins install-data
sed -i -e "...": These sed commands fix building with recent kernels.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-02-20 11:59:37 -0800