can not play a video when qquickwidget(gstreamer sink qml) is added into a qgraphicsscene
-
No issues to display a video with qquickwidget alone.
the implementation is here.
https://forum.qt.io/topic/143054/can-not-display-a-video-with-qml-sink-within-qwidgets-layout/10But no video if qquickwidget is added into a qgraphicsscene. Anyone has the same issue?
-
No issues to display a video with qquickwidget alone.
the implementation is here.
https://forum.qt.io/topic/143054/can-not-display-a-video-with-qml-sink-within-qwidgets-layout/10But no video if qquickwidget is added into a qgraphicsscene. Anyone has the same issue?
Hi,
Sorry not answer but why not use a QGraphicsVideoItem ?
-
Hi,
Sorry not answer but why not use a QGraphicsVideoItem ?
-
@SGaist I have a customized gstreamer pipeline and it needs only a gstreamer sink with a qt display widget.
I am not sure if I can add QGraphicsVideoItem to the sink. But I will try it. Thanks.