mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
metadata: Add metadata API
Metadata allows apps to attach properties to objects that can be read by other apps. Not complete yet, properties should be removed when the object is removed.
This commit is contained in:
parent
8ddf579cc0
commit
0a81a982f7
12 changed files with 981 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ add-spa-lib api.jack.* jack/libspa-jack
|
|||
#load-module libpipewire-module-spa-node api.alsa.seq.bridge node.name=MIDI-Bridge
|
||||
load-module libpipewire-module-rtkit
|
||||
load-module libpipewire-module-protocol-native
|
||||
load-module libpipewire-module-metadata
|
||||
load-module libpipewire-module-spa-device-factory
|
||||
load-module libpipewire-module-spa-node-factory
|
||||
#load-module libpipewire-module-spa-node api.vulkan.compute.source node.name=my-compute-source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue