Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdevice.c52 static void gst_vulkan_device_dispose (GObject * object);
197 gobject_class->dispose = gst_vulkan_device_dispose; in gst_vulkan_device_class_init()
212 gst_vulkan_device_dispose (GObject * object) in gst_vulkan_device_dispose() function