mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-21 16:05:26 +02:00
videoview: prevent stale rendered frame from showing on start
Gitlab: #1576 Change-Id: I85d0b18bd15f531b1d029de1f0a88dea2d34a4c4
This commit is contained in:
parent
23130a5752
commit
201f3182ca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue