Skip to content

Commit

Permalink
Merge pull request #22 from Off-World-Live/fix/revert-to-previous-sou…
Browse files Browse the repository at this point in the history
…rce-name

Revert id to previous id to prevent incompatibility in saved OBS scenes
  • Loading branch information
campbellwmorgan authored May 21, 2021
2 parents d37ccc8 + c563807 commit 287554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/win-spout-source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ static obs_properties_t *win_spout_properties(void *data)
struct obs_source_info create_spout_source_info()
{
struct obs_source_info spout_source_info = {};
spout_source_info.id = "spout_input";
spout_source_info.id = "spout_capture";
spout_source_info.type = OBS_SOURCE_TYPE_INPUT;
spout_source_info.output_flags = OBS_SOURCE_VIDEO |
OBS_SOURCE_CUSTOM_DRAW;
Expand Down

0 comments on commit 287554b

Please sign in to comment.