Skip to content

Commit 287554b

Browse files
Merge pull request #22 from Off-World-Live/fix/revert-to-previous-source-name
Revert id to previous id to prevent incompatibility in saved OBS scenes
2 parents d37ccc8 + c563807 commit 287554b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/win-spout-source.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ static obs_properties_t *win_spout_properties(void *data)
447447
struct obs_source_info create_spout_source_info()
448448
{
449449
struct obs_source_info spout_source_info = {};
450-
spout_source_info.id = "spout_input";
450+
spout_source_info.id = "spout_capture";
451451
spout_source_info.type = OBS_SOURCE_TYPE_INPUT;
452452
spout_source_info.output_flags = OBS_SOURCE_VIDEO |
453453
OBS_SOURCE_CUSTOM_DRAW;

0 commit comments

Comments
 (0)