From f66c18bc51989ae5388b333c2b2804dd7b6e3f1a Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 25 Mar 2021 18:04:03 +0100 Subject: Use the infra in QVideoSurfaceFormat to get shaders and uniforms frame mapping is still done in qtmultimediaquicktools, but once that's moved as well, we can radically simplify the rendering code there. Change-Id: Ia56c8b62c5726f1bfea0b0c4c46a81e103141e9e Reviewed-by: Doris Verria Reviewed-by: Lars Knoll --- examples/multimedia/video/qmlvideo/qml/qmlvideo/SceneBasic.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/multimedia/video/qmlvideo/qml/qmlvideo/SceneBasic.qml b/examples/multimedia/video/qmlvideo/qml/qmlvideo/SceneBasic.qml index 6c9c3ae2a..b5ea072ba 100644 --- a/examples/multimedia/video/qmlvideo/qml/qmlvideo/SceneBasic.qml +++ b/examples/multimedia/video/qmlvideo/qml/qmlvideo/SceneBasic.qml @@ -60,7 +60,7 @@ Scene { id: content autoStart: parent.autoStart started: parent.started - anchors.centerIn: parent + anchors.fill: parent width: parent.contentWidth contentType: parent.contentType source: parent.source1 -- cgit v1.2.3