Loading
Bug 1822194 - Vendor libwebrtc from d8c4de7172
Essentially a no-op since we're going to see this change reverted when we vendor in 75170be4ac. Upstream commit: https://webrtc.googlesource.com/src/+/d8c4de71722c9de38f942932be21d4015f32a3bc Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream VideoSendStreamImpl::Start and VideoSendStream::Start are not used by PeerConnections, only StartPerRtpStream. Therefore this cl: - Change implementation of VideoSendStream::Start to use VideoSendStream::StartPerRtpStream. VideoSendstream::Start is kept for convenience. - Remove VideoSendStreamImpl::Start() since it was only used by tests that use call and is confusing. - RtpVideoSender::SetActive is removed/changed to RtpVideoSender::Stop(). For normal operations RtpVideoSender::SetActiveModules is used. Bug: none Change-Id: I43b153250b07c02fe63c84e3c4cec18d4ec0d47a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/283660 Reviewed-by:Erik Språng <sprang@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38698}