pipewire/spa/include/spa
Guido Günther 958ae36717 spa: Add default: statements
This allows to use the library in projects that use `-Wswitch-default`
without any

 #pragma GCC diagnostic push
 #pragma GCC diagnostic ignored "-Wswitch-default"
 #pragma GCC diagnostic pop

This is useful as as the header is being pulled in via
pipewire/wireplumber headers into projects that might have this warning
enabled and would otherwise fail to build with -Werror.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
2025-05-07 07:42:39 +00:00
..
buffer spa: inline some metadata functions 2024-11-26 12:46:58 +01:00
control ump: fix program change 2.0 to 1.0 conversion 2025-04-24 10:25:39 +02:00
debug spa: debug: pod: print unsigned numbers as unsigned 2025-01-05 21:33:03 +01:00
filter-graph filter-graph: add support for channel positions 2025-03-19 17:53:05 +01:00
graph add per type API defines 2024-11-26 11:58:51 +01:00
interfaces/audio add per type API defines 2024-11-26 11:58:51 +01:00
monitor spa: fix device.profile key 2025-03-06 13:11:38 +01:00
node audioconvert: add delay_frac to spa_io_rate_match 2025-01-19 17:11:13 +02:00
param videoconvert: add PeerFormats support 2025-05-05 12:59:06 +02:00
pod videoconvert: add PeerFormats support 2025-05-05 12:59:06 +02:00
support loop: add some more docs about loop_control 2025-01-20 11:48:07 +01:00
utils spa: Add default: statements 2025-05-07 07:42:39 +00:00