| Index: webrtc/pc/rtpreceiver.cc
|
| diff --git a/webrtc/pc/rtpreceiver.cc b/webrtc/pc/rtpreceiver.cc
|
| index f3eef5a9a9aadc7b645fd8649e02dd3a3fe1ff81..c6a2128dfb314ed5a450d217c2fb61e0b350845d 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)
|
|
|