mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tools: gst-inspect: fix double empty line after pad templates
This commit is contained in:
parent
d915dd4b20
commit
465094f071
1 changed files with 2 additions and 1 deletions
|
@ -592,7 +592,8 @@ print_pad_templates_info (GstElement * element, GstElementFactory * factory)
|
||||||
gst_caps_unref (caps);
|
gst_caps_unref (caps);
|
||||||
}
|
}
|
||||||
|
|
||||||
n_print ("\n");
|
if (pads != NULL)
|
||||||
|
n_print ("\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue