commit | 2d3ba08513c21dc7aeeee7dc7220800eb4f0f46d | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Wed Jun 02 09:07:50 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 15 16:41:39 2021 |
tree | 87e44d237a7e8751f0bd5bf8c153951a0dbf906c | |
parent | de41609f4681a996d74e01bab2b4e23cb29a2f84 [diff] |
Make VP8 DefaultTemporalLayers always report TL count even with no rate. If at creation of a VP8 encoder there is not enough bitrate to enable a given spatial layer - the configuration won't be updated to indicate the correct temporal layer count. This means GetEncoderInfo() will indicate lack of temporal layer support, which triggers issues with rate allocation. This CL fixes that by always setting an initial bitrate of 0bps. (cherry picked from commit 486b0401c5cc0c2f83b77bcf555cf309342b4e27) Bug: webrtc:12788, chromium:1219144 Change-Id: I10974e85446b58e597d2ca415eaf2550306ce986 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/220929 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Cr-Original-Commit-Position: refs/heads/master@{#34198} Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/222520 Cr-Commit-Position: refs/branch-heads/4515@{#9} Cr-Branched-From: cf0ec283d2a6ef55f3e6f6c19ec1f282e355a42b-refs/heads/master@{#34046}
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.