| Index: webrtc/video/video_quality_test.cc
|
| diff --git a/webrtc/video/video_quality_test.cc b/webrtc/video/video_quality_test.cc
|
| index 5e99b50ff0c297404be5e8eca2e75001b4e953e5..6dea001411c363e952de75a207dc0a4fc4f72740 100644
|
| --- a/webrtc/video/video_quality_test.cc
|
| +++ b/webrtc/video/video_quality_test.cc
|
| @@ -1983,6 +1983,11 @@ void VideoQualityTest::RunWithRenderers(const Params& params) {
|
| video_send_stream_->Stop();
|
| for (FlexfecReceiveStream* flexfec_receive_stream :
|
| flexfec_receive_streams_) {
|
| + for (VideoReceiveStream* video_receive_stream : video_receive_streams_) {
|
| + // TODO(eladalon): !!! Discuss with reviewers - do we perhaps want
|
| + // something else to be in charge of removing the secondary sinks?
|
| + video_receive_stream->RemoveSecondarySink(flexfec_receive_stream);
|
| + }
|
| flexfec_receive_stream->Stop();
|
| receiver_call_->DestroyFlexfecReceiveStream(flexfec_receive_stream);
|
| }
|
|
|