Skip to content

spa: Use i32/i64 instead of c_int/c_long for spa_pod_parser_get_int/long

Tom Wagner requested to merge ryuukyu/pipewire-rs:pod-integer-fixes into main

While the pipewire library named the functions with int/long, the actual size of the integers is always 32/64 bits and only matches with the int/long size on some platforms

Fix suggested by @0x5c in #84 (closed)

Fixes #84 (closed)

Merge request reports