mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: remove property, we don't implement a getter
This commit is contained in:
parent
27e06c66fd
commit
6eaf8d6921
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ impl_init(const struct spa_handle_factory *factory,
|
|||
this->info.flags = SPA_NODE_FLAG_RT;
|
||||
this->params[0] = SPA_PARAM_INFO(SPA_PARAM_Props, SPA_PARAM_INFO_READWRITE);
|
||||
this->info.params = this->params;
|
||||
this->info.n_params = 1;
|
||||
this->info.n_params = 0;
|
||||
|
||||
this->timer_source.func = on_timeout;
|
||||
this->timer_source.data = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue