The GStreamer package contains a framework for streaming media. This is useful for interfacing with binary CODECs.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.6/gstreamer-0.6.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.6/gstreamer-0.6.2.tar.bz2
Download size: 1.2 MB
Estimated Disk space required: 72.7 MB
Estimated build time: 1.31 SBU
Install GStreamer by running the following commands:
./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib && make && make install && gst-register |
--localstatedir=/var/lib: This switch puts gst-register's cache in /var/lib/cache instead of $GNOME_PREFIX/var/cache.
The GStreamer package contains libgstreamer libraries and libgst libraries.