pipewire/pipewire-jack
Wim Taymans 8a959ea7a1 core_proxy: prepare to rename pw_remote -> pw_core_proxy
The pw_remote object is really a wrapper around the pw_core_proxy.
The events it emits are also available in the core proxy and are
generally awkward to use.

With some clever new pw_core_proxy_* methods and a pw_core_connect
to create the core_proxy, we can convert all code away from pw_remote.

This is a first step in this conversion, using the pw_remote behind
the scenes. It leaks into some places because it really needs to become
its own struct in a next step.
2019-12-06 11:48:40 +01:00
..
examples Merge pipewire-jack subtree 2019-11-03 15:20:56 +01:00
src core_proxy: prepare to rename pw_remote -> pw_core_proxy 2019-12-06 11:48:40 +01:00
LICENSE Merge pipewire-jack subtree 2019-11-03 15:20:56 +01:00
README.md Merge pipewire-jack subtree 2019-11-03 15:20:56 +01:00

pipewire-jack

JACK client library for PipeWire