Skip to content

pw: Apply ref-struct pattern to pipewire core

Tom Wagner requested to merge ryuukyu/pipewire-rs:core-ref into main

Applies the usual ref-struct pattern to pw_core by splitting it into a Core and a CoreRef, so that non-owned cores can be managed through the bindings.

The CoreInner struct is now private, since it is an implementation detail.

Merge request reports