From a52f684a767648cf2e27590c4eba559d97e12d1d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 4 Nov 2003 03:39:51 +0000 Subject: [PATCH] cosmetic change. GObjects contain properties, not arguments. Original commit message from CVS: cosmetic change. GObjects contain properties, not arguments. --- tools/gst-inspect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 92e4422171..366ea8aa0a 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -249,7 +249,7 @@ print_element_properties (GstElement *element) property_specs = g_object_class_list_properties (G_OBJECT_GET_CLASS (element), &num_properties); - g_print("\nElement Arguments:\n"); + g_print("\nElement Properties:\n"); for (i = 0; i < num_properties; i++) { GValue value = { 0, };