commit | 3dd574ad31ce7eaba7d5901ffcd627367bce6b0f | [log] [tgz] |
---|---|---|
author | zijiehe <zijiehe@chromium.org> | Wed Jun 28 05:04:21 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 28 05:04:21 2017 |
tree | 287999738d94f98954ffb2779f4603e4ef3b9da2 | |
parent | 8a671751fce86b29cd91f105485ccb86921722b2 [diff] |
Ensure Dxgi duplicator works correctly in session 0 A recent update of Windows 10 blocks IDXGIAdapter::EnumOutputs() in session 0, so ScreenCapturerWinDirectx::IsSupported() always returns false in session 0. We should ensure ScreenCapturerWinDirectx can respond correctly in session 0. Meanwhile, this change looses the requirement of DirectX capturer: it still works if some of the video adapters do not support DirectX 11 or IDXGIOutputDuplication. This issue usually happens when handling a virtual video adapter. BUG=webrtc:7809 Review-Url: https://codereview.webrtc.org/2937663003 Cr-Commit-Position: refs/heads/master@{#18797}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.