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?

link|improve this question
the problem is solved. – Midnatten Jan 8 at 2:05
Can you post how you solved it please? – sabbour 17 hours ago
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.