mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gst-inspect: If running with --print-all, fix printing of the Children: line
This commit is contained in:
parent
894aa56140
commit
be5d2987a8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue