mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
resample: reset props first, then override
This commit is contained in:
parent
dbd483cb46
commit
621f6ca10b
1 changed files with 2 additions and 2 deletions
|
|
@ -922,6 +922,8 @@ impl_init(const struct spa_handle_factory *factory,
|
||||||
if (this->cpu)
|
if (this->cpu)
|
||||||
this->resample.cpu_flags = spa_cpu_get_flags(this->cpu);
|
this->resample.cpu_flags = spa_cpu_get_flags(this->cpu);
|
||||||
|
|
||||||
|
props_reset(&this->props);
|
||||||
|
|
||||||
if (info != NULL) {
|
if (info != NULL) {
|
||||||
if ((str = spa_dict_lookup(info, "resample.quality")) != NULL)
|
if ((str = spa_dict_lookup(info, "resample.quality")) != NULL)
|
||||||
this->props.quality = atoi(str);
|
this->props.quality = atoi(str);
|
||||||
|
|
@ -981,8 +983,6 @@ impl_init(const struct spa_handle_factory *factory,
|
||||||
port->info.n_params = 5;
|
port->info.n_params = 5;
|
||||||
spa_list_init(&port->queue);
|
spa_list_init(&port->queue);
|
||||||
|
|
||||||
props_reset(&this->props);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue