Home
last modified time | relevance | path

Searched refs:wl_source (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dgstvkwindow_wayland.c209 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()
Dgstvkwindow_wayland.h59 GSource *wl_source; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c477 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()
Dgstglwindow_wayland_egl.h96 GSource *wl_source; member
/third_party/weston/libweston/backend-wayland/
Dwayland.c86 struct wl_event_source *wl_source; member
2639 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()
/third_party/gstreamer/gstplugins_base/
DChangeLog2571 destroy the wl_source, a GSource that is resposibble of dispatching and executing
2575 the wl_source.