pod: doc: Deprecate unused types

I found no uses of SPA_TYPE_Bitmap outside of the SPA code itself and
the now-removed v0 protocol support.  Wim Taymans confirmed that it has
no uses and is not usable.  Deprecate it so it can hopefully be removed.
This commit is contained in:
Demi Marie Obenour 2025-07-10 13:10:02 -04:00 committed by Wim Taymans
parent c63c100c4b
commit 62022ce623

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: