mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
event log analyzer: log rtp timestamps in question
and fix a typo BUG=None Change-Id: Ie286c52cbdfbc0269d92503c46b805bfdf5bb556 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264151 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> Cr-Commit-Position: refs/heads/main@{#37042}
This commit is contained in:
parent
2118029fd6
commit
bc07d40eeb
1 changed files with 3 additions and 1 deletions
|
@ -150,7 +150,9 @@ absl::optional<uint32_t> EstimateRtpClockFrequency(
|
|||
}
|
||||
RTC_LOG(LS_WARNING) << "Failed to estimate RTP clock frequency: Estimate "
|
||||
<< estimated_frequency
|
||||
<< " not close to any stardard RTP frequency.";
|
||||
<< " not close to any standard RTP frequency."
|
||||
<< " Last timestamp " << last_rtp_timestamp
|
||||
<< " first timestamp " << first_rtp_timestamp;
|
||||
return absl::nullopt;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue