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

Issue 468833002: Mac QTKit Video Capture: Force BlackMagic cameras to be opened in HD (Closed)

Created:
6 years, 4 months ago by mcasas
Modified:
6 years, 4 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, feature-media-reviews_chromium.org, wjia+watch_chromium.org, mcasas+watch_chromium.org, miu+watch_chromium.org, Robert Sesek
Project:
chromium
Visibility:
Public.

Description

Mac QTKit Video Capture: Force BlackMagic cameras to be opened in HD This is a refry of http://crrev.com/410363002, original description: >Force BlackMagic cameras to be opened in HD > >The Blackmagic driver causes a crash in QTKit when opened in VGA >when NTSC/PAL 10-bit is selected. QTKit does not allow us to query a >device's supported resolution, so this change adds BlackMagic to another >blacklist so that it is always opened in HD. In this continuation CL, Blacklisted QTKit devices are found during enumeration and flagged, so a) a special capability list is cooked for them, only including HD, b) they are not reconfigured on opening/capturing. BUG=396812, 347371 COLLABORATOR= vrk@chromium.org R=tommi@chromium.org, vrk@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289552

Patch Set 1 #

Total comments: 8

Patch Set 2 : tommi@s comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -14 lines) Patch
M media/video/capture/mac/video_capture_device_factory_mac.mm View 1 3 chunks +29 lines, -2 lines 2 comments Download
M media/video/capture/mac/video_capture_device_mac.mm View 1 3 chunks +13 lines, -10 lines 0 comments Download
M media/video/capture/video_capture_device.h View 2 chunks +8 lines, -0 lines 0 comments Download
M media/video/capture/video_capture_device.cc View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
mcasas
vrk@ PTAL tommi@ Owners RS / PTAL. rsesek@: CC'd since this doesn't touch Obj-C++ code ...
6 years, 4 months ago (2014-08-13 11:01:20 UTC) #1
tommi (sloooow) - chröme
https://codereview.chromium.org/468833002/diff/1/media/video/capture/mac/video_capture_device_factory_mac.mm File media/video/capture/mac/video_capture_device_factory_mac.mm (right): https://codereview.chromium.org/468833002/diff/1/media/video/capture/mac/video_capture_device_factory_mac.mm#newcode28 media/video/capture/mac/video_capture_device_factory_mac.mm:28: const gfx::Size kBlackmagicQTKitCaptureResolution = gfx::Size(1280, 720); is this a ...
6 years, 4 months ago (2014-08-13 12:42:29 UTC) #2
mcasas
vrk@, tommi@ PTAL https://codereview.chromium.org/468833002/diff/1/media/video/capture/mac/video_capture_device_factory_mac.mm File media/video/capture/mac/video_capture_device_factory_mac.mm (right): https://codereview.chromium.org/468833002/diff/1/media/video/capture/mac/video_capture_device_factory_mac.mm#newcode28 media/video/capture/mac/video_capture_device_factory_mac.mm:28: const gfx::Size kBlackmagicQTKitCaptureResolution = gfx::Size(1280, 720); ...
6 years, 4 months ago (2014-08-13 14:04:53 UTC) #3
tommi (sloooow) - chröme
lgtm
6 years, 4 months ago (2014-08-13 18:19:37 UTC) #4
vrk (LEFT CHROMIUM)
lgtm https://codereview.chromium.org/468833002/diff/20001/media/video/capture/mac/video_capture_device_factory_mac.mm File media/video/capture/mac/video_capture_device_factory_mac.mm (right): https://codereview.chromium.org/468833002/diff/20001/media/video/capture/mac/video_capture_device_factory_mac.mm#newcode46 media/video/capture/mac/video_capture_device_factory_mac.mm:46: if (name.id().find(kBlacklistedCameras[i].name) != std::string::npos) { Does case sensitivity ...
6 years, 4 months ago (2014-08-14 02:50:54 UTC) #5
mcasas
The CQ bit was checked by mcasas@chromium.org
6 years, 4 months ago (2014-08-14 07:35:59 UTC) #6
mcasas
https://codereview.chromium.org/468833002/diff/20001/media/video/capture/mac/video_capture_device_factory_mac.mm File media/video/capture/mac/video_capture_device_factory_mac.mm (right): https://codereview.chromium.org/468833002/diff/20001/media/video/capture/mac/video_capture_device_factory_mac.mm#newcode46 media/video/capture/mac/video_capture_device_factory_mac.mm:46: if (name.id().find(kBlacklistedCameras[i].name) != std::string::npos) { On 2014/08/14 02:50:54, Victoria ...
6 years, 4 months ago (2014-08-14 07:36:06 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mcasas@chromium.org/468833002/20001
6 years, 4 months ago (2014-08-14 07:38:20 UTC) #8
mcasas
6 years, 4 months ago (2014-08-14 14:11:50 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 manually as 289552 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698