mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
6643e941be
This allow opting out items of the builds the depends on QT5 library. Auto-detection of QT5 in cross-build requires host tools to match with the sysroot, and detection of mis-match is not fully reliable. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/817> |
||
---|---|---|
.. | ||
mousevideooverlay | ||
qglwidgetvideooverlay | ||
qglwtextureshare | ||
videooverlay | ||
gl-compat-defines.h | ||
meson.build | ||
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