mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: use config.ext for streams
Use the module config.ext to load extra stream properties and rules.
This commit is contained in:
parent
2402904e1e
commit
faf674a327
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue