Skip to content

Commit c01bded

Browse files
authored
add comment to mac-screen-capture plugin and bump obs-browser (#678)
* add note indicating why we renamed this plugin * makes future merges easier and reduces risk of accidental naming conflict. * bump obs-browser (added comment that explained float literal value)
1 parent 5b2f353 commit c01bded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/mac-capture/mac-sck-video-capture.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ enum gs_color_space sck_video_capture_get_color_space(void *data, size_t count,
689689

690690
API_AVAILABLE(macos(12.5))
691691
struct obs_source_info sck_video_capture_info = {
692-
.id = "mac_screen_capture",
692+
.id = "mac_screen_capture", // Streamlabs renames this to avoid naming conflict in Desktop.
693693
.type = OBS_SOURCE_TYPE_INPUT,
694694
.get_name = sck_video_capture_getname,
695695

plugins/obs-browser

0 commit comments

Comments
 (0)