-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug that can cause invalid reset of corruption detection state.
`VideoStreamEncoder` should not recreate the `FrameInstrumentationGenerator` instace unless the encoder is actually released. Otherwise it will restart and expect a keyframe the encoder will likely not produce for a while. Bug: webrtc:358039777 Change-Id: I111149d5e9b632df9eeb88bbbe8a07969c3e3f1d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/369740 Auto-Submit: Erik Språng <[email protected]> Reviewed-by: Sergey Silkin <[email protected]> Commit-Queue: Erik Språng <[email protected]> Cr-Commit-Position: refs/heads/main@{#43468}
- Loading branch information
Erik Språng
authored and
WebRTC LUCI CQ
committed
Nov 28, 2024
1 parent
c75fbe2
commit b4d09df
Showing
2 changed files
with
50 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters