make bitfields unsigned

Remove driver property from client-node of client-stream.
This commit is contained in:
Wim Taymans 2019-04-10 17:52:42 +02:00
parent 787900e8bf
commit 092a0c660d
19 changed files with 64 additions and 59 deletions

View file

@ -57,7 +57,7 @@ struct port {
struct spa_param_info params[8];
struct spa_video_info current_format;
int have_format:1;
unsigned int have_format:1;
struct buffer buffers[MAX_BUFFERS];
uint32_t n_buffers;