commit | 08be9baaa343cfd312ba2db20638f3ed809f2e19 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Tue Jun 15 23:01:57 2021 +0200 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 16 10:03:31 2021 +0000 |
tree | ec1432b2548607de14ece4a5fc9f0dc166001c2b | |
parent | bc03259de7e9916f7b6c3ae30aa0718ad564049d [diff] [blame] |
Don't recreate the audio receive stream when updating the local_ssrc. Bug: webrtc:11993 Change-Id: Ic5d8a8a8b7c12fb1d906e0b3cbdf657fd9e8eafc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/222042 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34299}
diff --git a/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/modules/rtp_rtcp/source/rtp_rtcp_impl.h index 5bcabc5..b0e0b41 100644 --- a/modules/rtp_rtcp/source/rtp_rtcp_impl.h +++ b/modules/rtp_rtcp/source/rtp_rtcp_impl.h
@@ -63,6 +63,7 @@ size_t incoming_packet_length) override; void SetRemoteSSRC(uint32_t ssrc) override; + void SetLocalSsrc(uint32_t ssrc) override; // Sender part. void RegisterSendPayloadFrequency(int payload_type,