commit | 48a4d33719390b7bcaf8445a1581a00825f67bfb | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Mon May 03 12:41:10 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 03 12:41:25 2021 |
tree | c7a893ade2a4b9faa402ffed794d6f7f871f6ab6 | |
parent | 269467210d7bbdcb96485333c8ab84d664f7ad56 [diff] |
Revert "Remove Invoke from VideoChannel::FillBitrateInfo." This reverts commit 1a1795768e1bdb65054ebe15aa238c6edc78dd14. Reason for revert: Speculative revert (breaks downstream project). Original change's description: > Remove Invoke from VideoChannel::FillBitrateInfo. > > The method is relied upon by StatsCollector where it was called from the > signaling thread in a loop. Now there's at most one invoke (not N). > > Uncommenting thread checks and removing TODOs in SendStatisticsProxy, > VideoSendStream. Updating all related tests that fetched stats from > the wrong context. > > Bug: webrtc:12726 > Change-Id: Ia7db1afd7e103ec4f9816f5647203c4e2495586e > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/216688 > Commit-Queue: Tommi <tommi@webrtc.org> > Reviewed-by: Niels Moller <nisse@webrtc.org> > Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#33894} TBR=ilnik@webrtc.org,nisse@webrtc.org,tommi@webrtc.org,webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I2520957cdb33492d187f04320c7416788fd0f820 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:12726 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/217240 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33898}
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.