gstreamer/tests/examples/gl/qt
Matthew Waters 263255137e examples/gl/qt: fix the examples for the use of newer API
gstgl doesn't undo/overwrite what GL state the examples are changing
anymore.  As such, the examples need to reset the GL state themselves
to be able to play nice with libgstgl
2017-12-09 19:32:24 +00:00
..
mousevideooverlay examples/gl/qt: fix the examples for the use of newer API 2017-12-09 19:32:24 +00:00
qglwidgetvideooverlay examples/gl/qt: fix the examples for the use of newer API 2017-12-09 19:32:24 +00:00
qglwtextureshare examples/gl/qt: fix the examples for the use of newer API 2017-12-09 19:32:24 +00:00
videooverlay gl/examples: update qt examples for api changes 2017-12-09 19:32:04 +00:00
.gitignore examples: port GL/Qt examples to Qt5 2017-12-09 19:31:47 +00:00
Makefile.am gl/examples: move to -bad 2017-12-09 19:31:38 +00:00
README examples: port GL/Qt examples to Qt5 2017-12-09 19:31:47 +00: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