gstreamer/tests/examples/gl/qt
Matthew Waters df7016553e gl/examples/qt: restrict the GL API to opengl where needed
Until the examples are ported to opengl3/gles2, they will not work with any
other GL api.
2016-03-17 16:48:19 +11:00
..
mousevideooverlay gl/examples/qt: restrict the GL API to opengl where needed 2016-03-17 16:48:19 +11:00
qglwidgetvideooverlay gl/examples/qt: restrict the GL API to opengl where needed 2016-03-17 16:48:19 +11:00
qglwtextureshare gl/examples/qt: restrict the GL API to opengl where needed 2016-03-17 16:48:19 +11:00
videooverlay gl/examples: update qt examples for api changes 2015-06-15 16:47:15 +10:00
.gitignore examples: port GL/Qt examples to Qt5 2014-09-29 00:39:07 +10:00
Makefile.am gl/examples: move to -bad 2014-04-29 16:40:08 +10:00
README examples: port GL/Qt examples to Qt5 2014-09-29 00:39:07 +10:00

--- Description of the Qt examples ---

- videooverlay:
Show how to use the videooverlay interface through Qt.
The video is displayed as normal 2D scene.
The window is dynamically resized to have the same size as the original video.

- mousevideooverlay:
Show how to use the videooverlay interface through Qt.
The cube is rotating when moving the mouse (+ click maintained)

- qglwidgetvideooverlay:
Show how to use the videooverlay interface through Qt.
The cube is rotating automatically into a QGLWidget


--- How to build the Qt examples ---

sudo apt-get install g++ libqt5-dev

cd qglvideooverlay
qmake
make
./debug/qglvideooverlay