File: README

package info (click to toggle)
clutter-gst-3.0 3.0.27-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,172 kB
  • sloc: ansic: 9,896; sh: 4,204; javascript: 740; makefile: 333; xml: 117; python: 92
file content (28 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download | duplicates (5)
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
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.