Sfoglia il codice sorgente

obs-browser: Do not use WasHidden() for visibility on 3507+

Using WasHidden() for the purposes of visibility no longer can be relied
upon due to some sort of bug with OSR in Chromium.  This issue does not
happen when using 3440.  The browser works fine without WasHidden()
calls, so we must remove its usage or be forced to use 3440.  For those
who need the visibility handling, an alternative will have to be used
once it's available.

Additionally, this reverts the failed workaround to use OBS FPS in place
of SignalBeginFrame() because that code is no longer needed due to the
WasHidden() removal.
jp9000 6 anni fa
parent
commit
297f9fb0fd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plugins/obs-browser

+ 1 - 1
plugins/obs-browser

@@ -1 +1 @@
-Subproject commit 17706ea76cea57fc8a351fe05f67bbdf1b1e3e71
+Subproject commit b7d3ac2d32bcdb5c21e4ff3557013aa1206ec6e9