Home > clutter-gst

clutter-gst

Clutter-gst is a project mainly written in C and PYTHON, based on the LGPL-2.1 license.

Clutter-GStreamer README

Clutter-Gst is an integration library for using GStreamer with Clutter. It provides a GStreamer sink to upload frames to GL and an actor that implements the ClutterMedia interface using playbin2.

Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. It uses OpenGL for drawing primitives and has multiple backends, allowing its usage on different platforms.

GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins.

Clutter-GStreamer requires:

GLib >= 2.18.0 Clutter >= 1.4.0 GStreamer >= 0.10.20

Copyright (C) 2006, 2007, 2008 OpenedHand Copyright (C) 2009, 2010, 2011 Intel Corporation

Released under the terms of the GNU Lesser General Public License, version 2.1 or later. See the file COPYING for details.

Previous:Image_Test