mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pulse-server: module-combine-sink remove right property
This commit is contained in:
parent
25f9765e9c
commit
8e36353311
1 changed files with 2 additions and 2 deletions
|
|
@ -429,12 +429,12 @@ struct module *create_module_combine_sink(struct impl *impl, const char *argumen
|
||||||
|
|
||||||
if ((str = pw_properties_get(props, "adjust_time")) != NULL) {
|
if ((str = pw_properties_get(props, "adjust_time")) != NULL) {
|
||||||
pw_log_info("The `adjust_time` modarg is ignored");
|
pw_log_info("The `adjust_time` modarg is ignored");
|
||||||
pw_properties_set(props, "slaves", NULL);
|
pw_properties_set(props, "adjust_time", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((str = pw_properties_get(props, "resample_method")) != NULL) {
|
if ((str = pw_properties_get(props, "resample_method")) != NULL) {
|
||||||
pw_log_info("The `resample_method` modarg is ignored");
|
pw_log_info("The `resample_method` modarg is ignored");
|
||||||
pw_properties_set(props, "slaves", NULL);
|
pw_properties_set(props, "resample_method", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (module_args_to_audioinfo(impl, props, &info) < 0) {
|
if (module_args_to_audioinfo(impl, props, &info) < 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue