about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedgstreamertypes.h
blob: a5d43518c598852fb61e58fccb3476ac49d226d7 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.2.0.18) *
 *******************************************************************/
#ifndef __wrappedgstreamerTYPES_H_
#define __wrappedgstreamerTYPES_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 (*vFppV_t)(void*, void*, ...);
typedef void (*vFppA_t)(void*, void*, va_list);
typedef int32_t (*iFppp_t)(void*, void*, void*);
typedef int32_t (*iFppV_t)(void*, void*, ...);
typedef int32_t (*iFppA_t)(void*, void*, va_list);
typedef uint32_t (*uFppp_t)(void*, void*, void*);
typedef void* (*pFppV_t)(void*, void*, ...);
typedef void (*vFpppp_t)(void*, void*, void*, void*);
typedef void* (*pFppip_t)(void*, void*, int32_t, void*);
typedef uint32_t (*uFpippp_t)(void*, int32_t, void*, void*, void*);
typedef void* (*pFiplllpp_t)(int32_t, void*, intptr_t, intptr_t, intptr_t, void*, void*);
typedef void (*vFpippippV_t)(void*, int32_t, void*, void*, int32_t, void*, void*, ...);
typedef void (*vFpippippA_t)(void*, int32_t, void*, void*, int32_t, void*, void*, va_list);

#define SUPER() ADDED_FUNCTIONS() \
	GO(gst_bin_add_many, vFppV_t) \
	GO(gst_caps_set_simple, vFppV_t) \
	GO(gst_structure_remove_fields, vFppV_t) \
	GO(gst_caps_set_simple_valist, vFppA_t) \
	GO(gst_structure_remove_fields_valist, vFppA_t) \
	GO(gst_caps_foreach, iFppp_t) \
	GO(gst_element_link_many, iFppV_t) \
	GO(gst_structure_get, iFppV_t) \
	GO(gst_structure_get_valist, iFppA_t) \
	GO(gst_bus_add_watch, uFppp_t) \
	GO(gst_caps_new_simple, pFppV_t) \
	GO(gst_structure_new, pFppV_t) \
	GO(gst_bus_set_sync_handler, vFpppp_t) \
	GO(gst_mini_object_set_qdata, vFpppp_t) \
	GO(gst_pad_set_activatemode_function_full, vFpppp_t) \
	GO(gst_pad_set_chain_function_full, vFpppp_t) \
	GO(gst_pad_set_event_function_full, vFpppp_t) \
	GO(gst_pad_set_getrange_function_full, vFpppp_t) \
	GO(gst_pad_set_query_function_full, vFpppp_t) \
	GO(gst_registry_feature_filter, pFppip_t) \
	GO(gst_bus_add_watch_full, uFpippp_t) \
	GO(gst_buffer_new_wrapped_full, pFiplllpp_t) \
	GO(gst_debug_log, vFpippippV_t) \
	GO(gst_debug_log_valist, vFpippippA_t)

#endif // __wrappedgstreamerTYPES_H_