BelledonneCommunications / linphone-desktop

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
https://linphone.org/
GNU General Public License v3.0
391 stars 200 forks source link

MSQOGL QOpenGLFramebufferObjectFormat crash? #835

Closed yuexiajiayan closed 2 months ago

yuexiajiayan commented 2 months ago

msqgl.cpp: QOpenGLFramebufferObject *BufferRenderer::createFramebufferObject(const QSize &size) { QOpenGLFramebufferObjectFormat format;//run crash format.setAttachment(QOpenGLFramebufferObject::CombinedDepthStencil); format.setInternalTextureFormat(GL_RGBA8); format.setSamples(4); ... } when callstate is Streams running,qml show video . like this: https://stackoverflow.com/questions/61950058/qquickframebufferobject-causes-crash-in-pyside2

codec : https://github.com/BelledonneCommunications/linphone-desktop/issues/827