wireplumber/modules
George Kiagiadakis 10f8eff99c m-client-permissions: ref-count the client data and re-work code for safety
It so happens that sometimes the client proxy is created and destroyed
immediately, almost instantly, which causes this code to crash in case
the proxy pointer is gone when our idle callback tries to destroy it.

This change makes the whole operation safe.
2019-07-11 17:19:14 +03:00
..
module-pipewire simple-endpoint-link: store the created links in a list 2019-07-10 11:18:09 -04:00
module-pw-audio-softdsp-endpoint dsp: add support for convert mode 2019-07-09 13:22:05 -04:00
meson.build softdsp-endpoint: add multiple streams support 2019-07-09 13:20:39 -04:00
module-client-permissions.c m-client-permissions: ref-count the client data and re-work code for safety 2019-07-11 17:19:14 +03:00
module-mixer.c mixer: implement listing controls of multiple streams 2019-07-09 13:20:39 -04:00
module-pipewire.c module-pipewire: always include the node Id in the endpoint name 2019-07-10 08:40:30 -04:00
module-pw-alsa-udev.c alsa-udev/softdsp-endpoint: make the stream names & count configurable 2019-07-09 13:20:39 -04:00
module-pw-audio-softdsp-endpoint.c dsp: add support for convert mode 2019-07-09 13:22:05 -04:00
module-simple-policy.c simple-policy: unlink the target endpoint if it is already linked 2019-07-10 11:18:09 -04:00