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

Unified Diff: webrtc/video/video_quality_test.h

Issue 2716643002: Add framerate to VideoSinkWants and ability to signal on overuse (Closed)
Patch Set: windows warning 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: webrtc/video/video_quality_test.h
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h
index 11dd28b0c53c7fb8783f4a5646074d5641abf7b2..b9d647fd3e08f1ccdb10cc2d94243c54f02db82f 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -132,7 +132,7 @@ class VideoQualityTest : public test::CallTest {
int send_logs_;
VideoSendStream::DegradationPreference degradation_preference_ =
- VideoSendStream::DegradationPreference::kBalanced;
+ VideoSendStream::DegradationPreference::kMaintainFramerate;
Params params_;
};

Powered by Google App Engine
This is Rietveld 408576698