| Index: webrtc/voice_engine/channel.cc
|
| diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc
|
| index 0573245aeee46ff1884632dbd7c2ad5ac4be7a41..a9b9f3a92d848ae2a7179b626bf595c23f9e0769 100644
|
| --- a/webrtc/voice_engine/channel.cc
|
| +++ b/webrtc/voice_engine/channel.cc
|
| @@ -18,6 +18,7 @@
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/criticalsection.h"
|
| #include "webrtc/base/format_macros.h"
|
| +#include "webrtc/base/location.h"
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/base/rate_limiter.h"
|
| #include "webrtc/base/thread_checker.h"
|
| @@ -1025,7 +1026,7 @@ int32_t Channel::Init() {
|
|
|
| // --- Add modules to process thread (for periodic schedulation)
|
|
|
| - _moduleProcessThreadPtr->RegisterModule(_rtpRtcpModule.get());
|
| + _moduleProcessThreadPtr->RegisterModule(_rtpRtcpModule.get(), RTC_FROM_HERE);
|
|
|
| // --- ACM initialization
|
|
|
|
|