Index: media/capture/video/win/video_capture_device_mf_win.cc |
diff --git a/media/capture/video/win/video_capture_device_mf_win.cc b/media/capture/video/win/video_capture_device_mf_win.cc |
index 88fd33d2c83c82bd56e92c738a7d802fb6cde53f..1644148b571977b5f048a745985ae69eeb558c5d 100644 |
--- a/media/capture/video/win/video_capture_device_mf_win.cc |
+++ b/media/capture/video/win/video_capture_device_mf_win.cc |
@@ -239,6 +239,7 @@ void VideoCaptureDeviceMFWin::AllocateAndStart( |
reader_->ReadSample(kFirstVideoStream, 0, NULL, NULL, NULL, NULL); |
if (SUCCEEDED(hr)) { |
capture_format_ = found_capability.supported_format; |
+ client_->OnStarted(); |
capture_ = true; |
return; |
} |