commit | 30d753a3f758b85240d26c70b04eada65c4d7201 | [log] [tgz] |
---|---|---|
author | Tomas Gunnarsson <tommi@webrtc.org> | Mon Feb 07 18:51:35 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 07 21:00:53 2022 |
tree | b5aa8b352746168a4e0a02510e8201a47a02b051 | |
parent | cbfa235b3548ae1a0b8f5b80a879214ca5f1bd56 [diff] |
Revert "Remove `stopped_` from AudioRtpReceiver and VideoRtpReceiver." This reverts commit bb57e2d7aa9b36843233d1394422f03d12d9c31f. Reason for revert: Speculative revert to see if this is causing breakage in Chromium Bug: chromium:13665 Original change's description: > Remove `stopped_` from AudioRtpReceiver and VideoRtpReceiver. > > This simplifies the logic in these classes a bit, which makes upcoming > change easier. The `stopped_` flag in these classes was essentially > the same thing as `media_channel_ == nullptr`, which is what's > consistently used now for the same checks. > > Bug: webrtc:13540 > Change-Id: Ib60bfad9f28d5ddee8a8d5170c3f2a7ef017a5ca > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250163 > Reviewed-by: Harald Alvestrand <hta@webrtc.org> > Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#35907} # Not skipping CQ checks because original CL landed > 1 day ago. Bug: webrtc:13540 Change-Id: I67fb2c26b6931b80e3aab749443122d62a82855d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/251141 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Auto-Submit: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35938}
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.