gst-ffmpeg-0.10.13

Introduction to Gst FFMpeg

The Gst FFMpeg contains GStreamer plugins for FFMpeg.

This package is known to build and work properly using an LFS-7.7 platform.

[Note]

Note

GStreamer 1.0 series is not API or ABI compatible with GStreamer 0.10 series and both can be installed on the same system.

Package Information

Additional Downloads

Gst FFMpeg Dependencies

Required

gst-plugins-base-0.10.36 and yasm-1.3.0

Optional

ORC

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst-ffmpeg

Installation of Gst FFMpeg

Install Gst FFMpeg by running the following commands:

patch -p1 < ../gst-ffmpeg-0.10.13-gcc-4.7-1.patch &&
./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed GStreamer Plugins: libgstffmpeg.so, libgstffmpegscale.so and libgstpostproc.so

Last updated on 2015-02-27 16:21:33 -0800