• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H03-May-2022-27,12221,873

clutter-gst/H03-May-2022-15,1629,974

doc/H03-May-2022-2,4422,146

examples/H03-May-2022-2,4431,894

scripts/H03-May-2022-623528

tests/H03-May-2022-1,5311,172

AUTHORSH A D06-Feb-2019263 87

COPYINGH A D06-Feb-201925.9 KiB503418

ChangeLog.pre-git-importH A D06-Feb-201913.7 KiB489327

INSTALLH A D06-Feb-20199 KiB230175

Makefile.amH A D06-Feb-2019929 3118

Makefile.inH A D03-May-202234.1 KiB1,051936

NEWSH A D06-Feb-201915.7 KiB659406

READMEH A D06-Feb-20191.1 KiB2921

aclocal.m4H A D06-Feb-201953.7 KiB1,4891,342

clutter-gst.pc.inH A D06-Feb-2019460 1311

config.h.inH A D06-Feb-20192.6 KiB10570

configureH A D06-Feb-2019516.6 KiB17,56814,893

configure.acH A D06-Feb-201912.2 KiB359289

gtk-doc.makeH A D28-Aug-201810.5 KiB322275

README

1Clutter-GStreamer README
2========================
3
4Clutter-Gst is an integration library for using GStreamer with Clutter.
5It provides a GStreamer sink to upload frames to GL and an actor that
6implements the ClutterGstPlayer interface using playbin.
7
8Clutter is an open source software library for creating fast, visually
9rich and animated graphical user interfaces. It uses OpenGL for drawing
10primitives and has multiple backends, allowing its usage on different
11platforms.
12
13GStreamer is a streaming media framework, based on graphs of filters
14which operate on media data.  Applications using this library can do
15anything from real-time sound processing to playing videos, and just
16about anything else media-related.  Its plugin-based architecture means
17that new data types or processing capabilities can be added simply by
18installing new plug-ins.
19
20Clutter-GStreamer requires:
21
22  GLib Cogl Clutter and GStreamer
23
24Copyright (C) 2006, 2007, 2008  OpenedHand
25Copyright (C) 2009, 2010, 2011, 2012, 2013 Intel Corporation
26
27Released under the terms of the GNU Lesser General Public License, version 2.1
28or later. See the file COPYING for details.
29