Find a file
George Kiagiadakis d8ae151aba proxy: replace global-id with bound-id
+ use the pw_proxy API to find the bound id instead
of relying on WpGlobal

This has the advantage that it works also for exported
objects and for objects that have been created by calling
into a remote factory (such as the link-factory), so we can
now know the global id of all proxies, not only the ones
that have been created by the registry.
2020-02-10 18:58:41 +02:00
docs docs: enable building html documentation with hotdoc 2020-01-22 17:06:01 +02:00
lib proxy: replace global-id with bound-id 2020-02-10 18:58:41 +02:00
modules proxy: replace global-id with bound-id 2020-02-10 18:58:41 +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 proxy: replace global-id with bound-id 2020-02-10 18:58:41 +02:00
tools proxy: replace global-id with bound-id 2020-02-10 18:58:41 +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: