spa: use core to load spa_handle

This commit is contained in:
Wim Taymans 2019-05-29 17:53:25 +02:00
parent 165f3e06ad
commit 3780bd1b30
3 changed files with 20 additions and 101 deletions

View file

@ -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)