summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-08-04 16:24:43 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2013-08-04 16:24:43 +0100
commitc8761d445985a045986db855363e9b6117df7f77 (patch)
treebcbd6509a40b560e823642d4322610ef0944101d /examples
parentb51e22b22f0e1f8146290ff9aecc59f748bf0c74 (diff)
downloadclutter-gst-c8761d445985a045986db855363e9b6117df7f77.tar.gz
examples: update examples' descriptions
Diffstat (limited to 'examples')
-rw-r--r--examples/README37
1 files changed, 30 insertions, 7 deletions
diff --git a/examples/README b/examples/README
index a4f2c1a..31b026a 100644
--- a/examples/README
+++ b/examples/README
@@ -6,16 +6,39 @@ examples come clutter demos.
There are:
- o video-player.
-
- Simple fullscreen video player.
+ o camera-player :
+
+ Simple application showing the different capabilities of the
+ ClutterGstCamera player.
+
+ o pieces.js :
+
+ Quick little demo moving around pieces of a video stream (use
+ keyboard arrows).
+
+ o simpler-player.js :
+
+ Almost the simplest video player you can write in javascript using
+ ClutterGst.
+
+ o video-flip.js :
+
+ A small example switching between 2 video streams on move events
+
+ o video-flip2.js :
+
+ An example switching between n video streams (use up/down keyboard
+ arrows).
+
+ 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.
+ - Hit e to flip the video.
- o video-sink.
+ o video-sink :
- Demonstrates use of ClutterGstVideoSink with a custom
- pipeline.
+ Demonstrates use of ClutterGstVideoSink with a custom pipeline.