mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-02-04 22:30:28 +01:00
Add the ability to construct an Interest argument without
using the Interest keyword, so instead of:
om:lookup(Interest { type = "session" })
we can now write:
om:lookup { type = "session" }
... and also remove lookup_filtered from ObjectManager
|
||
|---|---|---|
| .. | ||
| audiotestsrc-play.c | ||
| bt-profile-switch.lua | ||
| interactive.lua | ||
| meson.build | ||