Loading
Bug 1817724 - Don't buffer frames in VideoCaptureAvFoundation. r=webrtc-reviewers,ng
This patch uses StateWatching to dispatch a task to process a frame as soon as it comes in from the VideoCaptureAdapter frame event. This is done async so that if multiple frames come in while one is being processed, we drop all but the latest. Differential Revision: https://phabricator.services.mozilla.com/D171963