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>
This commit is contained in:
2025-11-26 19:02:21 +09:00
parent 1d0143386d
commit 2698ca00e8
7 changed files with 44 additions and 1 deletions

View File

@@ -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
)