commit | 4baea5b07f2fd309892845cf2d1c0f4ca77862d3 | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Thu Mar 23 11:46:37 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 23 14:49:22 2023 |
tree | a512d0380fdef247509c217ef1b17ef1b1ca74ba | |
parent | b396e2b159b060791954495d68278a55e8f72092 [diff] |
Make VP9 simulcast behave like singlecast for single active layer cases. Various "if streams == 1" cases are updated to "if IsSinglecastOrAllNonFirstLayersInactive()" in order not to cause subtle differences between VP9 {active} and VP9 {active,inactive,inactive}. This CL also affects a line that conditionally sets `simulcastStream[0].active = codec_active` so it seemed fitting to improve the test coverage of "if all streams are inactive, don't send". Bug: webrtc:15028 Change-Id: I8872dc8be0f2dfc1d8914bdba5e6433f9ba8cbfd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/298881 Commit-Queue: Henrik Boström <hbos@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39656}
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.