Prevents allocating sequence numbers for packets that go out on the network even though sending media is disabled. This race caused a replay of sequence numbers when GetRtpState() on a stopped stream would not return the last sequence number sent, since the pacer thread could request and send padding on a later sequence number before the modules are disconnected from the pacer. BUG=webrtc:5543 R=stefan@webrtc.org TEST=Repeating EndToEndTest.RestartingSendStreamPreservesRtpState 1000 times under TSan. Review URL: https://codereview.webrtc.org/1715703002 . Cr-Commit-Position: refs/heads/master@{#11685}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.