mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
session-manager: emit cached info with CHANGE_MASK_ALL on new resources
This commit is contained in:
parent
1eec6c3588
commit
6ecbe00774
4 changed files with 8 additions and 0 deletions
|
|
@ -207,7 +207,9 @@ static int global_bind(void *_data, struct pw_impl_client *client,
|
|||
&data->object_listener,
|
||||
&link_methods, data);
|
||||
|
||||
impl->cached_info->change_mask = PW_ENDPOINT_LINK_CHANGE_MASK_ALL;
|
||||
pw_endpoint_link_resource_info(resource, impl->cached_info);
|
||||
impl->cached_info->change_mask = 0;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue