summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gvc-mixer-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvc-mixer-control.c b/gvc-mixer-control.c
index 6218a1b..456e6f6 100644
--- a/gvc-mixer-control.c
+++ b/gvc-mixer-control.c
@@ -1234,7 +1234,7 @@ match_stream_with_devices (GvcMixerControl *control,
for (d = devices; d != NULL; d = d->next) {
GvcMixerUIDevice *device;
- gint device_stream_id;
+ guint device_stream_id;
gchar *device_port_name;
gchar *origin;
gchar *description;