Fixed a compileation error for GObject.

Original commit message from CVS:
Fixed a compileation error for GObject.
This commit is contained in:
Wim Taymans 2001-06-21 14:39:14 +00:00
parent 6d868ae4fd
commit 2bf4898469

View file

@ -307,7 +307,7 @@ print_element_info (GstElementFactory *factory)
printf("\n (%d): \t%s", values[j].value, values[j].value_nick); printf("\n (%d): \t%s", values[j].value, values[j].value_nick);
j++; j++;
} }
g_type_class_unref (ec); //g_type_class_unref (ec);
} }
else else
printf("unknown %d", param->value_type); printf("unknown %d", param->value_type);