Skip to content

Commit

Permalink
Merge pull request #5 from adenexter/master
Browse files Browse the repository at this point in the history
[nemo-qtmultimedia-plugins] Ensure new nodes have valid geometry.
  • Loading branch information
adenexter committed Aug 1, 2014
2 parents 600c246 + 27a4d2e commit dc27add
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/videotexturebackend/videotexturebackend.cpp
Expand Up @@ -632,6 +632,7 @@ QSGNode *NemoVideoTextureBackend::updatePaintNode(QSGNode *oldNode, QQuickItem::

if (!node) {
node = new GStreamerVideoNode(m_texture);
m_geometryChanged = true;
}

if (m_geometryChanged) {
Expand Down

0 comments on commit dc27add

Please sign in to comment.