mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Cleanup audio format
This commit is contained in:
parent
b901c2c67d
commit
a5f21576fa
6 changed files with 21 additions and 15 deletions
|
|
@ -455,6 +455,8 @@ spa_debug_format (const SpaFormat *format)
|
|||
|
||||
res = spa_props_get_prop (props, i, &value);
|
||||
|
||||
if (info->flags & SPA_PROP_FLAG_INFO)
|
||||
continue;
|
||||
if (res == SPA_RESULT_PROPERTY_UNSET && info->flags & SPA_PROP_FLAG_OPTIONAL)
|
||||
continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue