gnif / LookingGlass

An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.
GNU General Public License v2.0
4.72k stars 262 forks source link

[client] audio/pw: pw_stream_get_time() deprecated #980

Closed netboy3 closed 2 years ago

netboy3 commented 2 years ago

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 ..