mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
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:
parent
c63c100c4b
commit
62022ce623
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue