commit | 1a1795768e1bdb65054ebe15aa238c6edc78dd14 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Mon May 03 10:36:04 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 03 12:12:30 2021 |
tree | 3bdaf3c8789cc0477b8a3648a89ac5c7a1e3f048 | |
parent | 410d70d965d68ead2daa83ee7f0b694cebd0dad2 [diff] |
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}
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.