vulkan: priviatise _invoke_on_main()

https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/1132
This commit is contained in:
Matthew Waters 2019-12-03 14:18:49 +11:00 committed by GStreamer Merge Bot
parent 8ba4d1a480
commit c7526a6f68
2 changed files with 2 additions and 0 deletions

View 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

View 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