diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-25 18:33:35 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-25 18:33:35 +0100 |
| commit | df80b9c5de87ff369cfd159815fa35464b7e7f20 (patch) | |
| tree | 59e13a2de2836cf27a50233ec23ea49ec3e3102d /src/wrapped/wrappedgstallocators_private.h | |
| parent | ffa94268d7ff5034569faaafda48a4a2c1429d3b (diff) | |
| download | box64-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.h | 20 |
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) |