Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: webrtc/modules/video_coding/frame_buffer2.h

Issue 2898763005: More gracefully handle timing errors, such as unexpected changes in the rtp timestamp. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/video_coding/frame_buffer2.h
diff --git a/webrtc/modules/video_coding/frame_buffer2.h b/webrtc/modules/video_coding/frame_buffer2.h
index 4695631ec5a821e8d54ed77be77ac8b721658af0..6ce3b4be57f6b865ffdf18aa35357d974b3d2300 100644
--- a/webrtc/modules/video_coding/frame_buffer2.h
+++ b/webrtc/modules/video_coding/frame_buffer2.h
@@ -150,6 +150,9 @@ class FrameBuffer {
void ClearFramesAndHistory() EXCLUSIVE_LOCKS_REQUIRED(crit_);
+ bool HasBadRenderTiming(const FrameObject& frame, int64_t now_ms)
+ EXCLUSIVE_LOCKS_REQUIRED(crit_);
+
FrameMap frames_ GUARDED_BY(crit_);
rtc::CriticalSection crit_;
« no previous file with comments | « no previous file | webrtc/modules/video_coding/frame_buffer2.cc » ('j') | webrtc/modules/video_coding/frame_buffer2.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698