gstreamer/tests/examples/gl/qt
Matthew Waters 31ee764a8a gl/examples: Port to using signals instead of properties
Based on patch by Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>

https://bugzilla.gnome.org/show_bug.cgi?id=704507
2017-12-09 19:31:42 +00:00
..
mousevideooverlay gl/examples: Port to using signals instead of properties 2017-12-09 19:31:42 +00:00
qglwidgetvideooverlay gl/examples: Port to using signals instead of properties 2017-12-09 19:31:42 +00:00
qglwtextureshare gl: rename platform cocoa to cgl 2017-12-09 19:31:41 +00:00
videooverlay gl/examples: move to -bad 2017-12-09 19:31:38 +00:00
Makefile.am gl/examples: move to -bad 2017-12-09 19:31:38 +00:00
README gl/examples: move to -bad 2017-12-09 19:31:38 +00:00

--- Description of the Qt examples ---

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

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

- videovdieooverlay:
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.

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

sudo apt-get install g++
sudo apt-get install libqt4-dev
cd qglvideooverlay
qmake
make
./debug/qglvideooverlay