mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
core: emit info when not binding resource 0
This commit is contained in:
parent
bee88e5279
commit
428e743116
1 changed files with 2 additions and 0 deletions
|
|
@ -426,6 +426,8 @@ global_bind(void *_data,
|
|||
|
||||
if (resource->id == 0)
|
||||
client->core_resource = resource;
|
||||
else
|
||||
pw_core_resource_info(resource, &this->info);
|
||||
|
||||
pw_log_debug("core %p: bound to %d", this, resource->id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue