RemoteBitrateEstimatorAbsSendTime: check clock is a valid ref
Bug: webrtc:8607 Change-Id: Idc3b6c0b3896381f0140584d8c2952ee26db1646 Reviewed-on: https://webrtc-review.googlesource.com/31320 Commit-Queue: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21623}
This commit is contained in:
1
AUTHORS
1
AUTHORS
@ -80,3 +80,4 @@ The Chromium Authors <*@chromium.org>
|
||||
The WebRTC Authors <*@webrtc.org>
|
||||
Vonage Holdings Corp. <*@vonage.com>
|
||||
Wire Swiss GmbH <*@wire.com>
|
||||
Miguel Paris <mparisdiaz@gmail.com>
|
||||
|
@ -91,6 +91,7 @@ bool RemoteBitrateEstimatorAbsSendTime::IsWithinClusterBounds(
|
||||
first_packet_time_ms_(-1),
|
||||
last_update_ms_(-1),
|
||||
uma_recorded_(false) {
|
||||
RTC_DCHECK(clock_);
|
||||
RTC_DCHECK(observer_);
|
||||
RTC_LOG(LS_INFO) << "RemoteBitrateEstimatorAbsSendTime: Instantiating.";
|
||||
}
|
||||
|
Reference in New Issue
Block a user