summaryrefslogtreecommitdiffstats
path: root/src/qtmultimediaquicktools/qsgvideonode_texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtmultimediaquicktools/qsgvideonode_texture.cpp')
-rw-r--r--src/qtmultimediaquicktools/qsgvideonode_texture.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qtmultimediaquicktools/qsgvideonode_texture.cpp b/src/qtmultimediaquicktools/qsgvideonode_texture.cpp
index 33deef8c2..68e0d2d1a 100644
--- a/src/qtmultimediaquicktools/qsgvideonode_texture.cpp
+++ b/src/qtmultimediaquicktools/qsgvideonode_texture.cpp
@@ -116,6 +116,7 @@ public:
m_opacity(1.0)
{
setFlag(Blending, false);
+ m_texture.reset(new QSGVideoTexture);
}
~QSGVideoMaterial_Texture()
@@ -195,8 +196,6 @@ void QSGVideoMaterialRhiShader_Texture::updateSampledImage(RenderState &state, i
return;
auto m = static_cast<QSGVideoMaterial_Texture *>(newMaterial);
- if (!m->m_texture)
- m->m_texture.reset(new QSGVideoTexture);
m->m_frameMutex.lock();
auto size = m->m_frame.size();