about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgstallocators_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-11-25 18:33:35 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-11-25 18:33:35 +0100
commitdf80b9c5de87ff369cfd159815fa35464b7e7f20 (patch)
tree59e13a2de2836cf27a50233ec23ea49ec3e3102d /src/wrapped/wrappedgstallocators_private.h
parentffa94268d7ff5034569faaafda48a4a2c1429d3b (diff)
downloadbox64-df80b9c5de87ff369cfd159815fa35464b7e7f20.tar.gz
box64-df80b9c5de87ff369cfd159815fa35464b7e7f20.zip
[WRAPPER] Reworked wrapping of gstallocators with new wrapperhelper
Diffstat (limited to 'src/wrapped/wrappedgstallocators_private.h')
-rw-r--r--src/wrapped/wrappedgstallocators_private.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/wrapped/wrappedgstallocators_private.h b/src/wrapped/wrappedgstallocators_private.h
index 18c71e14..f906e7f3 100644
--- a/src/wrapped/wrappedgstallocators_private.h
+++ b/src/wrapped/wrappedgstallocators_private.h
@@ -1,18 +1,18 @@
 #if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
-#error meh!
+#error Meh...
 #endif
 
 GO(gst_dmabuf_allocator_alloc, pFpiL)
-//GO(gst_dmabuf_allocator_alloc_with_flags, 
+GO(gst_dmabuf_allocator_alloc_with_flags, pFpiLu)
 GO(gst_dmabuf_allocator_get_type, LFv)
 GO(gst_dmabuf_allocator_new, pFv)
-//GO(gst_dmabuf_memory_get_fd, 
-//GO(gst_fd_allocator_alloc, 
+GO(gst_dmabuf_memory_get_fd, iFp)
+GO(gst_fd_allocator_alloc, pFpiLu)
 GO(gst_fd_allocator_get_type, LFv)
-//GO(gst_fd_allocator_new, 
-//GO(gst_fd_memory_get_fd, 
-//GO(gst_is_dmabuf_memory, 
-//GO(gst_is_fd_memory, 
-//GO(gst_is_phys_memory, 
+GO(gst_fd_allocator_new, pFv)
+GO(gst_fd_memory_get_fd, iFp)
+GO(gst_is_dmabuf_memory, iFp)
+GO(gst_is_fd_memory, iFp)
+GO(gst_is_phys_memory, iFp)
 GO(gst_phys_memory_allocator_get_type, LFv)
-//GO(gst_phys_memory_get_phys_addr, 
\ No newline at end of file
+GO(gst_phys_memory_get_phys_addr, LFp)