mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
make bitfields unsigned
Remove driver property from client-node of client-stream.
This commit is contained in:
parent
787900e8bf
commit
092a0c660d
19 changed files with 64 additions and 59 deletions
|
|
@ -61,7 +61,7 @@ struct impl {
|
|||
|
||||
void *user_data;
|
||||
|
||||
int async_init:1;
|
||||
unsigned int async_init:1;
|
||||
};
|
||||
|
||||
static void spa_node_free(void *data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue