gst-inspect: If running with --print-all, fix printing of the Children: line
authorYouness Alaoui <youness.alaoui@collabora.co.uk>
Mon, 16 Apr 2012 21:14:17 +0000 (21:14 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 17 Apr 2012 07:09:14 +0000 (09:09 +0200)
tools/gst-inspect.c

index 0553607..cde6e1c 100644 (file)
@@ -940,7 +940,7 @@ print_children_info (GstElement * element)
   children = (GList *) GST_BIN (element)->children;
   if (children) {
     n_print ("\n");
-    g_print ("Children:\n");
+    n_print ("Children:\n");
   }
 
   while (children) {