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

Unified Diff: webrtc/video/video_quality_test.h

Issue 2974453002: Protected streams report RTP messages directly to the FlexFec streams (Closed)
Patch Set: Rebase and rephrase comment. 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 3bb5cd282eac87994e4c8b2a7062c8b069038205..7d7757cc9f32a81e56bd901ba2ee14d05fba07a7 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -149,6 +149,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?
danilchap 2017/07/24 09:03:46 why not? May be there are no tests for now, but it
eladalon 2017/07/24 13:15:48 Since this isn't protected at the moment, I'll jus
std::vector<VideoReceiveStream*> thumbnail_receive_streams_;
Clock* const clock_;

Powered by Google App Engine
This is Rietveld 408576698