Skip to content

spa: pod: check that pod creation from C didn't fail

Guillaume Desmottes requested to merge gdesmott/pipewire-rs:assert-builder into main

We were already checking the return value of the spa_pod_builder_*() returning an integer but not those returning a pointer.

Merge request reports