mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
dvbbasebin: printf format fixes
This commit is contained in:
parent
c3ee4820e6
commit
926493d12b
1 changed files with 2 additions and 2 deletions
|
@ -295,8 +295,8 @@ dvb_base_bin_class_init (DvbBaseBinClass * klass)
|
|||
g_param_spec_get_nick (pspec), g_param_spec_get_blurb (pspec),
|
||||
pspec->value_type, src_pspec->default_value, pspec->flags);
|
||||
} else {
|
||||
GST_ERROR ("Unsupported property type %d for property %s",
|
||||
param_type, g_param_spec_get_name (pspec));
|
||||
GST_ERROR ("Unsupported property type %s for property %s",
|
||||
g_type_name (param_type), g_param_spec_get_name (pspec));
|
||||
++walk;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue