gstreamer/ext/vulkan
Matthew Waters d7bb3b5542 vkwindow: fix build error on i386
Vulkan handles are either pointers (64-bit) or 64-bit integer
handles (32-bit). Cast the type in failure cases.

vkwindow.c:229:561: error: return makes integer from pointer without a cast [-Werror=int-conversion]
vkwindow.c:231:194: error: return makes integer from pointer without a cast [-Werror=int-conversion]

https://bugzilla.gnome.org/show_bug.cgi?id=777979
2017-02-01 16:08:55 +11:00
..
wayland wayland: avoid prefix clash in combined pkg-config check 2016-11-18 10:41:16 -08:00
xcb
.gitignore
gstvulkan.c
Makefile.am vulkan: add a trash object 2016-11-03 16:58:35 +11:00
meson.build vulkan: Add missing files to meson build 2016-11-04 09:51:45 +05:30
vk.h vulkan: add a trash object 2016-11-03 16:58:35 +11:00
vk_fwd.h vulkan: add a trash object 2016-11-03 16:58:35 +11:00
vkapi.h
vkbuffermemory.c
vkbuffermemory.h
vkbufferpool.c
vkbufferpool.h
vkconfig.h.meson
vkdevice.c gst: Don't declare variables inside the for loop header 2016-12-13 22:39:01 +02:00
vkdevice.h
vkdisplay.c
vkdisplay.h
vkerror.c
vkerror.h
vkfence.c vulkan: add a simple refcountable fence wrapper 2016-11-03 16:58:35 +11:00
vkfence.h vulkan: add a simple refcountable fence wrapper 2016-11-03 16:58:35 +11:00
vkimagememory.c vkimagememory: use the correct enum for RGB16/BGR16 formats 2017-01-26 19:52:07 +11:00
vkimagememory.h
vkinstance.c gst: Don't declare variables inside the for loop header 2016-12-13 22:39:01 +02:00
vkinstance.h
vkmacros.h
vkmemory.c
vkmemory.h
vkqueue.c
vkqueue.h
vksink.c
vksink.h
vkswapper.c vkswapper: Use the trash list to free resources after they've been used 2016-11-03 16:58:35 +11:00
vkswapper.h
vktrash.c vulkan: add a trash object 2016-11-03 16:58:35 +11:00
vktrash.h vulkan: add a trash object 2016-11-03 16:58:35 +11:00
vkupload.c
vkupload.h
vkutils.c
vkutils.h
vkutils_private.h
vkwindow.c vkwindow: fix build error on i386 2017-02-01 16:08:55 +11:00
vkwindow.h