mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Remove description
Documentation should go somewhere else
This commit is contained in:
parent
672e5d8fa6
commit
523868d6bd
15 changed files with 228 additions and 259 deletions
|
|
@ -377,7 +377,7 @@ spa_debug_props (const SpaProps *props, bool print_ranges)
|
|||
|
||||
info = &props->prop_info[i];
|
||||
|
||||
fprintf (stderr, " %-20s: %s\n", info->name, info->description);
|
||||
fprintf (stderr, " %-20s\n", info->name);
|
||||
fprintf (stderr, "%-23.23s flags: ", "");
|
||||
if (info->flags & SPA_PROP_FLAG_READABLE)
|
||||
fprintf (stderr, "readable ");
|
||||
|
|
@ -430,7 +430,7 @@ spa_debug_props (const SpaProps *props, bool print_ranges)
|
|||
const SpaPropRangeInfo *rinfo = &info->range_values[j];
|
||||
fprintf (stderr, "%-23.23s ", "");
|
||||
print_value (info, &rinfo->val);
|
||||
fprintf (stderr, "\t: %-12s - %s \n", rinfo->name, rinfo->description);
|
||||
fprintf (stderr, "\t: %-12s\n", rinfo->name);
|
||||
}
|
||||
}
|
||||
if (info->tags) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue