Delete class SSRCDatabase, and its global ssrc registry,
and the method RTPSender::GenerateNewSSRC. It's now mandatory for higher layers to call SetSSRC, RTPSender no longer allocates any ssrc by default. BUG=webrtc:4306,webrtc:6887 Review-Url: https://codereview.webrtc.org/2644303002 Cr-Commit-Position: refs/heads/master@{#16670}
This commit is contained in:
@ -333,7 +333,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
|
||||
bool TimeToSendFullNackList(int64_t now) const;
|
||||
|
||||
const bool audio_;
|
||||
bool collision_detected_;
|
||||
int64_t last_process_time_;
|
||||
int64_t last_bitrate_process_time_;
|
||||
int64_t last_rtt_process_time_;
|
||||
|
||||
Reference in New Issue
Block a user