pulse-server: split out reply, operation, client, stream

Part of !776.
This commit is contained in:
Barnabás Pőcze 2021-06-18 23:36:35 +02:00
parent b2ec1fb60a
commit 49d31ea0af
14 changed files with 1044 additions and 665 deletions

View file

@ -26,6 +26,7 @@
#include <spa/utils/hook.h>
#include <pipewire/work-queue.h>
#include "client.h"
#include "internal.h"
#include "pending-sample.h"
#include "sample-play.h"