obsproject / obs-browser

CEF-based OBS Studio browser plugin
GNU General Public License v2.0
771 stars 218 forks source link

Fix showing stale frames on show #345

Closed VodBox closed 2 years ago

VodBox commented 2 years ago

Description

This change aims to prevent stale frames being shown when a browser source is shown again after being hidden.

Motivation and Context

Stale frames should not be shown.

How Has This Been Tested?

Recording various browser pages being hidden then shown again, and checking that the shown frame doesn't match the frame from being hidden.

Types of changes

Checklist:

WizardCM commented 2 years ago

Verified this fixes the issue. Very nice!