0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/plugins/mac-capture
gxalpha 92d5b45a50 mac-capture: Remove disp_finished event
This event is only used within destroy_[audio]_screen_stream, and does
not appear to be necessary there. stopCaptureWithCompletionHandler holds
a reference to the SCStream object by itself (and the other objects
being held aren't used afterwards anyways), so there should be no harm
in releasing everything immediately without blocking.
2024-08-25 10:17:06 +10:00
..
data/locale Update translations from Crowdin 2024-07-17 09:34:12 +00:00
audio-device-enum.c mac-capture: Replace kAudioObjectPropertyElementMaster with Main 2023-10-17 16:45:36 -04:00
audio-device-enum.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
CMakeLists.txt Update formatting of CMake files 2024-08-14 12:07:47 -04:00
mac-audio.c mac-capture: Fix string length when duplicated 2024-03-19 16:20:31 -04:00
mac-display-capture.m mac-capture: Remove macOS 14 ifdef and custom CGDisplayStream header 2024-01-08 20:40:33 -05:00
mac-sck-audio-capture.m mac-capture: Remove disp_finished event 2024-08-25 10:17:06 +10:00
mac-sck-common.h mac-capture: Remove disp_finished event 2024-08-25 10:17:06 +10:00
mac-sck-common.m mac-capture: Replace pragmas with availability markers 2024-05-16 15:25:53 -04:00
mac-sck-video-capture.m mac-capture: Remove disp_finished event 2024-08-25 10:17:06 +10:00
mac-window-capture.m clang-format: Update formatting of all ObjC and ObjC++ files 2023-06-11 14:56:45 +02:00
plugin-main.c plugins: Remove old macOS version ifdefs 2023-10-27 16:00:42 -04:00
window-utils.h mac-capture: Don't crash when migrating unknown display IDs 2023-09-28 14:25:55 -04:00
window-utils.m mac-capture: Don't crash when migrating unknown display IDs 2023-09-28 14:25:55 -04:00