1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#endif
GO(gst_dmabuf_allocator_alloc, pFpiL)
//GO(gst_dmabuf_allocator_alloc_with_flags,
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_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_phys_memory_allocator_get_type, LFv)
//GO(gst_phys_memory_get_phys_addr,
|