obs-text: Add OBS_SOURCE_SRGB flag
This commit is contained in:
parent
99eb509fe9
commit
41a294311c
@ -1112,7 +1112,7 @@ bool obs_module_load(void)
|
||||
si.id = "text_gdiplus";
|
||||
si.type = OBS_SOURCE_TYPE_INPUT;
|
||||
si.output_flags = OBS_SOURCE_VIDEO | OBS_SOURCE_CUSTOM_DRAW |
|
||||
OBS_SOURCE_CAP_OBSOLETE;
|
||||
OBS_SOURCE_CAP_OBSOLETE | OBS_SOURCE_SRGB;
|
||||
si.get_properties = get_properties;
|
||||
si.icon_type = OBS_ICON_TYPE_TEXT;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user