| Index: webrtc/pc/rtpreceiver.cc
|
| diff --git a/webrtc/pc/rtpreceiver.cc b/webrtc/pc/rtpreceiver.cc
|
| index 96974ee9f74002ce998f4a6c1dc45a26e4081cd9..38f95f58e90651e13c50d455d3c6a4ba33f56e55 100644
|
| --- a/webrtc/pc/rtpreceiver.cc
|
| +++ b/webrtc/pc/rtpreceiver.cc
|
| @@ -155,7 +155,8 @@ VideoRtpReceiver::VideoRtpReceiver(const std::string& track_id,
|
| track_id,
|
| VideoTrackSourceProxy::Create(rtc::Thread::Current(),
|
| worker_thread,
|
| - source_)))) {
|
| + source_),
|
| + worker_thread))) {
|
| source_->SetState(MediaSourceInterface::kLive);
|
| if (!channel_) {
|
| LOG(LS_ERROR)
|
|
|