mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
impl-link: don't notify when nothing changed
This commit is contained in:
parent
ea92df814c
commit
f67cbd7444
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ static void info_changed(struct pw_impl_link *link)
|
||||||
{
|
{
|
||||||
struct pw_resource *resource;
|
struct pw_resource *resource;
|
||||||
|
|
||||||
|
if (link->info.change_mask == 0)
|
||||||
|
return;
|
||||||
|
|
||||||
pw_impl_link_emit_info_changed(link, &link->info);
|
pw_impl_link_emit_info_changed(link, &link->info);
|
||||||
|
|
||||||
if (link->global)
|
if (link->global)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue