mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse-server: don't set object.linger by default
This commit is contained in:
parent
1934df7307
commit
6235c8c0f2
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue