mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
debug fix
Original commit message from CVS: debug fix
This commit is contained in:
parent
59bd88118f
commit
09f50aa47e
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ gst_unitconv_register_unit(const gchar *domain_name,
|
|||
g_hash_table_lookup(_gst_unit_domain_defaults, domain_name) == NULL, FALSE);
|
||||
}
|
||||
|
||||
GST_DEBUG (GST_CAT_PARAMS,"creating unit: %s\n", unit_name);
|
||||
GST_DEBUG (GST_CAT_PARAMS,"creating unit: %s", unit_name);
|
||||
|
||||
unit = g_new0(GstUnit,1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue