| commit | a0d1f0f352b171652bdd46683be56323f4970617 | [log] [tgz] |
|---|---|---|
| author | Fredrik Solenberg <solenberg@webrtc.org> | Tue Dec 16 18:40:35 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 16 20:41:58 2025 |
| tree | 782fa84e9125d36128eb8df918bb2c070151a435 | |
| parent | d20f1291010c2355c411c4d68a28927df1acc3da [diff] |
Revert "Allow injecting media channel into VideoRtpReceiver" This reverts commit f0edfc399074da2c0b6a3fe866462fa464addf5c. Reason for revert: Breaks downstream project Original change's description: > Allow injecting media channel into VideoRtpReceiver > > This aligns VideoRtpReceiver and AudioRtpReceiver by allowing the > media channel to be passed directly during construction. This > dependency injection is necessary preparation for creating senders > and receivers from within the RtpTransceiver class. > > Also create parity between the audio and video receiver > constructors by removing the explicit `is_unified_plan` boolean from > `AudioRtpReceiver`. > > Key changes: > * Update `VideoRtpReceiver` to accept an optional > VideoMediaReceiveChannelInterface` in the constructor. > * Refactor `AudioRtpReceiver` constructors to not have the > `is_unified_plan` argument in constructors that are only used with > unified plan. Leave one dedicated constructor for planb. > * Update call sites in `RtpTransmissionManager` and unit tests. > > Bug: webrtc:42222804 > Change-Id: Ifa82f5ac4087b048f5e6d78284a4e79678c8e3b6 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/433841 > Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> > Reviewed-by: Harald Alvestrand <hta@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#46499} Bug: webrtc:42222804 No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: I1c52e87c05fec0e4cbab002d2d381d584e8349cf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/434720 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Auto-Submit: Fredrik Solenberg <solenberg@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#46505}
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.