dvbbasebin: printf format fixes

This commit is contained in:
Tim-Philipp Müller 2009-11-05 21:45:07 +00:00
parent c3ee4820e6
commit 926493d12b

View file

@ -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;
}