Commit a5c6086f authored by Byron Campen's avatar Byron Campen
Browse files

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: default avatarErik Språng <sprang@webrtc.org>
    Commit-Queue: Per Kjellander <perkj@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#38698}
parent 0ff7bd26
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19695,3 +19695,6 @@ bbdb768989
# MOZ_LIBWEBRTC_SRC=/home/bcampen/checkouts/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
# base of lastest vendoring
d742382eb0
# MOZ_LIBWEBRTC_SRC=/home/bcampen/checkouts/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
# base of lastest vendoring
d8c4de7172
+2 −0
Original line number Diff line number Diff line
@@ -13152,3 +13152,5 @@ libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches o
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-03-31T23:24:49.776664.
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/bcampen/checkouts/moz-libwebrtc --commit mozpatches libwebrtc
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-03-31T23:26:09.334389.
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/bcampen/checkouts/moz-libwebrtc --commit mozpatches libwebrtc
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-03-31T23:27:31.068594.