mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
spa: use core to load spa_handle
This commit is contained in:
parent
165f3e06ad
commit
3780bd1b30
3 changed files with 20 additions and 101 deletions
|
|
@ -1186,7 +1186,7 @@ node_init(struct node *this,
|
|||
this->data_source.mask = SPA_IO_IN | SPA_IO_ERR | SPA_IO_HUP;
|
||||
this->data_source.rmask = 0;
|
||||
|
||||
return SPA_RESULT_RETURN_ASYNC(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int node_clear(struct node *this)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue