mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -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
|
|
@ -71,7 +71,7 @@ typedef struct {
|
|||
unsigned int n_buffers;
|
||||
|
||||
SpaSupport support[2];
|
||||
unsigned int n_support;
|
||||
uint32_t n_support;
|
||||
SpaIDMap *map;
|
||||
SpaLog *log;
|
||||
SpaPoll data_loop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue