simple fix: these are signed ints, not unsigned

Original commit message from CVS:
simple fix: these are signed ints, not unsigned
This commit is contained in:
Benjamin Otte 2003-05-06 22:03:02 +00:00
parent 05adc8c15c
commit 667775fc22

View file

@ -10,7 +10,7 @@ int main(int argc,char *argv[]) {
GstPad *pad;
GstPadTemplate *padtemplate;
GParamSpec **property_specs;
gint num_properties,i;
guint num_properties,i;
gst_debug_set_categories(0);
gst_info_set_categories(0);