libobs: Allow "private" contexts
The intention of this is to allow sources/outputs/etc to be created without being visible to the UI or save/load functions.
This commit is contained in:
@@ -47,7 +47,7 @@ obs_service_t *obs_service_create(const char *id, const char *name,
|
||||
service = bzalloc(sizeof(struct obs_service));
|
||||
|
||||
if (!obs_context_data_init(&service->context, settings, name,
|
||||
hotkey_data)) {
|
||||
hotkey_data, false)) {
|
||||
bfree(service);
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user