commit | ac82bd386a7c79a7ef19dd0f3c29114bbb659e99 | [log] [tgz] |
---|---|---|
author | Johannes Kron <kron@webrtc.org> | Thu Jun 17 10:50:56 2021 +0200 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 17 10:14:14 2021 +0000 |
tree | 44ecf097214dc6875bbaf3e3f53b4cd3f40d41dd | |
parent | 41c700dbd1621a82a76bfa67330f55b452119146 [diff] |
Add timestamp to log message in generic_decoder.cc Bug: None Change-Id: Ib558247d887aff880853ef824f8d80d8e7e4feee Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/222610 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Johannes Kron <kron@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34319}
diff --git a/modules/video_coding/generic_decoder.cc b/modules/video_coding/generic_decoder.cc index 621fd73..acb4307 100644 --- a/modules/video_coding/generic_decoder.cc +++ b/modules/video_coding/generic_decoder.cc
@@ -113,7 +113,8 @@ if (!frameInfo) { RTC_LOG(LS_WARNING) << "Too many frames backed up in the decoder, dropping " - "this one."; + "frame with timestamp " + << decodedImage.timestamp(); return; }