vulkan: priviatise _invoke_on_main()
authorMatthew Waters <matthew@centricular.com>
Tue, 3 Dec 2019 03:18:49 +0000 (14:18 +1100)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 3 Dec 2019 10:17:29 +0000 (10:17 +0000)
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/1132

gst-libs/gst/vulkan/cocoa/gstvkcocoa_utils.h
gst-libs/gst/vulkan/ios/gstvkios_utils.h

index a111fe2..8958854 100644 (file)
@@ -48,6 +48,7 @@ G_BEGIN_DECLS
 
 typedef void (*GstVulkanWindowFunc) (gpointer data);
 
+G_GNUC_INTERNAL
 void _invoke_on_main (GstVulkanWindowFunc func, gpointer data, GDestroyNotify notify);
 
 G_END_DECLS
index 646b81c..200d7cf 100644 (file)
@@ -34,6 +34,7 @@ G_BEGIN_DECLS
 
 typedef void (*GstVulkanWindowFunc) (gpointer data);
 
+G_GNUC_INTERNAL
 void _invoke_on_main (GstVulkanWindowFunc func, gpointer data, GDestroyNotify notify);
 
 G_END_DECLS