mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-23 13:58:10 +02:00
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. |
||
|---|---|---|
| .. | ||
| media-session | ||
| audio-dsp-filter.c | ||
| audio-src.c | ||
| bluez-session.c | ||
| export-sink.c | ||
| export-source.c | ||
| export-spa-device.c | ||
| export-spa.c | ||
| local-v4l2.c | ||
| meson.build | ||
| sdl.h | ||
| video-dsp-play.c | ||
| video-play.c | ||
| video-src-alloc.c | ||
| video-src.c | ||