summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-22 15:23:13 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-22 15:23:13 +0000
commit8c832a5e45b24a5439bc93efb848004300d6617a (patch)
treec4fa339d36629cba819e6f3ccf89dadd483d45ad
parent1654b7f1d7ca07702e2bfaf9a1e120e5aed0df60 (diff)
tools: fix typo in gst-inspect debug message
-rw-r--r--tools/gst-inspect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c
index a2f93930d1..3a8adf5968 100644
--- a/tools/gst-inspect.c
+++ b/tools/gst-inspect.c
@@ -388,7 +388,7 @@ print_element_properties_info (GstElement * element)
g_print ("Range: %lu - %lu Default: %lu ",
pulong->minimum, pulong->maximum, g_value_get_ulong (&value));
- GST_ERROR ("%s: property '%s' of type char: consider changing to "
+ GST_ERROR ("%s: property '%s' of type ulong: consider changing to "
"uint/uint64", GST_OBJECT_NAME (element),
g_param_spec_get_name (param));
break;