mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-15 04:27:55 -05:00
node: add props to add_port
This commit is contained in:
parent
eea062ee53
commit
b743518f78
26 changed files with 118 additions and 52 deletions
|
|
@ -576,7 +576,8 @@ static int client_node_command(void *object, const struct spa_command *command)
|
|||
}
|
||||
|
||||
static int
|
||||
client_node_add_port(void *object, enum spa_direction direction, uint32_t port_id)
|
||||
client_node_add_port(void *object, enum spa_direction direction, uint32_t port_id,
|
||||
const struct spa_dict *props)
|
||||
{
|
||||
struct pw_proxy *proxy = object;
|
||||
pw_log_warn("add port not supported");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue