Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 QML 插件中通过 GStreamer 显示视频。当前视频显示在所有小部件之上(在所有应用程序之上)。
所以,我有 QML 插件,它使用 QGraphicsProxyWidget 来显示从 QGst::Ui::VideoWidget 继承的播放器。在将管道和视频接收器设置为 qwidgetvideosink 后,视频将在所有小部件/应用程序之上播放。
如何在 QGst::Ui::VideoWidget 边界中输出它?