Skip to content

wayland: Use wl_display_create_queue_with_name

Daniel Stone requested to merge daniels/gstreamer:wayland-named-queues into main

Wayland 1.23 and above allow us to attach names to an event queue, which are printed out when debugging. Do this to make the logs easier to read.

Merge request reports