Find a file
George Kiagiadakis 753e708544 object-manager: refactor to be able to track locally created proxies
There are 3 kinds of WpProxy objects:
 * the ones that are created as a result of binding a global
   from the registry
 * the ones that are created as a result of calling into a remote
   factory (wp_node_new_from_factory, etc...)
 * the ones that are a local implementation of an object
   (WpImplNode, etc...) and are exported

Previously the object manager was only able to track the first kind.
With these changes we can now also have globals associated with
WpProxies that were created earlier (and caused the creation of the global).
This saves some resources and reduces round-trips (in case client
code wants to change properties of an object that is locally
implemented, it shouldn't need to do a round-trip through the server)
2020-02-14 17:12:23 +02:00
docs docs: enable building html documentation with hotdoc 2020-01-22 17:06:01 +02:00
lib object-manager: refactor to be able to track locally created proxies 2020-02-14 17:12:23 +02:00
modules object-manager: refactor to be able to track locally created proxies 2020-02-14 17:12:23 +02:00
src modules: remove match priorities from config files and use the filename instead 2020-01-14 09:15:22 -05:00
subprojects wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00
tests object-manager: refactor to be able to track locally created proxies 2020-02-14 17:12:23 +02:00
tools object-manager: refactor to be able to track locally created proxies 2020-02-14 17:12:23 +02:00
.editorconfig docs: enable building html documentation with hotdoc 2020-01-22 17:06:01 +02:00
.gitignore add .gitignore 2019-12-23 18:24:06 +02:00
.gitlab-ci.yml update to the latest pipewire API 2020-01-13 15:07:08 -05:00
LICENSE Relicense to MIT 2019-05-31 12:13:12 +03:00
Makefile config: refactor wireplumber's configuration 2019-12-17 17:16:53 +02:00
meson.build docs: enable building html documentation with hotdoc 2020-01-22 17:06:01 +02:00
meson_options.txt docs: enable building html documentation with hotdoc 2020-01-22 17:06:01 +02:00
README.md docs: enable building html documentation with hotdoc 2020-01-22 17:06:01 +02:00

WirePlumber

WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire.

Compiling & Running

The most recent instructions can be found in the docs: