Skip to content

spa: pod: Fix pod size calculation in serialization

Bao, Huang-Huang requested to merge eh5/pipewire-rs:fix-pod-serialize into main

Ensures len in SerializeSuccess is equal to the out data size as the len value is used in calculation of pod size of struct pod and object pod, otherwise the written pod size inside serialized pod data would be incorrect.

Merge request reports