mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
tools: fix typo in gst-inspect debug message
This commit is contained in:
parent
1654b7f1d7
commit
8c832a5e45
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue