| commit | 63c20e9924e9d49a23b580f44aee1935fc8d6974 | [log] [tgz] |
|---|---|---|
| author | Shigemasa Watanabe <shigemasa7watanabe@gmail.com> | Sat Oct 18 10:18:53 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 21 10:55:28 2025 |
| tree | 61e2c3eeba20e3ec7614ef210a5f8580204ac9fc | |
| parent | 29214344f60cb0033011375f493f5b92c3fce53d [diff] |
Ensure that SVC is not enabled when mixed codec is used. In the mixed-codec simulcast case, send_codec_ cannot correctly retain the codec-specific settings, so accessing send_codec_.VP9() causes a crash. I added a send_codec_.IsMixedCodec() guard to work around this issue. I also made it an error to enable SVC when using mixed-codec, and added a test for that. Bug: webrtc:362277533 Change-Id: I056fc210406d0243332ec28cf1f998ad37384961 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/413740 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45996}
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.