diff options
author | David Schleef <ds@schleef.org> | 2003-11-04 03:39:51 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-04 03:39:51 +0000 |
commit | a52f684a767648cf2e27590c4eba559d97e12d1d (patch) | |
tree | 6bb505019c2ff1a7e0bf64efd1d3c851c4f94b00 /tools | |
parent | b75efb7f59ab6ce289f6b8b54554d0f8902e59a6 (diff) |
cosmetic change. GObjects contain properties, not arguments.
Original commit message from CVS:
cosmetic change. GObjects contain properties, not arguments.
Diffstat (limited to 'tools')
-rw-r--r-- | 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 92e442217..366ea8aa0 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, }; |