gstreamer/tests/examples/qt
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
..
qmloverlay qmloverlay: Use first found GstGLVideoItem as widget property 2021-04-21 08:26:52 +00:00
qmlsink meson: Build Qt5 tests with -std=c++11 2020-06-25 15:20:55 +00:00
qmlsink-dynamically-added meson: Build Qt5 tests with -std=c++11 2020-06-25 15:20:55 +00:00
qmlsrc meson: Build Qt5 tests with -std=c++11 2020-06-25 15:20:55 +00:00
meson.build meson: Revamp qt5qml plugin and example build code 2020-05-12 04:30:13 +05:30