pipewire/src
Wim Taymans 499dd3ff22 node: add port and node params
Add a new struct spa_param_info that lists the available params on
a node/port and if they are readable/writable/updated. We can use
this to replace and improve the PARAM_List and also to notify
property change and updates.

Update elements and code to deal with this new param stuff. Add
port and node info to most elements and signal changes.

Use async enum_params in -inspect and use the param info to know
which ones to enumerate.

Use the port info to know what parameters to update in the
remote-node.
2019-02-27 16:43:01 +01:00
..
daemon daemon: getopt returns int, declare it as such to avoid comparison issues 2019-02-13 11:23:18 +01:00
examples node: add port and node params 2019-02-27 16:43:01 +01:00
extensions node: improve async handling 2019-02-21 09:40:12 +01:00
gst more async improvements 2019-02-25 16:25:27 +01:00
modules node: add port and node params 2019-02-27 16:43:01 +01:00
pipewire node: add port and node params 2019-02-27 16:43:01 +01:00
tests more async improvements 2019-02-25 16:25:27 +01:00
tools node: add port and node params 2019-02-27 16:43:01 +01:00
.gitignore move things around 2017-07-11 16:08:22 +02:00
meson.build tests: add c++ include test 2019-01-08 13:00:24 +01:00