Skip to content

Set callbacks.stream for local listener

Alois Wohlschlager requested to merge aloisw/pipewire-rs:initialize-stream into main

Setting up a local listener on a stream did not properly initialize callbacks.stream, leading to unwrapping the None when invoking the process callback. Properly initialize the stream instead, so that the process callback works as intended.

Fixes #48 (closed)

Merge request reports