mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-24 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
|
|
@ -72,7 +72,7 @@ main (int argc, char *argv[])
|
|||
spa_pod_builder_long (&b, 6000);
|
||||
spa_pod_builder_float (&b, 4.0);
|
||||
spa_pod_builder_double (&b, 3.14);
|
||||
spa_pod_builder_string (&b, "test123", strlen ("test123"));
|
||||
spa_pod_builder_string (&b, "test123");
|
||||
spa_pod_builder_rectangle (&b, 320, 240);
|
||||
spa_pod_builder_fraction (&b, 25, 1);
|
||||
spa_pod_builder_push_array (&b, &frame[3]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue