mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
cosmetic change. GObjects contain properties, not arguments.
Original commit message from CVS: cosmetic change. GObjects contain properties, not arguments.
This commit is contained in:
parent
b75efb7f59
commit
a52f684a76
1 changed files with 1 additions and 1 deletions
|
@ -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, };
|
||||
|
|
Loading…
Reference in a new issue