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

Unified Diff: remoting/protocol/webrtc_frame_scheduler_simple.h

Issue 2782523003: [Remoting Host] Supporting WebRTC VP9 streaming (Closed)
Patch Set: Merge from master Created 3 years, 9 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: remoting/protocol/webrtc_frame_scheduler_simple.h
diff --git a/remoting/protocol/webrtc_frame_scheduler_simple.h b/remoting/protocol/webrtc_frame_scheduler_simple.h
index 4e465021837a5e651c40b6df38e5e6f2a6301875..2687330fc003bb4ccd4b30f198a488342fbfcb45 100644
--- a/remoting/protocol/webrtc_frame_scheduler_simple.h
+++ b/remoting/protocol/webrtc_frame_scheduler_simple.h
@@ -75,6 +75,9 @@ class WebrtcFrameSchedulerSimple : public VideoChannelStateObserver,
// Set to true when a key frame was requested.
bool key_frame_request_ = false;
+ // Set to true when the encoder is ready to accept frames.
Sergey Ulanov 2017/04/04 00:21:25 Mention that it's set to true after the first key
Yuwei 2017/04/04 00:50:48 Done.
+ bool encoder_ready_ = false;
+
base::TimeTicks last_capture_started_time_;
LeakyBucket pacing_bucket_;

Powered by Google App Engine
This is Rietveld 408576698