Skip to content

Commit

Permalink
glFlush needed after uploading textures.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Aug 12, 2014
1 parent fb41127 commit 3833069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/glwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ void FrameRenderer::showFrame(Mlt::QFrame frame)

glBindTexture(GL_TEXTURE_2D, 0);
check_error();
glFlush();

emit textureReady(m_texture[0], m_texture[1], m_texture[2]);
}
Expand Down

0 comments on commit 3833069

Please sign in to comment.