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

Unified Diff: webrtc/video/video_quality_test.h

Issue 2974453002: Protected streams report RTP messages directly to the FlexFec streams (Closed)
Patch Set: Created 3 years, 5 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 0221f68993a0341e070e32839b9998b0edf71165..5c54f56cb30cf969b893ba92cc3152ef5b9466ab 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -145,6 +145,7 @@ class VideoQualityTest : public test::CallTest {
std::vector<VideoEncoderConfig> thumbnail_encoder_configs_;
std::vector<VideoSendStream*> thumbnail_send_streams_;
std::vector<VideoReceiveStream::Config> thumbnail_receive_configs_;
+ // TODO(eladalon): !!! Is it possible for this to be FlexFEC-protected?
stefan-webrtc 2017/07/07 09:36:24 In theory I guess it is. Don't think you have to t
eladalon 2017/07/07 14:16:25 I want the trybots to tell me if any tests were br
std::vector<VideoReceiveStream*> thumbnail_receive_streams_;
Clock* const clock_;

Powered by Google App Engine
This is Rietveld 408576698