From 62022ce623d0eab7b312125da0bdeb000b5e3865 Mon Sep 17 00:00:00 2001 From: Demi Marie Obenour Date: Thu, 10 Jul 2025 13:10:02 -0400 Subject: [PATCH] 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. --- doc/dox/api/spa-pod.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dox/api/spa-pod.dox b/doc/dox/api/spa-pod.dox index 7d4e244cf..2ce8d6297 100644 --- a/doc/dox/api/spa-pod.dox +++ b/doc/dox/api/spa-pod.dox @@ -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: