webrtc/modules/desktop_capture/mac
Julien Isorce 8dda03515b ScreenCapturerMac: destroy the streams and remove the DisplayStreamManager
Thanks to the CL https://webrtc-review.googlesource.com/c/src/+/83822
there is now no need to destroy the stream asynchronously.
But the CL above introduced a leak, the streams were stopped but
not destroyed. This CL essentially fixes the leak, it is now safe
to destroy the stream right after being stopped as everything happen
in the same capture thread.

Bug: chromium:851883
Change-Id: I4bf7409246f3957d90040d0d8cf09e98f28d6559
Reviewed-on: https://webrtc-review.googlesource.com/96621
Reviewed-by: Brave Yao <braveyao@webrtc.org>
Reviewed-by: Zijie He <zijiehe@chromium.org>
Commit-Queue: Brave Yao <braveyao@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24519}
2018-08-31 23:49:29 +00:00
..
desktop_configuration_monitor.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
desktop_configuration_monitor.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
desktop_configuration.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
desktop_configuration.mm [desktopCapture Mac] Continue screen capture at graphic cards switching 2018-04-27 04:07:05 +00:00
desktop_frame_cgimage.h Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
desktop_frame_cgimage.mm Add DesktopFrameCGImage 2018-03-29 22:56:38 +00:00
desktop_frame_iosurface.h Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
desktop_frame_iosurface.mm Make ScreenCapturerMac more robust when using IOSurface 2018-04-12 23:04:58 +00:00
desktop_frame_provider.h Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
desktop_frame_provider.mm ScreenCapturerMac: destroy the streams and remove the DisplayStreamManager 2018-08-31 23:49:29 +00:00
full_screen_chrome_window_detector.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
full_screen_chrome_window_detector.h New classes RefCounter and RefCountedBase. 2017-10-23 11:46:47 +00:00
screen_capturer_mac.h ScreenCapturerMac: destroy the streams and remove the DisplayStreamManager 2018-08-31 23:49:29 +00:00
screen_capturer_mac.mm ScreenCapturerMac: destroy the streams and remove the DisplayStreamManager 2018-08-31 23:49:29 +00:00
window_list_utils.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
window_list_utils.h Reland "[desktopCapture] Unify the position info in DIP coordinates on Mac." 2018-05-17 18:45:42 +00:00