mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06: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);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
void _invoke_on_main (GstVulkanWindowFunc func, gpointer data, GDestroyNotify notify);
|
||||
|
||||
G_END_DECLS
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue