| Index: webrtc/video/call.cc
|
| diff --git a/webrtc/video/call.cc b/webrtc/video/call.cc
|
| index 2df8fe0dd06035a845c16c6c110187e5c54b87cd..ccd2a6a796f09c262f8bdb2be7f2ca75af84a805 100644
|
| --- a/webrtc/video/call.cc
|
| +++ b/webrtc/video/call.cc
|
| @@ -136,7 +136,7 @@ namespace internal {
|
|
|
| Call::Call(const Call::Config& config)
|
| : num_cpu_cores_(CpuInfo::DetectNumberOfCores()),
|
| - module_process_thread_(ProcessThread::Create()),
|
| + module_process_thread_(ProcessThread::Create("ModuleProcessThread")),
|
| channel_group_(new ChannelGroup(module_process_thread_.get())),
|
| next_channel_id_(0),
|
| config_(config),
|
|
|