gst-inspect: If running with --print-all, fix printing of the Children: line

This commit is contained in:
Youness Alaoui 2012-04-16 21:14:17 +00:00 committed by Sebastian Dröge
parent 894aa56140
commit be5d2987a8

View file

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