diff --git a/app/videostreaming/avcodec/QSGVideoTextureItem.cpp b/app/videostreaming/avcodec/QSGVideoTextureItem.cpp index d15b44cec..69be25765 100644 --- a/app/videostreaming/avcodec/QSGVideoTextureItem.cpp +++ b/app/videostreaming/avcodec/QSGVideoTextureItem.cpp @@ -28,7 +28,7 @@ void QSGVideoTextureItem::handleWindowChanged(QQuickWindow *win) // Ensure we start with cleared to black. The squircle's blend mode relies on this. // We do not need that when rendering a texture, which is what we actually want (squircle is just the example where I started with, // since I had to start somehow ;) - //win->setColor(Qt::black); + win->setColor(Qt::black); } }