mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
294da02a2f
- fix all the compiler errors - give them their own gl directory
23 lines
656 B
Text
23 lines
656 B
Text
--- 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
|