Remove GetSendSideDelay from RtpRtcp.

These stats are reported using a callback either way, removing a getter
+ an old related deadlock suppression.

BUG=1695, 2999
R=stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/50119004

Cr-Commit-Position: refs/heads/master@{#9314}
This commit is contained in:
Peter Boström
2015-05-28 14:45:36 +02:00
parent 7cd16b03b2
commit 71861a0e20
7 changed files with 15 additions and 42 deletions

View File

@ -122,9 +122,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
// less than |bytes|.
size_t TimeToSendPadding(size_t bytes) override;
bool GetSendSideDelay(int* avg_send_delay_ms,
int* max_send_delay_ms) const override;
// RTCP part.
// Get RTCP status.