Index: webrtc/call/call.h |
diff --git a/webrtc/call/call.h b/webrtc/call/call.h |
index fdb6cff785b7e083be2517a5dbf4b088544abfbb..cb23605f4b6bffa16a3d824cbad35417f39a9bb0 100644 |
--- a/webrtc/call/call.h |
+++ b/webrtc/call/call.h |
@@ -119,6 +119,9 @@ class Call { |
virtual void DestroyVideoReceiveStream( |
VideoReceiveStream* receive_stream) = 0; |
+ // In order for a created VideoReceiveStream to be aware that it is |
+ // protected by a FlexfecReceiveStream, the latter should be created before |
+ // the former is started. |
brandtr
2017/01/24 13:02:49
An alternative design would be to make VideoReceiv
|
virtual FlexfecReceiveStream* CreateFlexfecReceiveStream( |
const FlexfecReceiveStream::Config& config) = 0; |
virtual void DestroyFlexfecReceiveStream( |