29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
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 ClutterGstPlayer interface using playbin.
|
|
|
|
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 Cogl Clutter and GStreamer
|
|
|
|
Copyright (C) 2006, 2007, 2008 OpenedHand
|
|
Copyright (C) 2009, 2010, 2011, 2012, 2013 Intel Corporation
|
|
|
|
Released under the terms of the GNU Lesser General Public License, version 2.1
|
|
or later. See the file COPYING for details.
|