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

..03-May-2022-

cube/H03-May-2022-1,174984

cubeyuv/H03-May-2022-1,2281,028

doublecube/H03-May-2022-1,2761,069

recordgraphic/H03-May-2022-1,171985

Makefile.amH A D19-Apr-201949 31

Makefile.inH A D03-May-202226.7 KiB886803

READMEH A D19-Apr-2019815 2217

meson.buildH A D19-Apr-2019191 65

README

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