blob: 6759f70adc912f66f34a7cf29336d96d95ef509f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/*******************************************************************
* File automatically generated by rebuild_wrappers.py (v2.5.0.24) *
*******************************************************************/
#ifndef __wrappedgstbaseTYPES_H_
#define __wrappedgstbaseTYPES_H_
#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS()
#endif
typedef void (*vFppp_t)(void*, void*, void*);
typedef void* (*pFppupi_t)(void*, void*, uint32_t, void*, int32_t);
#define SUPER() ADDED_FUNCTIONS() \
GO(gst_collect_pads_set_buffer_function, vFppp_t) \
GO(gst_collect_pads_set_clip_function, vFppp_t) \
GO(gst_collect_pads_set_event_function, vFppp_t) \
GO(gst_collect_pads_set_function, vFppp_t) \
GO(gst_collect_pads_set_query_function, vFppp_t) \
GO(gst_collect_pads_add_pad, pFppupi_t)
#endif // __wrappedgstbaseTYPES_H_
|