Skip to content

gstdirectcontrolbinding: Fix integer comparison

i is declared as gint but then compared against n_values guint in the for loop below.

Merge request reports