mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
df7016553e
Until the examples are ported to opengl3/gles2, they will not work with any other GL api. |
||
---|---|---|
.. | ||
mousevideooverlay | ||
qglwidgetvideooverlay | ||
qglwtextureshare | ||
videooverlay | ||
.gitignore | ||
Makefile.am | ||
README |
--- 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