File: README

package info (click to toggle)
clutter-gst 0.8.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,012 kB
  • ctags: 337
  • sloc: sh: 8,845; ansic: 2,313; xml: 440; makefile: 91
file content (26 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (2)
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
examples/
===

This directory contains a number of simple hacks come tests come
examples come clutter demos.

There are:

 o video-player.
 
   Simple fullscreen video player. 

   - Move mouse to see controls.
   - Hit q or Esc to exit, p to toggle pause state.
   - Has some useless cheesy effects built in.
      - Hit e to flip the video. 

 o video-cube.
 
   Pure evil. A nasty hack to do a video cube with clutter.
   Could be done much nicer.

 o video-sink.

   Demonstrates use of ClutterGstVideoSink with a custom
   pipeline.