I want to display video via GStreamer in QML plugin. Currently video is displayed on top of all widgets (on top of all applications).
So, I have QML plugin which uses QGraphicsProxyWidget to display player inherited from QGst::Ui::VideoWidget. After setting up pipeline and video sink as qwidgetvideosink video is played on top of all widgets/applications.
How can I output it in QGst::Ui::VideoWidget bounds?