Skip to content

pipewire-object-mixin: use 64-bit type for the change mask

All core pw_*_info structures have a 64-bit change mask. However, the change_mask in the session manager extension info structures is only 32-bit. The differing sizes can cause problems, especially on big endian architectures at the moment.

See #49 (closed)


Needs pipewire!1084 (merged)

Edited by Barnabás Pőcze

Merge request reports