mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-28 06:13:01 +00:00
source-mirror: Remove OBS_SOURCE_CUSTOM_DRAW
This commit is contained in:
parent
66abaac67b
commit
b311d79e50
1 changed files with 2 additions and 2 deletions
|
@ -454,9 +454,9 @@ source::mirror::mirror_factory::mirror_factory()
|
||||||
{
|
{
|
||||||
_info.id = "obs-stream-effects-source-mirror";
|
_info.id = "obs-stream-effects-source-mirror";
|
||||||
_info.type = OBS_SOURCE_TYPE_INPUT;
|
_info.type = OBS_SOURCE_TYPE_INPUT;
|
||||||
_info.output_flags = OBS_SOURCE_VIDEO | OBS_SOURCE_AUDIO | OBS_SOURCE_CUSTOM_DRAW;
|
_info.output_flags = OBS_SOURCE_VIDEO | OBS_SOURCE_AUDIO;
|
||||||
|
|
||||||
obs_register_source(&_info);
|
finish_setup();
|
||||||
}
|
}
|
||||||
|
|
||||||
source::mirror::mirror_factory::~mirror_factory() {}
|
source::mirror::mirror_factory::~mirror_factory() {}
|
||||||
|
|
Loading…
Reference in a new issue