mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Previously, custom object properties were printed as "unknown", and the offset (wrt. `SPA_PROP_START_CUSTOM`) was not displayed. A custom property is distinct from an "unknown" one. Being able to quickly differentiate the two is useful. Furthermore, knowing the custom property id (i.e. the actual numeric id minus `SPA_PROP_START_CUSTOM`) is also very helpful. To address the above, print a custom property (i.e. anything with an id at least `SPA_PROP_START_CUSTOM`) as follows: Spa:Pod:Object:Param:Props:Custom:123 where the last component is the custom property id. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||