I am using 8MMINILPD4-EVK with Linux 6.12.3_1.0.0. The waylandsink get segmentation fault every time when it try to connect to QtWaylandCompositor application.
Solved! Go to Solution.
This is caused from a luch of implementation for wl_seat protocol. QtWaylnadCompositor sets `name` property in wl_seat, but waylandsink doesn't have the function for it.
The patch attached is a workaround I created.
After it applyed and rebuild, I can see gstreamer videos on QtWaylnadCompositor.
This is caused from a luch of implementation for wl_seat protocol. QtWaylnadCompositor sets `name` property in wl_seat, but waylandsink doesn't have the function for it.
The patch attached is a workaround I created.
After it applyed and rebuild, I can see gstreamer videos on QtWaylnadCompositor.