gstreamer/tests/examples/qt/qmloverlay
VaL Doroshchuk 36b794f9ff qmloverlay: Use first found GstGLVideoItem as widget property
GstGLVideoItem is required to render input video in the overlay's qml.
And currently qmlgloverlay requires to set this GstGLVideoItem to its widget property.

Instead of fetching GstGLVideoItem from the overlay's root object (root-item prop),
and setting it back as a widget (widget prop),
proposing to use found GstGLVideoItem in the current object hierarchy (passed in qml-scene) by default.

Also useful in Python, which solves the issue when casting gpointer <=> QQuickItem* is required.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/919>
2021-04-21 08:26:52 +00:00
..
main.cpp qtoverlay: add the root item as a property 2020-05-20 19:37:32 +00:00
main.qml qt: add a qml overlay filter element 2020-03-18 11:22:39 +00:00
meson.build meson: Build Qt5 tests with -std=c++11 2020-06-25 15:20:55 +00:00
overlay.py qmloverlay: Use first found GstGLVideoItem as widget property 2021-04-21 08:26:52 +00:00
overlay.qml qt: add a qml overlay filter element 2020-03-18 11:22:39 +00:00
overlay2.qml qt: add a qml overlay filter element [part 2] 2020-03-19 17:26:54 +11:00
qmloverlay.qrc qt: add a qml overlay filter element [part 2] 2020-03-19 17:26:54 +11:00