cosmetic change. GObjects contain properties, not arguments.

Original commit message from CVS:
cosmetic change.  GObjects contain properties, not arguments.
This commit is contained in:
David Schleef 2003-11-04 03:39:51 +00:00
parent b75efb7f59
commit a52f684a76

View file

@ -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, };