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. You will need at least one of Good, Bad, Ugly or Libav plugins for GStreamer applications to function properly.
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://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.0.10.tar.xz
Download MD5 sum: ffbca3265343cd66092b28286199b795
Download size: 2.3 MB
Estimated disk space required: 102 MB
Estimated build time: 1.4 SBU
GStreamer-1.0.10 and libxml2-2.9.1
alsa-lib-1.0.27.2, gobject-introspection-1.36.0, ISO Codes-3.46, libogg-1.3.1, libtheora-1.1.1, libvorbis-1.3.3, Pango-1.34.1, and Xorg Libraries
CDParanoia-III-10.2, GTK+-3.8.4, GTK-Doc-1.19, libvisual, ORC, and Valgrind
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-plugins-base
Install GStreamer Base Plug-ins by running the following commands:
./configure --prefix=/usr \ --with-package-name="GStreamer Base Plugins 1.0.10 BLFS" \ --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && make
To test the results, issue: make check.
When installing, the Makefile does some additional linking. If you do not have Xorg in /usr, the LIBRARY_PATH variable needs to be defined for the root user. If using sudo to assume root, use the -E option to pass your current environment variables for the install process.
Now, as the root
user:
make install
Last updated on 2013-09-03 12:08:19 -0700