gstreamer: gst-inspect: If running with --print-all, fix printing of the Children: line
Sebastian Dröge
slomo at kemper.freedesktop.org
Tue Apr 17 00:09:20 PDT 2012
Module: gstreamer
Branch: master
Commit: be5d2987a8b4448402e47817c6485f2b36355034
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=be5d2987a8b4448402e47817c6485f2b36355034
Author: Youness Alaoui <youness.alaoui at collabora.co.uk>
Date: Mon Apr 16 21:14:17 2012 +0000
gst-inspect: If running with --print-all, fix printing of the Children: line
---
tools/gst-inspect.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c
index 0553607..cde6e1c 100644
--- a/tools/gst-inspect.c
+++ b/tools/gst-inspect.c
@@ -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) {
More information about the gstreamer-commits
mailing list