mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-18 15:28:09 +02:00
read-only mirror of https://gitlab.freedesktop.org/pipewire/wireplumber
invalidation may destroy the closure and this will trigger _wplua_closure_finalize(), which will remove the closure from the array while the original code is also trying to do the same if we destroy the closure after it has been removed from the array, _wplua_closure_finalize() will not remove anything and will continue happily |
||
|---|---|---|
| docs | ||
| lib | ||
| modules | ||
| src | ||
| subprojects | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| LICENSE | ||
| Makefile | ||
| meson.build | ||
| meson_options.txt | ||
| NEWS.md | ||
| README.md | ||
| wp-uninstalled.sh | ||
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.
Getting Started
Please refer to the documentation, which is available online here