I want to show video through GStreamer in a QML plugin. Currently, video is displayed on top of all widgets (on top of all applications).
So, I have a QML plugin that uses QGraphicsProxyWidget to display a player inherited from QGst :: Ui :: VideoWidget. After setting up the pipeline and video stream, since qwidgetvideosink video plays on top of all widgets / applications.
How can I infer it within the borders of QGst :: Ui :: VideoWidget?
source share