Skip to content
Snippets Groups Projects
Commit 201f3182 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

videoview: prevent stale rendered frame from showing on start

Gitlab: #1576
Change-Id: I85d0b18bd15f531b1d029de1f0a88dea2d34a4c4
parent 23130a57
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ Item {
property real blurRadius: 0
// We need to know if the frames are being rendered to the screen or not.
readonly property bool isRendering: videoProvider.activeRenderers[rendererId] !== undefined
readonly property bool isRendering: videoProvider.activeRenderers[rendererId] === true
// This rect describes the actual rendered content rectangle
// as the VideoOutput component may use PreserveAspectFit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment