mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-06-10 08:58:20 +02:00
* Use a more complete API to introspect SPA types * Avoid the need for the Tables enumeration; the tables are now registered with a string * Avoid the need for initialization, work directly on spa_types and other static data * Allow working with Object pods that are not Params; the PARAMS table was previously hardcoded in the pod implementation * Add a different dynamic type registration system, closer to how spa type works. The only regression is that we can no longer register additional custom object fields (custom SPA_PROP_* for example), but this feature can be re-added later |
||
|---|---|---|
| .. | ||
| module-config-policy | ||
| module-config-static-objects | ||
| module-dbus-reservation | ||
| module-endpoint-creation | ||
| module-lua-scripting | ||
| module-si-adapter | ||
| meson.build | ||
| module-client-permissions.c | ||
| module-config-policy.c | ||
| module-config-static-objects.c | ||
| module-dbus-reservation.c | ||
| module-default-metadata.c | ||
| module-default-profile.c | ||
| module-device-activation.c | ||
| module-endpoint-creation.c | ||
| module-lua-scripting.c | ||
| module-metadata.c | ||
| module-monitor.c | ||
| module-node-suspension.c | ||
| module-si-adapter.c | ||
| module-si-audio-softdsp-endpoint.c | ||
| module-si-bluez5-endpoint.c | ||
| module-si-convert.c | ||
| module-si-fake-stream.c | ||
| module-si-monitor-endpoint.c | ||
| module-si-simple-node-endpoint.c | ||
| module-si-standard-link.c | ||