Home
last modified time | relevance | path

Searched refs:GST_IS_VULKAN_DISPLAY_WAYLAND (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dgstvkdisplay_wayland.h39 #define GST_IS_VULKAN_DISPLAY_WAYLAND(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_VULK… macro
Dgstvkdisplay_wayland.c192 g_return_if_fail (GST_IS_VULKAN_DISPLAY_WAYLAND (display)); in gst_vulkan_display_wayland_roundtrip_async()
Dgstvkwindow_wayland.c222 if (!GST_IS_VULKAN_DISPLAY_WAYLAND (window->display)) { in gst_vulkan_window_wayland_open()