pulse-server: use config.ext for streams

Use the module config.ext to load extra stream properties and rules.
This commit is contained in:
Wim Taymans 2022-04-22 14:54:27 +02:00
parent 2402904e1e
commit faf674a327

View file

@ -402,6 +402,7 @@ on_connect(void *data, int fd, uint32_t mask)
client->props = pw_properties_new( client->props = pw_properties_new(
PW_KEY_CLIENT_API, "pipewire-pulse", PW_KEY_CLIENT_API, "pipewire-pulse",
"config.ext", pw_properties_get(impl->props, "config.ext"),
NULL); NULL);
if (client->props == NULL) if (client->props == NULL)
goto error; goto error;