wireplumber/modules
George Kiagiadakis 2e0e144f70 softdsp-endpoint/stream: remove the port proxies when they are removed on the server
When the audioconvert starts, it emits 2 ports, but when we set the PortConfig,
it removes them and re-creates them. Previously, the stream class would not
remove the old port proxies from the list and therefore they existed twice.

It is also necessary here to store the proxies earlier, when they are added,
instead of when they are augmented, so that we can ensure they are removed.
Previously we would hit an issue where:
 - port proxy is added, augmented
 - augment completes but the GTask wants to complete asynchronously:
   it stores a ref on the proxy and adds an idle source
 - server removes the proxy, we delete it from the core's list
 - the GTask now calls the augment callback, which stores the (removed)
   proxy on the stream's port_proxies list...
2019-10-02 21:33:34 +03:00
..
module-pipewire softdsp-endpoint/stream: remove the port proxies when they are removed on the server 2019-10-02 21:33:34 +03:00
meson.build sofdsp-endpoint: run audioconvert in merge+split mode and use a new linking algorithm 2019-10-02 21:27:44 +03:00
module-client-permissions.c lib/wp: merge both WpRemote & WpRemotePipewire in WpCore 2019-09-07 17:55:46 +03:00
module-mixer.c lib/wp: merge both WpRemote & WpRemotePipewire in WpCore 2019-09-07 17:55:46 +03:00
module-monitor.c modules: implement a new module-monitor 2019-09-17 16:35:14 +03:00
module-pipewire.c modules: move softdsp-endpoint inside module-pipewire 2019-09-25 10:25:49 +02:00
module-pw-alsa-udev.c modules: replace the monitor code from module-pw-{alsa,bluez} with module-monitor 2019-09-17 16:35:14 +03:00
module-pw-audio-client.c modules: remove simple-endpoint 2019-09-25 10:25:37 +02:00
module-pw-bluez.c bluez: create softdsp endpoints for bluetooth nodes 2019-09-25 12:33:47 +02:00
module-simple-policy.c modules: remove simple-endpoint 2019-09-25 10:25:37 +02:00