aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pipewire/pipewire_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-25 15:15:20 +0900
committerOphestra <cat@gensokyo.uk>2025-11-25 15:16:12 +0900
commitcfeb7818eb3d7f3e83492bab092adce8f90f83c1 (patch)
tree19cd7154d81984fdae869bbc802b186d8cf7751d /internal/pipewire/pipewire_test.go
parent05391da5562db46d379f81145b461a0a4ad10c8d (diff)
internal/pipewire: implement Core::Info and generation footer
These are not directly related but are first encountered on the same message in the capture. 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 28ba3293..a5770176 100644
--- a/internal/pipewire/pipewire_test.go
+++ b/internal/pipewire/pipewire_test.go
@@ -24,4 +24,11 @@ var (
sendmsg00Message03Header string
//go:embed testdata/07-sendmsg00-message03-POD
sendmsg00Message03POD string
+
+ //go:embed testdata/08-recvmsg00-message00-header
+ recvmsg00Message00Header string
+ //go:embed testdata/09-recvmsg00-message00-POD
+ recvmsg00Message00POD string
+ //go:embed testdata/10-recvmsg00-message00-footer
+ recvmsg00Message00Footer string
)