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

Unified Diff: webkit/plugins/ppapi/ppb_video_capture_impl.cc

Issue 10035054: Merge VideoCaptureDevice::Capability with media::VideoCaptureCapability (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix a namespace issue Created 8 years, 8 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
« no previous file with comments | « media/video/capture/win/video_capture_device_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppb_video_capture_impl.cc
diff --git a/webkit/plugins/ppapi/ppb_video_capture_impl.cc b/webkit/plugins/ppapi/ppb_video_capture_impl.cc
index dbadfca16f12f6c4efdd7ebf3abb31a1435e9040..f1eb12c9b489e45723ac696f75a853e6b71d3665 100644
--- a/webkit/plugins/ppapi/ppb_video_capture_impl.cc
+++ b/webkit/plugins/ppapi/ppb_video_capture_impl.cc
@@ -292,7 +292,7 @@ void PPB_VideoCapture_Impl::SetRequestedInfo(
capability_.height = device_info.height;
capability_.frame_rate = device_info.frames_per_second;
capability_.expected_capture_delay = 0; // Ignored.
- capability_.color = media::VideoFrame::I420;
+ capability_.color = media::VideoCaptureCapability::kI420;
capability_.interlaced = false; // Ignored.
}
« no previous file with comments | « media/video/capture/win/video_capture_device_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698