mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Cleanups
Make separate _register function so that we can first configure the object before making it publicly visible.
This commit is contained in:
parent
67d4dd8656
commit
f64c28c091
25 changed files with 131 additions and 99 deletions
|
|
@ -231,7 +231,7 @@ static struct client *client_new(struct impl *impl, const char *sender)
|
|||
struct client *this;
|
||||
struct pw_client *client;
|
||||
|
||||
client = pw_client_new(impl->core, NULL, NULL);
|
||||
client = pw_client_new(impl->core, NULL, NULL, 0);
|
||||
|
||||
if ((this = (struct client *) find_object(impl, client))) {
|
||||
pipewire_client1_set_sender(this->parent.iface, sender);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue