pipewire/pipewire-alsa/alsa-plugins
Wim Taymans 5ed4977b38 destroy proxies when global is removed
When a global is removed, also remove the proxies. We can have multiple
proxies to a global otherwise when a client has a sequence of events
queued from the server like this:

Global 1 added
Global 1 removed
Global 1 added

The proxy we added in the firt event would not be destroyed because the
server did not know about it when global 1 was removed and then a
second one would be made.
2021-11-08 12:55:41 +01:00
..
ctl_pipewire.c destroy proxies when global is removed 2021-11-08 12:55:41 +01:00
meson.build
pcm_pipewire.c