| Index: remoting/protocol/webrtc_video_stream.cc
|
| diff --git a/remoting/protocol/webrtc_video_stream.cc b/remoting/protocol/webrtc_video_stream.cc
|
| index 2e13a86be9a1d938b40f225e534d3704d8fc2b0c..c3d07134af64b46ec9a8120522d0637bb5a3bda4 100644
|
| --- a/remoting/protocol/webrtc_video_stream.cc
|
| +++ b/remoting/protocol/webrtc_video_stream.cc
|
| @@ -69,7 +69,6 @@ WebrtcVideoStream::WebrtcVideoStream()
|
| WebrtcVideoStream::~WebrtcVideoStream() {
|
| if (stream_) {
|
| for (const auto& track : stream_->GetVideoTracks()) {
|
| - track->GetSource()->Stop();
|
| stream_->RemoveTrack(track.get());
|
| }
|
| peer_connection_->RemoveStream(stream_.get());
|
|
|