mixer-control: fix -Wsign-compare warning

Stream id property in GvcMixerUIDevice is unsigned int.
This commit is contained in:
Alberts Muktupāvels 2022-03-19 13:50:42 +02:00 committed by Bastien Nocera
parent 90d6ddb7d1
commit 943998bc62

View File

@ -1234,7 +1234,7 @@ match_stream_with_devices (GvcMixerControl *control,
for (d = devices; d != NULL; d = d->next) { for (d = devices; d != NULL; d = d->next) {
GvcMixerUIDevice *device; GvcMixerUIDevice *device;
gint device_stream_id; guint device_stream_id;
gchar *device_port_name; gchar *device_port_name;
gchar *origin; gchar *origin;
gchar *description; gchar *description;