• mcasas@chromium.org's avatar
    Mac QTKit Video Capture: Force BlackMagic cameras to be opened in HD · 41874c23
    mcasas@chromium.org authored
    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
    
    Review URL: https://codereview.chromium.org/468833002
    
    Cr-Commit-Position: refs/heads/master@{#289552}
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289552 0039d316-1c4b-4281-b951-d872f2087c98
    41874c23
video_capture_device.cc 2.83 KB