浏览代码

obs-browser: Do not process Qt events for browser source

This fixes crashes that could occur while processing Qt events during a
source's destruction.

Originally the processEvents code was added to make sure that any window
messages being sent to the browsers were being processed by Qt.
However, that was only necessary for browser panels as they are actually
associated with windows/views.  Browser sources are OCR, thus they do
not need this.
jp9000 6 年之前
父节点
当前提交
1a83f3c287
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/obs-browser

+ 1 - 1
plugins/obs-browser

@@ -1 +1 @@
-Subproject commit 0e89a1741ff9078e665863fa1c26cfa767fae228
+Subproject commit 21b2ce1c26a816edb80330ea6a9973032c8d71d8