summaryrefslogtreecommitdiff
path: root/README
blob: 763e55804c03c3065fa7bc9274fc7709965fac6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Clutter-GStreamer README
========================

Clutter-GStreamer (clutter-gst) is an integration library for using GStreamer
with Clutter.  Its purpose is to implement the ClutterMedia interface using
GStreamer.

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.