mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
Rework serialization
Move serialization to the protocol, we now just send blocks of bytes over the connection and let the protocol deserialize them.
This commit is contained in:
parent
842d73ca4b
commit
41399b0b25
26 changed files with 1617 additions and 2501 deletions
|
|
@ -50,7 +50,7 @@ struct _PinosResource {
|
|||
|
||||
const void *interface;
|
||||
const void *event;
|
||||
const void *marshall;
|
||||
const void *demarshal;
|
||||
|
||||
PINOS_SIGNAL (destroy_signal, (PinosListener *listener,
|
||||
PinosResource *resource));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue