tools: gst-inspect: fix double empty line after pad templates

This commit is contained in:
Tim-Philipp Müller 2017-11-17 00:14:35 +00:00
parent d915dd4b20
commit 465094f071

View file

@ -592,7 +592,8 @@ print_pad_templates_info (GstElement * element, GstElementFactory * factory)
gst_caps_unref (caps);
}
n_print ("\n");
if (pads != NULL)
n_print ("\n");
}
}