commit | b4d09df6c20da1cb9ad7cdccf7299daddd60e6a0 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Thu Nov 28 14:05:19 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 28 19:21:24 2024 |
tree | 4f0fe2b2bf55272fd193c655d079ab801759315f | |
parent | c75fbe24e67baca458c283b5985eeb3bb8b7344b [diff] |
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 <sprang@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43468}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.