pw: fix mismatched types in ThreadLoopInner.timed_wait_full
Generated bindings.rs
expects a *mut pipewire_sys::timespec
,
whereas a *const pipewire_sys::timespec
was given here.
Fixes: #90 (closed)
Edited by Andrei Onea
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Generated bindings.rs
expects a *mut pipewire_sys::timespec
,
whereas a *const pipewire_sys::timespec
was given here.
Fixes: #90 (closed)