Skip to content

Fix crash using cursor metadata

David Edmundson requested to merge work/d_ed/cursor into master

5c027038 changes SpaBufferToQImage to a version that takes transfers ownership of the pixmap data and provides a cleanup function.

Cursors were not handled, leading to a segfault. As cursor data is in the pipewire frame data, the buffer data is manually copied.

Merge request reports