commit | 28e9653b1f3bf7900bffdfdee05e17ad432d37a4 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Thu Jun 03 09:52:15 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 03 10:46:49 2021 |
tree | a30dd47e6a9c314d37f3183594c5028dec98dafd | |
parent | 1d2b22e19321cd8415635b872d233c45d2b55041 [diff] |
Remove dependency on RtpVideoSenderInterface from EncoderRtcpFeedback. This removes the two step initialization and explicit circular dependency between the sender and the observer that complicates construction and making members const that should be. Moving forward the encoder feedback instance will move to a different class, so this CL is one part of making that change possible. Also removing an unnecessary mutex and replacing with a checker. Bug: webrtc:12840 Change-Id: I21694806b122592de0cd1e1d96f241d339a0860f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/221108 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34214}
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.