The GStreamer Base Plug-ins is a well-groomed and well-maintained collection of GStreamer plug-ins and elements, spanning the range of possible types of elements one would want to write for GStreamer. It also contains helper libraries and base classes useful for writing elements. A wide range of video and audio decoders, encoders, and filters are included. Also see the gst-plugins-bad-0.10.23, gst-plugins-good-0.10.31, gst-plugins-ugly-0.10.19, and gst-ffmpeg-0.10.13 packages.
This package is known to build and work properly using an LFS-7.4 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-base/0.10/gst-plugins-base-0.10.36.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.36.tar.xz
Download MD5 sum: 3d2337841b132fe996e5eb2396ac9438
Download size: 2.3 MB
Estimated disk space required: 105 MB
Estimated build time: 1.7 SBU
GStreamer-0.10.36 and Pango-1.34.1
alsa-lib-1.0.27.2, libogg-1.3.1, libtheora-1.1.1, libvorbis-1.3.3, udev-Installed LFS Version or udev-extras (from systemd) (for gudev), and Xorg Libraries
CDParanoia-III-10.2, GTK+-3.8.4 (required to build the examples), libvisual, ORC, Check-0.9.10 (required to run the unit regression tests), and Valgrind (optionaly used during the unit regression tests)
GTK-Doc-1.19 and Python-2.7.5 (compiled against an XML parser such as expat-2.1.0).
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst-plugins-base
Install GStreamer Base Plug-ins by running the following commands:
./configure --prefix=/usr --disable-static && 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
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2013-08-23 18:26:43 -0700