mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
spa: implement node sync
This commit is contained in:
parent
9420497dd9
commit
bf677d55da
8 changed files with 87 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ impl_node_set_callbacks(void *object,
|
|||
const struct spa_node_callbacks *callbacks,
|
||||
void *user_data)
|
||||
{
|
||||
return 0;
|
||||
return -ENOTSUP;
|
||||
}
|
||||
|
||||
static int impl_node_add_port(void *object, enum spa_direction direction, uint32_t port_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue