Mac Video Capture: Removed AVFoundation camera blacklisting.
This blacklisting allowed certain cameras to be manipulated using the QTKit API side by side to the AVFoundation API. This is not needed anymore since the only blacklisted cameras, namely the Blackmagic ones, are manipulated via third_party Decklink SDK. Note that not all traces of blacklisting disappear: QTKit Blackmagic must avoid certain resolutions that would otherwise crash the browser (see http://crbug.com/396812). BUG=408493, 408089 TEST=After running Chrome, plug in a thunderbolt Blackmagic device, for instance an UltraStudio Mini. Wait 4 seconds or so, then enumerate devices, e.g. using http://goo.gl/r0lnFQ. There should be a number of Blackmagic/UltraStudio mini entries but no "QTKit " prefixed camera (those are the removed ones). Review URL: https://codereview.chromium.org/633373009 Cr-Commit-Position: refs/heads/master@{#299026}
Showing
Please register or sign in to comment