mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
pw_impl_node_new -> pw_context_create_node
This commit is contained in:
parent
6043a3f8c0
commit
930b595724
6 changed files with 7 additions and 7 deletions
|
|
@ -113,7 +113,7 @@ pw_spa_node_new(struct pw_context *context,
|
|||
struct impl *impl;
|
||||
int res;
|
||||
|
||||
this = pw_impl_node_new(context, properties, sizeof(struct impl) + user_data_size);
|
||||
this = pw_context_create_node(context, properties, sizeof(struct impl) + user_data_size);
|
||||
if (this == NULL) {
|
||||
res = -errno;
|
||||
goto error_exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue