aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pipewire/pipewire_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-26 19:02:21 +0900
committerOphestra <cat@gensokyo.uk>2025-11-26 19:02:21 +0900
commit2698ca00e8fad5f7243c1e1b4c078d322854917c (patch)
treed9d46ca19010fcec16c4e41bc2418184bd54ba6b /internal/pipewire/pipewire_test.go
parent1d0143386de410b19a0e4adea497f7e246e89226 (diff)
internal/pipewire: implement Core::Done
The message in the sample does not correspond to any known method call. The spec does not mention what to do with messages like this, but all existing usage code simply drops it. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pipewire/pipewire_test.go')
-rw-r--r--internal/pipewire/pipewire_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/pipewire/pipewire_test.go b/internal/pipewire/pipewire_test.go
index 3d2ff055..78e44f49 100644
--- a/internal/pipewire/pipewire_test.go
+++ b/internal/pipewire/pipewire_test.go
@@ -51,4 +51,11 @@ var (
recvmsg00Message04Header string
//go:embed testdata/18-recvmsg00-message04-POD
recvmsg00Message04POD string
+
+ //go:embed testdata/19-recvmsg00-message05-header
+ recvmsg00Message05Header string
+ //go:embed testdata/20-recvmsg00-message05-POD
+ recvmsg00Message05POD string
+ //go:embed testdata/21-recvmsg00-message05-footer
+ recvmsg00Message05Footer string
)