obs-transitions: Rename stinger ID to prevent conflict

Prevents a conflict with potentially existing plugins
master
jp9000 2017-08-10 07:04:56 -07:00
parent a4b361de00
commit 0cae0439ff
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ static obs_properties_t *stinger_properties(void *data)
}
struct obs_source_info stinger_transition = {
.id = "stinger_transition",
.id = "obs_stinger_transition",
.type = OBS_SOURCE_TYPE_TRANSITION,
.get_name = stinger_get_name,
.create = stinger_create,