mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pulse-server: include rate/format for tunnel
This commit is contained in:
parent
7eeb9a63f8
commit
7b0c019a2b
2 changed files with 2 additions and 2 deletions
|
|
@ -158,7 +158,7 @@ static int module_tunnel_sink_prepare(struct module * const module)
|
|||
pw_properties_set(props, "sink_properties", NULL);
|
||||
}
|
||||
if (module_args_to_audioinfo_keys(module->impl, props,
|
||||
NULL, NULL, "channels", "channel_map", &info) < 0) {
|
||||
"format", "rate", "channels", "channel_map", &info) < 0) {
|
||||
res = -EINVAL;
|
||||
goto out;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ static int module_tunnel_source_prepare(struct module * const module)
|
|||
pw_properties_set(props, "source_properties", NULL);
|
||||
}
|
||||
if (module_args_to_audioinfo_keys(module->impl, props,
|
||||
NULL, NULL, "channels", "channel_map", &info) < 0) {
|
||||
"format", "rate", "channels", "channel_map", &info) < 0) {
|
||||
res = -EINVAL;
|
||||
goto out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue