Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure WebCodecs BB sample closes VideoFrames (webrtc#1492)
* Ensure WebCodecs BB sample closes VideoFrames Call frame.close() on received videoFrames after passing them to be decoded. Without this, the video freezes due to too many VideoFrames being kept around.
- Loading branch information