Merge branch 'deprecate-unused' into 'master'

pod: doc: Deprecate unused types

See merge request pipewire/pipewire!2454
This commit is contained in:
Demi Marie Obenour 2025-10-24 18:51:51 -04:00
commit ad3bbbfbeb

View file

@ -33,7 +33,7 @@ POD's can contain a number of basic SPA types:
- `SPA_TYPE_Bytes`: A byte array.
- `SPA_TYPE_Rectangle`: A rectangle with width and height.
- `SPA_TYPE_Fraction`: A fraction with numerator and denominator.
- `SPA_TYPE_Bitmap`: An array of bits.
- `SPA_TYPE_Bitmap`: An array of bits. Deprecated and unused.
POD's can be grouped together in these container types: