pulse-server: don't set object.linger by default

This commit is contained in:
Wim Taymans 2020-11-26 09:35:29 +01:00
parent 1934df7307
commit 6235c8c0f2

View file

@ -176,7 +176,6 @@ static int load_module(struct client *client, const char *name, const char *argu
pw_properties_set(props, "device.description", NULL); pw_properties_set(props, "device.description", NULL);
} }
pw_properties_set(props, "factory.name", "support.null-audio-sink"); pw_properties_set(props, "factory.name", "support.null-audio-sink");
pw_properties_set(props, PW_KEY_OBJECT_LINGER, "1");
module = calloc(1, sizeof(struct module)); module = calloc(1, sizeof(struct module));
module->client = client; module->client = client;