Skip to content

waylandsink: release frame callback when destroyed

Randy Li requested to merge ayaka/gst-plugins-bad:fix_wayland into master

We would use a frame callback from the surface to indicate that last buffer is rendered, but when we destroy the surface and that callback is not back yet, it may cause the wayland event queue crash.

Merge request reports