Merge remote-tracking branch 'origin/5.3' into 5.4
Change-Id: I716fd3acb69e424047691069cd4a781f656d0487
This commit is contained in:
@@ -70,7 +70,7 @@ void MmRendererPlayerVideoRendererControl::setSurface(QAbstractVideoSurface *sur
|
||||
m_surface = QPointer<QAbstractVideoSurface>(surface);
|
||||
if (QOpenGLContext::currentContext())
|
||||
m_windowGrabber->checkForEglImageExtension();
|
||||
else
|
||||
else if (m_surface)
|
||||
m_surface->setProperty("_q_GLThreadCallback", QVariant::fromValue<QObject*>(this));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user