diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index eeef7b4428..82e51c734c 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -510,8 +510,8 @@ print_element_properties_info (GstElement * element) gst_value_get_fraction_numerator (&value), gst_value_get_fraction_denominator (&value)); } else { - n_print ("%-23.23s Unknown type %ld \"%s\"", "", param->value_type, - g_type_name (param->value_type)); + n_print ("%-23.23s Unknown type %ld \"%s\"", "", + (glong) param->value_type, g_type_name (param->value_type)); } break; }