How to bind a wanylandsink in gstreamer with wayland Windows in FLTK?
Dear all, Now I am trying to use FLTK1.4 to develop a video player with GStreamer. I can play the mp4 with the waylandsink in gstreamer, and I also could create a FLTK1.4 wayland window. I know I should use gst_video_overlay_set_window_handle(GstVideoOverlay * overlay, guintptr handle) to combine the waylandsink with the window, but it is failed. I am not sure which parameters should I use for handle, wl_surface or something? Thanks Chad