1--- Description of the generic (no GUI) examples ---
2
3- cube:
4Show how to have a graphic FPS greater than the input video frame rate.
5The source is the videotestsrc rgb.
6
7- cubeyuv:
8Show how to have a graphic FPS greater than the input video frame rate.
9The source is a local video file needed in argument.
10The colorspace conversion is maded by the glupload element.
11
12- doublecube:
13A local video source is displayed into two renderers.
14The first one is a normal 2D screen, the second is a 3D cube.
15We can visually check that the video is displayed at the same speed
16in the two renderers.
17
18- recordgraphic:
19Show how to use the glfilterapp to define the draw callback in a gstreamer client code.
20The scene is recorded into an avi file using mpeg4 encoder.
21The colorspace conversion is made by the gldownload element.
22