waylandsink get segmentation fault when try to connect to QtWaylandCompositor

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

waylandsink get segmentation fault when try to connect to QtWaylandCompositor

Jump to solution
434 Views
T-Ii
Contributor III

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.

 

0 Kudos
Reply
1 Solution
431 Views
T-Ii
Contributor III

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.

View solution in original post

0 Kudos
Reply
1 Reply
432 Views
T-Ii
Contributor III

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.

0 Kudos
Reply