mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-03 16:47:26 +00:00
filter/denoising: Update Source Identifier
This commit is contained in:
parent
5820ce2b36
commit
f6d12035f8
1 changed files with 4 additions and 1 deletions
|
@ -506,12 +506,15 @@ denoising_factory::denoising_factory()
|
|||
}
|
||||
|
||||
// 3. In any other case, register the filter!
|
||||
_info.id = S_PREFIX "filter-video-denoising";
|
||||
_info.id = S_PREFIX "filter-denoising";
|
||||
_info.type = OBS_SOURCE_TYPE_FILTER;
|
||||
_info.output_flags = OBS_SOURCE_VIDEO;
|
||||
|
||||
set_resolution_enabled(true);
|
||||
finish_setup();
|
||||
|
||||
// Proxies
|
||||
register_proxy("streamfx-filter-video-denoising");
|
||||
}
|
||||
|
||||
const char* denoising_factory::get_name()
|
||||
|
|
Loading…
Reference in a new issue