mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
Use types with known sizes where we can, easier to serialize
Add iterator for POD and use it to implement some demarshalling.
This commit is contained in:
parent
23d09d5b60
commit
f92b68c3c3
77 changed files with 839 additions and 695 deletions
|
|
@ -81,8 +81,8 @@ struct _PinosNode {
|
|||
PinosPort **input_port_map;
|
||||
PinosPort **output_port_map;
|
||||
|
||||
unsigned int n_used_output_links;
|
||||
unsigned int n_used_input_links;
|
||||
uint32_t n_used_output_links;
|
||||
uint32_t n_used_input_links;
|
||||
|
||||
PinosTransport *transport;
|
||||
PINOS_SIGNAL (transport_changed, (PinosListener *listener,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue