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 GStreamer Good Plug-ins-0.10.6, GStreamer Ugly Plug-ins-0.10.6, GStreamer Bad Plug-ins and GStreamer FFmpeg plug-in packages.
Download (HTTP): http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.13.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.13.tar.bz2
Download MD5 sum: 735f7b911cd00540d2bea8596a3859cd
Download size: 1.5 MB
Estimated disk space required: up to 72 MB (depends on what dependencies are installed)
Estimated build time: up to 1.5 SBU (0.5 SBU to run the test suite)
ALSA-1.0.13, libogg-1.1.3, libvorbis-1.2.0, Theora, CDParanoia-III-9.8, FreeType-2.3.7, Pango-1.16.4, GTK+-2.10.13 (required to build the examples), X Window System, GNOME Virtual File System-2.18.1, libvisual, Check (required to run the unit regression tests), and Valgrind (optionally used during the unit regression tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst-plugins-base
Install GStreamer Base Plug-ins by running the following commands:
./configure --prefix=/usr && make
To test the results, 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
Last updated on 2007-07-18 17:20:52 -0500