pw_stream_get_time() is deprecated in PipeWire 0.3.50. Use pw_stream_get_time_n() instead based on PipeWire
library version.
As of this writing the PipeWire master branch is still at 0.3.49, but the deprecation commit has been merged about a week ago, so this patch will not solve build issues until master is updated to 0.3.50. To build from PW master for now we can turn off Werror for deprecations CFLAGS='-Wno-error=deprecated-declarations' cmake ..
pw_stream_get_time() is deprecated in PipeWire 0.3.50. Use pw_stream_get_time_n() instead based on PipeWire library version.
As of this writing the PipeWire master branch is still at 0.3.49, but the deprecation commit has been merged about a week ago, so this patch will not solve build issues until master is updated to 0.3.50. To build from PW master for now we can turn off Werror for deprecations
CFLAGS='-Wno-error=deprecated-declarations' cmake ..