mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
remove \n
Original commit message from CVS: remove \n
This commit is contained in:
parent
1512ad8d3d
commit
e118149521
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ gst_unitconv_register_convert_func (gchar * from_unit_named,
|
||||||
g_return_val_if_fail (g_hash_table_lookup (convert_funcs, to_unit) == NULL,
|
g_return_val_if_fail (g_hash_table_lookup (convert_funcs, to_unit) == NULL,
|
||||||
FALSE);
|
FALSE);
|
||||||
|
|
||||||
GST_DEBUG ("adding unit converter from %s to %s\n",
|
GST_DEBUG ("adding unit converter from %s to %s",
|
||||||
g_param_spec_get_name (from_unit->unit_spec),
|
g_param_spec_get_name (from_unit->unit_spec),
|
||||||
g_param_spec_get_name (to_unit->unit_spec));
|
g_param_spec_get_name (to_unit->unit_spec));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue