mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +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;
|
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) {
|
||||||
|
|
Loading…
Reference in a new issue