From ef0953f21e79a7153f56a13aec9e7ed2865fef5c Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Tue, 17 Oct 2017 14:42:46 +0200 Subject: Docs: VideoOutput is not supported with Software Adaptation Task-number: QTBUG-62449 Change-Id: I523d86d5c1744ee269080cb169990fdb3d8f93ef Reviewed-by: Laszlo Agocs --- src/quick/doc/src/concepts/visualcanvas/adaptations.qdoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/quick/doc/src/concepts/visualcanvas/adaptations.qdoc b/src/quick/doc/src/concepts/visualcanvas/adaptations.qdoc index 68cec62eb7..b0e45fadae 100644 --- a/src/quick/doc/src/concepts/visualcanvas/adaptations.qdoc +++ b/src/quick/doc/src/concepts/visualcanvas/adaptations.qdoc @@ -138,6 +138,13 @@ rasterization and does not respond as well to transformations such as scaling as when using OpenGL. The quality is similar to choosing \l [QML] {Text::renderType} {Text.NativeRendering} with \l [QML] {Text} items. +\section2 Qt Multimedia VideoOutput +The VideoOutput item of the Qt Multimedia module is not supported with the software +adaptation. This is because VideoOutput uses the QVideoRendererControl item which +requires custom QSGGeometryNode behavior that is only present in the default OpenGL +adaptation. + + */ -- cgit v1.2.3