mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
turn g_print into GST_INFO
Original commit message from CVS: turn g_print into GST_INFO
This commit is contained in:
parent
f5ef4dec93
commit
6d3d60df51
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ gst_xml_registry_load (GstRegistry *registry)
|
|||
seconds = g_timer_elapsed (timer, NULL);
|
||||
g_timer_destroy (timer);
|
||||
|
||||
g_print ("registry: loaded %s in %f seconds\n (%s)\n",
|
||||
GST_INFO (0, "registry: loaded %s in %f seconds\n (%s)",
|
||||
registry->name, seconds, xmlregistry->location);
|
||||
|
||||
CLASS (xmlregistry)->close_func (xmlregistry);
|
||||
|
|
Loading…
Reference in a new issue