mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Somewhat improve the layout of args in inspect.
Original commit message from CVS: Somewhat improve the layout of args in inspect.
This commit is contained in:
parent
083d01c3d9
commit
9b3ec7e2f6
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ print_element_info (GstElementFactory *factory)
|
|||
// FIXME should say whether it's read-only or not
|
||||
gtk_object_getv (GTK_OBJECT (element), num_args, args2);
|
||||
|
||||
printf(" %s: ",args[i].name);
|
||||
printf(" %-40.40s: ",args[i].name);
|
||||
switch (args[i].type) {
|
||||
case GTK_TYPE_STRING: printf("String (Default \"%s\")", GTK_VALUE_STRING (args2[i]));break;
|
||||
case GTK_TYPE_BOOL: printf("Boolean (Default %s)", (GTK_VALUE_BOOL (args2[i])?"true":"false"));break;
|
||||
|
|
Loading…
Reference in a new issue