Crash when resizing window during conference call
Make a conference call and resize the main window in order to go into compact-mode, the client may crash. This may also occur during participant component add/remove, but is harder to reproduce.
Make a conference call and resize the main window in order to go into compact-mode, the client may crash. This may also occur during participant component add/remove, but is harder to reproduce.
added BacklogHigh bug labels
changed title from Crash when resizing window during video call to Crash when resizing window during conference call
added 1 deleted label
changed the description
removed 1 deleted label
removed 1 deleted label
This can occur on GNU/Linux as well.
I believe I have a solution. It's strange, as it seems the registered QVideoSink
objects are sometimes demoted to QObject
s just prior to the destruction of their parenting VideoOutput
component. The workaround is to connect a blocking callback to QVideoSink::destroyed
to unregister before calling QVideoSink::setVideoFrame
on a QObject
.
mentioned in commit 2baf76e7
closed