Home
last modified time | relevance | path

Searched refs:event_source (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/
Dgstvkdisplay_xcb.c110 GST_VULKAN_DISPLAY (ret)->event_source = xcb_event_source_new (ret); in gst_vulkan_display_xcb_new()
111 g_source_attach (GST_VULKAN_DISPLAY (ret)->event_source, in gst_vulkan_display_xcb_new()
Dgstvkdisplay_xcb.h69 GSource *event_source; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dgstvkdisplay_wayland.c137 GST_VULKAN_DISPLAY (ret)->event_source = in gst_vulkan_display_wayland_new()
139 g_source_attach (GST_VULKAN_DISPLAY (ret)->event_source, in gst_vulkan_display_wayland_new()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdisplay.c186 if (display->event_source) { in gst_vulkan_display_finalize()
187 g_source_destroy (display->event_source); in gst_vulkan_display_finalize()
188 g_source_unref (display->event_source); in gst_vulkan_display_finalize()
190 display->event_source = NULL; in gst_vulkan_display_finalize()
Dgstvkdisplay.h103 GSource *event_source; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstgldisplay_x11.c123 GST_GL_DISPLAY (ret)->event_source = xcb_event_source_new (ret); in gst_gl_display_x11_new()
124 g_source_attach (GST_GL_DISPLAY (ret)->event_source, in gst_gl_display_x11_new()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.c236 if (display->event_source) { in gst_gl_display_dispose()
237 g_source_destroy (display->event_source); in gst_gl_display_dispose()
238 g_source_unref (display->event_source); in gst_gl_display_dispose()
240 display->event_source = NULL; in gst_gl_display_dispose()
Dgstgldisplay.h119 GSource *event_source; member