The GStreamer Libav package contains GStreamer plugins for Libav (a fork of FFmpeg).
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-libav/gst-libav-1.0.10.tar.xz
Download MD5 sum: 715564cdb735dad75b0e770e044488e0
Download size: 4.1 MB
Estimated disk space required: 287 MB
Estimated build time: 2.4 SBU
gst-plugins-base-1.0.10 and yasm-1.2.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-libav
Install GStreamer Libav by running the following commands:
./configure --prefix=/usr \ --with-package-name="GStreamer Libav Plugins 1.0.10 BLFS" \ --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && make
To test the results, issue: make check.
Now, as the root
user:
make install
Last updated on 2013-09-01 08:30:05 -0700