Searched refs:wl_source (Results 1 – 6 of 6) sorted by relevance
209 g_source_destroy (window_wl->wl_source); in gst_vulkan_window_wayland_close()210 g_source_unref (window_wl->wl_source); in gst_vulkan_window_wayland_close()211 window_wl->wl_source = NULL; in gst_vulkan_window_wayland_close()
59 GSource *wl_source; member
477 g_source_destroy (window_egl->wl_source); in gst_gl_window_wayland_egl_close()478 g_source_unref (window_egl->wl_source); in gst_gl_window_wayland_egl_close()479 window_egl->wl_source = NULL; in gst_gl_window_wayland_egl_close()587 window_egl->wl_source = wayland_event_source_new (display->display, in gst_gl_window_wayland_egl_open()593 g_source_attach (window_egl->wl_source, window->main_context); in gst_gl_window_wayland_egl_open()
96 GSource *wl_source; member
86 struct wl_event_source *wl_source; member2639 wl_event_source_remove(b->parent.wl_source); in wayland_destroy()2807 b->parent.wl_source = in wayland_backend_create()2810 if (b->parent.wl_source == NULL) in wayland_backend_create()2813 wl_event_source_check(b->parent.wl_source); in wayland_backend_create()
2571 destroy the wl_source, a GSource that is resposibble of dispatching and executing2575 the wl_source.