Throttle log message in FrameBuffer.
BUG=webrtc:7551 Review-Url: https://codereview.webrtc.org/2987673002 Cr-Commit-Position: refs/heads/master@{#19123}
This commit is contained in:
@ -177,6 +177,7 @@ class FrameBuffer {
|
||||
bool stopped_ GUARDED_BY(crit_);
|
||||
VCMVideoProtection protection_mode_ GUARDED_BY(crit_);
|
||||
VCMReceiveStatisticsCallback* const stats_callback_;
|
||||
int64_t last_log_non_decoded_ms_ GUARDED_BY(crit_);
|
||||
|
||||
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(FrameBuffer);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user