mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
qml: remove overwritten value
Value in tex is overwritten before being used. Removing it. CID 1320715 https://bugzilla.gnome.org/show_bug.cgi?id=754253
This commit is contained in:
parent
d47398de3b
commit
704f97defd
1 changed files with 0 additions and 2 deletions
|
@ -193,8 +193,6 @@ QtGLVideoItem::updatePaintNode(QSGNode * oldNode,
|
|||
if (!texNode) {
|
||||
texNode = new QSGSimpleTextureNode ();
|
||||
texNode->setOwnsTexture (true);
|
||||
} else {
|
||||
tex = static_cast<GstQSGTexture *> (texNode->texture());
|
||||
}
|
||||
|
||||
tex = new GstQSGTexture ();
|
||||
|
|
Loading…
Reference in a new issue