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

Issue 74703002: RELAND 29423003: Added video capture capabilities retrieval and caching to VideoCaptureManager (Closed)

Created:
7 years, 1 month ago by mcasas
Modified:
7 years, 1 month ago
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org, miu+watch_chromium.org
Visibility:
Public.

Description

Removed RunUntilIdle between Stop and Close in UT, after Valgrind found a NULL addressing. Reland of: https://codereview.chromium.org/29423003/ Added video capture capabilities retrieval and caching to VideoCaptureManager. The local cache of video capture names and capabilities is created in a codepath starting in EnumerateDevices. The cache is update during StartCaptureForClient() and StopCaptureForClient(). Also added unittests (http://goo.gl/QQbpXW). BUG=309554, 319955 TBR=perkj, ncarter, xians1 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235728

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+325 lines, -83 lines) Patch
M content/browser/renderer_host/media/video_capture_controller.h View 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_manager.h View 6 chunks +42 lines, -12 lines 1 comment Download
M content/browser/renderer_host/media/video_capture_manager.cc View 10 chunks +134 lines, -42 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_manager_unittest.cc View 3 chunks +97 lines, -1 line 0 comments Download
M media/video/capture/fake_video_capture_device.h View 2 chunks +3 lines, -0 lines 0 comments Download
M media/video/capture/fake_video_capture_device.cc View 3 chunks +24 lines, -9 lines 4 comments Download
M media/video/capture/mac/video_capture_device_mac.mm View 1 chunk +9 lines, -2 lines 0 comments Download
M media/video/capture/video_capture_device.h View 2 chunks +2 lines, -8 lines 0 comments Download
M media/video/capture/video_capture_device.cc View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
tommi (sloooow) - chröme
drive-by nits for future changes to the code. https://codereview.chromium.org/74703002/diff/1/content/browser/renderer_host/media/video_capture_manager.h File content/browser/renderer_host/media/video_capture_manager.h (right): https://codereview.chromium.org/74703002/diff/1/content/browser/renderer_host/media/video_capture_manager.h#newcode106 content/browser/renderer_host/media/video_capture_manager.h:106: typedef ...
7 years, 1 month ago (2013-11-18 09:38:16 UTC) #1
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 1 month ago (2013-11-18 09:39:20 UTC) #2
tommi (sloooow) - chröme
On 2013/11/18 09:39:20, I haz the power (commit-bot) wrote: > No LGTM from a valid ...
7 years, 1 month ago (2013-11-18 09:39:52 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mcasas@chromium.org/74703002/1
7 years, 1 month ago (2013-11-18 09:40:23 UTC) #4
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 12:59:42 UTC) #5
Message was sent while issue was closed.
Change committed as 235728

Powered by Google App Engine
This is Rietveld 408576698