This commit is contained in:
2026-07-18 11:36:44 +05:00
parent d3872d60ef
commit 3652cfab3c
4 changed files with 4 additions and 3 deletions

View File

@@ -589,6 +589,7 @@ static const char *browser_name(void *unused)
static struct obs_source_info browser_info = {
.id = "webkit_browser_source",
.type = OBS_SOURCE_TYPE_INPUT,
.icon_type = OBS_ICON_TYPE_BROWSER,
.output_flags = OBS_SOURCE_ASYNC_VIDEO | OBS_SOURCE_INTERACTION,
.get_name = browser_name,
.create = browser_create,