aboutsummaryrefslogtreecommitdiffstats
path: root/src/module-protocol-ic-ipc.c
AgeCommit message (Collapse)AuthorFilesLines
2021-07-28server: sync suspend status after binding metadataGeorge Kiagiadakis1-0/+8
If the icipc server got a suspend request before the metadata object was bound, set the metadata after binding. This also helps in case the pw_core was disconnected and reconnected while there was still an icipc client actively suspending playback Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
2021-07-28src: implement the icipc server process as a pipewire moduleGeorge Kiagiadakis1-0/+386
This can be loaded with `pipewire -c pipewire-ic-ipc.conf` Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>