mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
vulkan: priviatise _invoke_on_main()
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/1132
This commit is contained in:
parent
8ba4d1a480
commit
c7526a6f68
2 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ G_BEGIN_DECLS
|
||||||
|
|
||||||
typedef void (*GstVulkanWindowFunc) (gpointer data);
|
typedef void (*GstVulkanWindowFunc) (gpointer data);
|
||||||
|
|
||||||
|
G_GNUC_INTERNAL
|
||||||
void _invoke_on_main (GstVulkanWindowFunc func, gpointer data, GDestroyNotify notify);
|
void _invoke_on_main (GstVulkanWindowFunc func, gpointer data, GDestroyNotify notify);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
|
@ -34,6 +34,7 @@ G_BEGIN_DECLS
|
||||||
|
|
||||||
typedef void (*GstVulkanWindowFunc) (gpointer data);
|
typedef void (*GstVulkanWindowFunc) (gpointer data);
|
||||||
|
|
||||||
|
G_GNUC_INTERNAL
|
||||||
void _invoke_on_main (GstVulkanWindowFunc func, gpointer data, GDestroyNotify notify);
|
void _invoke_on_main (GstVulkanWindowFunc func, gpointer data, GDestroyNotify notify);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
Loading…
Reference in a new issue