gstreamer/tests/examples/gl/generic
Matthew Waters 59da66f969 gl/examples/cube*: choose opengl by default
The examples don't work with any other GL API.

Also fix the yuv example to not translate the cube out of the clipping area.
2016-03-10 22:52:52 +11:00
..
cube gl/examples/cube*: choose opengl by default 2016-03-10 22:52:52 +11:00
cubeyuv gl/examples/cube*: choose opengl by default 2016-03-10 22:52:52 +11:00
doublecube Fix flags order in GL examples for uninstalled build 2015-05-21 13:42:35 +10:00
recordgraphic gl: remove the use of glu 2014-11-28 09:14:26 +11:00
generic.sln gl/examples: move to -bad 2014-04-29 16:40:08 +10:00
Makefile.am gl/examples: move to -bad 2014-04-29 16:40:08 +10:00
README gl/examples: move to -bad 2014-04-29 16:40:08 +10:00

--- Description of the generic (no GUI) examples ---

- cube:
Show how to have a graphic FPS greater than the input video frame rate.
The source is the videotestsrc rgb.

- cubeyuv:
Show how to have a graphic FPS greater than the input video frame rate.
The source is a local video file needed in argument.
The colorspace conversion is maded by the glupload element.

- doublecube:
A local video source is displayed into two renderers.
The first one is a normal 2D screen, the second is a 3D cube.
We can visually check that the video is displayed at the same speed
in the two renderers.

- recordgraphic:
Show how to use the glfilterapp to define the draw callback in a gstreamer client code.
The scene is recorded into an avi file using mpeg4 encoder.
The colorspace conversion is made by the gldownload element.