Difference between revisions of "Gst-plugins-base"
m (Gst-plugin-base moved to Gst-plugins-base) |
|
(No difference)
|
Revision as of 13:53, 29 October 2006
Download Source: | http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.10.tar.bz2 |
---|
Contents
Dependencies
Required
Optional
- ALSA
- libogg
- libvorbis
- Theora
- CDParanoia-III
- FreeType
- Pango
- Gtk2 (required to build the examples)
- X Window System
- GNOME Virtual File System
- libvisual
- Check (required to run the unit regression tests)
- Valgrind (optionally used during the unit regression tests)
Required to build the API Documentation
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install &&
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package:
make install &&
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package:
make install
Content
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.
Installed Programs: gst-visualise-0.10
Installed Libraries: libgst*.{so,a} and numerous GStreamer plugins
Installed Directories: /usr/include/gstreamer-0.10/gst/{too numerous to list} and /usr/share/gtk-doc/html/gst-plugins-base-libs-0.10
Short Descriptions
gst-visualise-0.10: is used to run a basic GStreamer pipeline to display a graphical visualisation of an audio stream.