Searched refs:window_wl (Results 1 – 1 of 1) sorted by relevance
66 GstVulkanWindowWayland *window_wl = data; in handle_ping() local68 GST_TRACE_OBJECT (window_wl, "ping received serial %u", serial); in handle_ping()81 GstVulkanWindowWayland *window_wl = data; in handle_configure() local83 GST_DEBUG_OBJECT (window_wl, "configure event on surface %p, %ix%i", in handle_configure()101 destroy_surfaces (GstVulkanWindowWayland * window_wl) in destroy_surfaces() argument103 GST_DEBUG_OBJECT (window_wl, "destroying created surfaces"); in destroy_surfaces()105 if (window_wl->shell_surface) { in destroy_surfaces()106 wl_shell_surface_destroy (window_wl->shell_surface); in destroy_surfaces()107 window_wl->shell_surface = NULL; in destroy_surfaces()109 if (window_wl->surface) { in destroy_surfaces()[all …]