obs-transitions: Rename stinger ID to prevent conflict
Prevents a conflict with potentially existing pluginsmaster
parent
a4b361de00
commit
0cae0439ff
|
@ -284,7 +284,7 @@ static obs_properties_t *stinger_properties(void *data)
|
||||||
}
|
}
|
||||||
|
|
||||||
struct obs_source_info stinger_transition = {
|
struct obs_source_info stinger_transition = {
|
||||||
.id = "stinger_transition",
|
.id = "obs_stinger_transition",
|
||||||
.type = OBS_SOURCE_TYPE_TRANSITION,
|
.type = OBS_SOURCE_TYPE_TRANSITION,
|
||||||
.get_name = stinger_get_name,
|
.get_name = stinger_get_name,
|
||||||
.create = stinger_create,
|
.create = stinger_create,
|
||||||
|
|
Loading…
Reference in New Issue