GStreamer-1.4.1

Introduction to GStreamer

GStreamer is a streaming media framework that enables applications to share a common set of plugins for things like video encoding and decoding, audio encoding and decoding, audio and video filters, audio visualisation, web streaming and anything else that streams in real-time or otherwise. This package only provides base functionality and libraries. You may need at least gst-plugins-base-1.4.1 and one of Good, Bad, Ugly or Libav plugins.

This package is known to build and work properly using an LFS-7.6 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

GStreamer Dependencies

Required

GLib-2.40.0

Recommended

Optional

Gsl-1.16, GTK-Doc-1.20, and Valgrind-3.10.0

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gstreamer10

Installation of GStreamer

Install GStreamer by running the following commands:

./configure --prefix=/usr \
            --with-package-name="GStreamer 1.4.1 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

Contents

Installed Programs: gst-inspect-1.0, gst-launch-1.0 and gst-typefind-1.0
Installed Libraries: libgstbase-1.0.so, libgstcheck-1.0.so, libgstcontroller-1.0.so, libgstnet-1.0.so, libgstreamer-1.0.so and /usr/lib/gstreamer-1.0/libgstcoreelements.so
Installed Directories: /usr/include/gstreamer-1.0, /usr/lib/gstreamer-1.0, /usr/libexec/gstreamer-1.0, and /usr/share/gtk-doc/html/gstreamer{,-{libs,plugins}}-1.0

Short Descriptions

gst-inspect-1.0

is a tool that prints out information on available GStreamer plugins, information about a particular plugin, or information about a particular element.

gst-launch-1.0

is a tool that builds and runs basic GStreamer pipelines.

gst-typefind-1.0

uses the GStreamer type finding system to determine the relevant GStreamer plugin to parse or decode file, and the corresponding MIME type.

libgstbase-1.0.so

provides some base classes to be extended by elements and utillity classes that are most useful for plugin developers.

libgstcheck-1.0.so

provides functionality for writing unit tests that use the check framework.

libgstcontroller-1.0.so

provides functionality to animate element properties over time.

libgstnet-1.0.so

provides network elements and objects.

libgstreamer-1.0.so

provides all the core GStreamer services, including initialization, plugin management and types, as well as the object hierarchy that defines elements and bins, along with some more specialized elements.

Last updated on 2014-09-10 09:45:01 -0700