Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(560)

Unified Diff: media/video/capture/mac/video_capture_device_mac.mm

Issue 83793004: Implement IPCs and VideoCapture::Client interfaces for texture capture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 5744a8bbb Nits. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/video/capture/mac/video_capture_device_mac.mm
diff --git a/media/video/capture/mac/video_capture_device_mac.mm b/media/video/capture/mac/video_capture_device_mac.mm
index 97e43630bec740eaca9526219616f23e4bdb49e8..01e9f5df7a8b6d8774afb3fedf0d16076b0163f0 100644
--- a/media/video/capture/mac/video_capture_device_mac.mm
+++ b/media/video/capture/mac/video_capture_device_mac.mm
@@ -307,9 +307,9 @@ void VideoCaptureDeviceMac::ReceiveFrame(
client_->OnIncomingCapturedFrame(video_frame,
video_frame_length,
- base::TimeTicks::Now(),
+ capture_format_,
0,
- capture_format_);
+ base::TimeTicks::Now());
}
void VideoCaptureDeviceMac::ReceiveError(const std::string& reason) {

Powered by Google App Engine
This is Rietveld 408576698