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

Unified Diff: content/browser/renderer_host/media/video_capture_manager.cc

Issue 1064963002: VideoCapture: add support for GpuMemoryBuffer allocation and lifetime mgmt in VideoCaptureBufferPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: VideoCaptureDevice::Client::Buffer::~Buffer() pure virtual. Avoid using base::MessageLoopProxy::cur… Created 5 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
Index: content/browser/renderer_host/media/video_capture_manager.cc
diff --git a/content/browser/renderer_host/media/video_capture_manager.cc b/content/browser/renderer_host/media/video_capture_manager.cc
index f1c14ebc7e140c912cd8a2d3bf7b442456dcda30..a213a564babffd70f7afcbd93478a215a85084b3 100644
--- a/content/browser/renderer_host/media/video_capture_manager.cc
+++ b/content/browser/renderer_host/media/video_capture_manager.cc
@@ -332,7 +332,7 @@ void VideoCaptureManager::HandleQueuedStartRequest() {
entry->stream_type,
request->params(),
base::Passed(entry->video_capture_controller()->NewDeviceClient(
- device_task_runner_, request->params().requested_format))),
+ device_task_runner_))),
base::Bind(&VideoCaptureManager::OnDeviceStarted, this,
request->serial_id()));
}

Powered by Google App Engine
This is Rietveld 408576698