Reland "Wire up send-side bandwidth estimation."
Revert was patchset #8 id:140001 of https://codereview.webrtc.org/1338203003/ The culprit was RTC_DCHECK(poller_thread_->Start()); in rampup_test.cc BUG=webrtc:4173 R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1362303002 . Cr-Commit-Position: refs/heads/master@{#10052}
This commit is contained in:
@ -91,6 +91,9 @@ class RtcpPacket {
|
||||
size_t max_length,
|
||||
PacketReadyCallback* callback) const;
|
||||
|
||||
// Size of this packet in bytes (including headers, excluding nested packets).
|
||||
virtual size_t BlockLength() const = 0;
|
||||
|
||||
protected:
|
||||
RtcpPacket() {}
|
||||
|
||||
@ -109,7 +112,6 @@ class RtcpPacket {
|
||||
size_t* index,
|
||||
RtcpPacket::PacketReadyCallback* callback) const;
|
||||
|
||||
virtual size_t BlockLength() const = 0;
|
||||
size_t HeaderLength() const;
|
||||
|
||||
static const size_t kHeaderLength = 4;
|
||||
|
||||
Reference in New Issue
Block a user