| Index: webrtc/media/engine/webrtcvideocapturer.cc
|
| diff --git a/webrtc/media/engine/webrtcvideocapturer.cc b/webrtc/media/engine/webrtcvideocapturer.cc
|
| index a5405510597c47975370cb330471719dd7373e1d..71c88413f897092deb242b22947fb20ac41cefc4 100644
|
| --- a/webrtc/media/engine/webrtcvideocapturer.cc
|
| +++ b/webrtc/media/engine/webrtcvideocapturer.cc
|
| @@ -278,7 +278,7 @@ CaptureState WebRtcVideoCapturer::Start(const VideoFormat& capture_format) {
|
| return CS_FAILED;
|
| }
|
|
|
| - uint32_t start = rtc::Time();
|
| + int64_t start = rtc::TimeMillis();
|
| module_->RegisterCaptureDataCallback(*this);
|
| if (module_->StartCapture(cap) != 0) {
|
| LOG(LS_ERROR) << "Camera '" << GetId() << "' failed to start";
|
|
|