mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
core: don't remove client resource in hello
Keep the client resource of a client around and make sure we don't destroy it in hello.
This commit is contained in:
parent
a804b71267
commit
4e70cddf1d
4 changed files with 15 additions and 3 deletions
|
|
@ -112,6 +112,7 @@ struct pw_client {
|
|||
struct pw_client_info info; /**< client info */
|
||||
|
||||
struct pw_resource *core_resource; /**< core resource object */
|
||||
struct pw_resource *client_resource; /**< client resource object */
|
||||
|
||||
struct pw_map objects; /**< list of resource objects */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue