gstreamer/gst-libs/gst/vulkan/ios
Matthew Waters cd28c77413 vulkan/window/ios: fix race on window startup
1. The iOS create_surface implementation needs to call out to the main
thread to create the window (UIKit requirement)
2. get_surface() can be called and will attempt to create the VkSurface
from an invalid view/layer.

Also pass the layer for MoltenVK so we don't get pesky 'UIView function
not called on main thread' warnings.
2019-09-16 03:15:39 +00:00
..
gstvkdisplay_ios.h vulkan: make a gstvulkan library out of the existing API 2019-06-04 09:03:44 +00:00
gstvkdisplay_ios.m vulkan: make a gstvulkan library out of the existing API 2019-06-04 09:03:44 +00:00
gstvkios_utils.h vulkan/ios: keep track of surface changes 2019-08-14 13:45:31 +10:00
gstvkwindow_ios.h vulkan: make a gstvulkan library out of the existing API 2019-06-04 09:03:44 +00:00
gstvkwindow_ios.m vulkan/window/ios: fix race on window startup 2019-09-16 03:15:39 +00:00