Skip to content

Create binding for pw_core_sync() as pipewire::Core.sync()

Tom Wagner requested to merge (removed):pw-mon into master

This Merge Requests adds a binding for pw_core_sync() by adding a sync() method to pipewire::Core.

I've also added an examples/ folder containing an example that shows how to use that method, analogous to the existing upstream C version. It's not quite complete as we don't have a method for adding listeners to the registry yet, but perhaps this can be merged already, too.

Edit: Sorry, I created the MR on your personal repo by accident. I'm moving it over to the main repo.

Edited by Tom Wagner

Merge request reports