Adapt EglStream to KwaylandServer

This commit is contained in:
Adrien Faveraux 2020-07-14 11:47:07 +02:00 committed by Vlad Zahorodnii
parent 28d5a4e73b
commit bb138d7668

View file

@ -287,10 +287,6 @@ void EglStreamBackend::init()
m_eglStreamControllerInterface = waylandServer()->display()->createEglStreamControllerInterface();
connect(m_eglStreamControllerInterface, &EglStreamControllerInterface::streamConsumerAttached, this,
&EglStreamBackend::attachStreamConsumer);
m_eglStreamControllerInterface->create();
if (!m_eglStreamControllerInterface->isValid()) {
setFailed("failed to initialize wayland-eglstream-controller interface");
}
}
bool EglStreamBackend::initRenderingContext()