webrtc/modules
Julien Isorce 5e25facefd CroppingWindowCapturerWin: filter out cloaked window.
A cloaked window is composited but not visible to the user.
When Win10 feature 'Cortana' is enabled it creates a window
that is always invisible and its z-order is top most. Because
of that the cropping capturer detects occlusion everywhere
preventing it from capturing anything.

The solution is to ignore all cloaked windows like if
::IsWindowVisible would return false.

Bug: chromium:978885
Change-Id: Id5aa8dc81dcf4979ffb30dd808fa2a553934c6e6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143980
Commit-Queue: Julien Isorce <julien.isorce@chromium.org>
Reviewed-by: Sergey Ulanov <sergeyu@chromium.org>
Reviewed-by: Guido Urdaneta <guidou@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28510}
2019-07-08 19:28:42 +00:00
..
audio_coding Format almost everything. 2019-07-08 13:45:15 +00:00
audio_device Format almost everything. 2019-07-08 13:45:15 +00:00
audio_mixer Format almost everything. 2019-07-08 13:45:15 +00:00
audio_processing Format almost everything. 2019-07-08 13:45:15 +00:00
bitrate_controller Format almost everything. 2019-07-08 13:45:15 +00:00
congestion_controller Format almost everything. 2019-07-08 13:45:15 +00:00
desktop_capture CroppingWindowCapturerWin: filter out cloaked window. 2019-07-08 19:28:42 +00:00
include Format almost everything. 2019-07-08 13:45:15 +00:00
pacing Format almost everything. 2019-07-08 13:45:15 +00:00
remote_bitrate_estimator Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_rtcp Revert "Add ability to set RTCP sender ssrc at construction time" 2019-07-08 16:21:50 +00:00
third_party Format almost everything. 2019-07-08 13:45:15 +00:00
utility Format almost everything. 2019-07-08 13:45:15 +00:00
video_capture Format almost everything. 2019-07-08 13:45:15 +00:00
video_coding Format almost everything. 2019-07-08 13:45:15 +00:00
video_processing Format almost everything. 2019-07-08 13:45:15 +00:00
BUILD.gn Get rid of deprecated version of NackSender::SendNack [2/2] 2019-06-28 17:58:38 +00:00
module_common_types_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00