1 /*
2  * This file is part of gtkD.
3  *
4  * gtkD is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License
6  * as published by the Free Software Foundation; either version 3
7  * of the License, or (at your option) any later version, with
8  * some exceptions, please read the COPYING file.
9  *
10  * gtkD is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public License
16  * along with gtkD; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
18  */
19  
20 // generated automatically - do not change
21 // find conversion definition on APILookup.txt
22 // implement new conversion functionalities on the wrap.utils pakage
23 
24 
25 module gstreamerc.gstreamer;
26 
27 private import std.stdio;
28 private import gstreamerc.gstreamertypes;
29 private import gtkc.Loader;
30 private import gtkc.paths;
31 
32 shared static this()
33 {
34 	// gstreamer.GStreamer
35 
36 	Linker.link(gst_init, "gst_init", LIBRARY.GSTREAMER);
37 	Linker.link(gst_init_check, "gst_init_check", LIBRARY.GSTREAMER);
38 	Linker.link(gst_init_get_option_group, "gst_init_get_option_group", LIBRARY.GSTREAMER);
39 	Linker.link(gst_is_initialized, "gst_is_initialized", LIBRARY.GSTREAMER);
40 	Linker.link(gst_deinit, "gst_deinit", LIBRARY.GSTREAMER);
41 	Linker.link(gst_version, "gst_version", LIBRARY.GSTREAMER);
42 	Linker.link(gst_version_string, "gst_version_string", LIBRARY.GSTREAMER);
43 	Linker.link(gst_segtrap_is_enabled, "gst_segtrap_is_enabled", LIBRARY.GSTREAMER);
44 	Linker.link(gst_segtrap_set_enabled, "gst_segtrap_set_enabled", LIBRARY.GSTREAMER);
45 	Linker.link(gst_registry_fork_is_enabled, "gst_registry_fork_is_enabled", LIBRARY.GSTREAMER);
46 	Linker.link(gst_registry_fork_set_enabled, "gst_registry_fork_set_enabled", LIBRARY.GSTREAMER);
47 	Linker.link(gst_update_registry, "gst_update_registry", LIBRARY.GSTREAMER);
48 
49 	// gstreamer.Allocator
50 
51 	Linker.link(gst_allocator_find, "gst_allocator_find", LIBRARY.GSTREAMER);
52 	Linker.link(gst_allocator_register, "gst_allocator_register", LIBRARY.GSTREAMER);
53 	Linker.link(gst_allocator_set_default, "gst_allocator_set_default", LIBRARY.GSTREAMER);
54 	Linker.link(gst_allocation_params_init, "gst_allocation_params_init", LIBRARY.GSTREAMER);
55 	Linker.link(gst_allocation_params_copy, "gst_allocation_params_copy", LIBRARY.GSTREAMER);
56 	Linker.link(gst_allocation_params_free, "gst_allocation_params_free", LIBRARY.GSTREAMER);
57 	Linker.link(gst_allocator_alloc, "gst_allocator_alloc", LIBRARY.GSTREAMER);
58 	Linker.link(gst_allocator_free, "gst_allocator_free", LIBRARY.GSTREAMER);
59 	Linker.link(gst_memory_new_wrapped, "gst_memory_new_wrapped", LIBRARY.GSTREAMER);
60 
61 	// gstreamer.AtomicQueue
62 
63 	Linker.link(gst_atomic_queue_new, "gst_atomic_queue_new", LIBRARY.GSTREAMER);
64 	Linker.link(gst_atomic_queue_ref, "gst_atomic_queue_ref", LIBRARY.GSTREAMER);
65 	Linker.link(gst_atomic_queue_unref, "gst_atomic_queue_unref", LIBRARY.GSTREAMER);
66 	Linker.link(gst_atomic_queue_push, "gst_atomic_queue_push", LIBRARY.GSTREAMER);
67 	Linker.link(gst_atomic_queue_peek, "gst_atomic_queue_peek", LIBRARY.GSTREAMER);
68 	Linker.link(gst_atomic_queue_pop, "gst_atomic_queue_pop", LIBRARY.GSTREAMER);
69 	Linker.link(gst_atomic_queue_length, "gst_atomic_queue_length", LIBRARY.GSTREAMER);
70 
71 	// gstreamer.Bin
72 
73 	Linker.link(gst_bin_new, "gst_bin_new", LIBRARY.GSTREAMER);
74 	Linker.link(gst_bin_add, "gst_bin_add", LIBRARY.GSTREAMER);
75 	Linker.link(gst_bin_remove, "gst_bin_remove", LIBRARY.GSTREAMER);
76 	Linker.link(gst_bin_get_by_name, "gst_bin_get_by_name", LIBRARY.GSTREAMER);
77 	Linker.link(gst_bin_get_by_name_recurse_up, "gst_bin_get_by_name_recurse_up", LIBRARY.GSTREAMER);
78 	Linker.link(gst_bin_get_by_interface, "gst_bin_get_by_interface", LIBRARY.GSTREAMER);
79 	Linker.link(gst_bin_iterate_elements, "gst_bin_iterate_elements", LIBRARY.GSTREAMER);
80 	Linker.link(gst_bin_iterate_recurse, "gst_bin_iterate_recurse", LIBRARY.GSTREAMER);
81 	Linker.link(gst_bin_iterate_sinks, "gst_bin_iterate_sinks", LIBRARY.GSTREAMER);
82 	Linker.link(gst_bin_iterate_sorted, "gst_bin_iterate_sorted", LIBRARY.GSTREAMER);
83 	Linker.link(gst_bin_iterate_sources, "gst_bin_iterate_sources", LIBRARY.GSTREAMER);
84 	Linker.link(gst_bin_iterate_all_by_interface, "gst_bin_iterate_all_by_interface", LIBRARY.GSTREAMER);
85 	Linker.link(gst_bin_recalculate_latency, "gst_bin_recalculate_latency", LIBRARY.GSTREAMER);
86 	Linker.link(gst_bin_add_many, "gst_bin_add_many", LIBRARY.GSTREAMER);
87 	Linker.link(gst_bin_remove_many, "gst_bin_remove_many", LIBRARY.GSTREAMER);
88 	Linker.link(gst_bin_find_unlinked_pad, "gst_bin_find_unlinked_pad", LIBRARY.GSTREAMER);
89 
90 	// gstreamer.Buffer
91 
92 	Linker.link(gst_buffer_new, "gst_buffer_new", LIBRARY.GSTREAMER);
93 	Linker.link(gst_buffer_new_allocate, "gst_buffer_new_allocate", LIBRARY.GSTREAMER);
94 	Linker.link(gst_buffer_new_wrapped, "gst_buffer_new_wrapped", LIBRARY.GSTREAMER);
95 	Linker.link(gst_buffer_new_wrapped_full, "gst_buffer_new_wrapped_full", LIBRARY.GSTREAMER);
96 	Linker.link(gst_buffer_ref, "gst_buffer_ref", LIBRARY.GSTREAMER);
97 	Linker.link(gst_buffer_unref, "gst_buffer_unref", LIBRARY.GSTREAMER);
98 	Linker.link(gst_buffer_get_sizes, "gst_buffer_get_sizes", LIBRARY.GSTREAMER);
99 	Linker.link(gst_buffer_get_size, "gst_buffer_get_size", LIBRARY.GSTREAMER);
100 	Linker.link(gst_buffer_get_sizes_range, "gst_buffer_get_sizes_range", LIBRARY.GSTREAMER);
101 	Linker.link(gst_buffer_resize_range, "gst_buffer_resize_range", LIBRARY.GSTREAMER);
102 	Linker.link(gst_buffer_resize, "gst_buffer_resize", LIBRARY.GSTREAMER);
103 	Linker.link(gst_buffer_set_size, "gst_buffer_set_size", LIBRARY.GSTREAMER);
104 	Linker.link(gst_buffer_peek_memory, "gst_buffer_peek_memory", LIBRARY.GSTREAMER);
105 	Linker.link(gst_buffer_n_memory, "gst_buffer_n_memory", LIBRARY.GSTREAMER);
106 	Linker.link(gst_buffer_insert_memory, "gst_buffer_insert_memory", LIBRARY.GSTREAMER);
107 	Linker.link(gst_buffer_replace_memory_range, "gst_buffer_replace_memory_range", LIBRARY.GSTREAMER);
108 	Linker.link(gst_buffer_get_memory_range, "gst_buffer_get_memory_range", LIBRARY.GSTREAMER);
109 	Linker.link(gst_buffer_remove_memory_range, "gst_buffer_remove_memory_range", LIBRARY.GSTREAMER);
110 	Linker.link(gst_buffer_find_memory, "gst_buffer_find_memory", LIBRARY.GSTREAMER);
111 	Linker.link(gst_buffer_prepend_memory, "gst_buffer_prepend_memory", LIBRARY.GSTREAMER);
112 	Linker.link(gst_buffer_append_memory, "gst_buffer_append_memory", LIBRARY.GSTREAMER);
113 	Linker.link(gst_buffer_replace_memory, "gst_buffer_replace_memory", LIBRARY.GSTREAMER);
114 	Linker.link(gst_buffer_replace_all_memory, "gst_buffer_replace_all_memory", LIBRARY.GSTREAMER);
115 	Linker.link(gst_buffer_get_memory, "gst_buffer_get_memory", LIBRARY.GSTREAMER);
116 	Linker.link(gst_buffer_get_all_memory, "gst_buffer_get_all_memory", LIBRARY.GSTREAMER);
117 	Linker.link(gst_buffer_remove_memory, "gst_buffer_remove_memory", LIBRARY.GSTREAMER);
118 	Linker.link(gst_buffer_remove_all_memory, "gst_buffer_remove_all_memory", LIBRARY.GSTREAMER);
119 	Linker.link(gst_buffer_map, "gst_buffer_map", LIBRARY.GSTREAMER);
120 	Linker.link(gst_buffer_map_range, "gst_buffer_map_range", LIBRARY.GSTREAMER);
121 	Linker.link(gst_buffer_unmap, "gst_buffer_unmap", LIBRARY.GSTREAMER);
122 	Linker.link(gst_buffer_memcmp, "gst_buffer_memcmp", LIBRARY.GSTREAMER);
123 	Linker.link(gst_buffer_extract, "gst_buffer_extract", LIBRARY.GSTREAMER);
124 	Linker.link(gst_buffer_extract_dup, "gst_buffer_extract_dup", LIBRARY.GSTREAMER);
125 	Linker.link(gst_buffer_fill, "gst_buffer_fill", LIBRARY.GSTREAMER);
126 	Linker.link(gst_buffer_memset, "gst_buffer_memset", LIBRARY.GSTREAMER);
127 	Linker.link(gst_buffer_copy, "gst_buffer_copy", LIBRARY.GSTREAMER);
128 	Linker.link(gst_buffer_copy_into, "gst_buffer_copy_into", LIBRARY.GSTREAMER);
129 	Linker.link(gst_buffer_copy_region, "gst_buffer_copy_region", LIBRARY.GSTREAMER);
130 	Linker.link(gst_buffer_replace, "gst_buffer_replace", LIBRARY.GSTREAMER);
131 	Linker.link(gst_buffer_append, "gst_buffer_append", LIBRARY.GSTREAMER);
132 	Linker.link(gst_buffer_append_region, "gst_buffer_append_region", LIBRARY.GSTREAMER);
133 	Linker.link(gst_buffer_get_meta, "gst_buffer_get_meta", LIBRARY.GSTREAMER);
134 	Linker.link(gst_buffer_add_meta, "gst_buffer_add_meta", LIBRARY.GSTREAMER);
135 	Linker.link(gst_buffer_remove_meta, "gst_buffer_remove_meta", LIBRARY.GSTREAMER);
136 	Linker.link(gst_buffer_iterate_meta, "gst_buffer_iterate_meta", LIBRARY.GSTREAMER);
137 	Linker.link(gst_buffer_foreach_meta, "gst_buffer_foreach_meta", LIBRARY.GSTREAMER);
138 
139 	// gstreamer.BufferList
140 
141 	Linker.link(gst_buffer_list_new, "gst_buffer_list_new", LIBRARY.GSTREAMER);
142 	Linker.link(gst_buffer_list_new_sized, "gst_buffer_list_new_sized", LIBRARY.GSTREAMER);
143 	Linker.link(gst_buffer_list_length, "gst_buffer_list_length", LIBRARY.GSTREAMER);
144 	Linker.link(gst_buffer_list_insert, "gst_buffer_list_insert", LIBRARY.GSTREAMER);
145 	Linker.link(gst_buffer_list_remove, "gst_buffer_list_remove", LIBRARY.GSTREAMER);
146 	Linker.link(gst_buffer_list_ref, "gst_buffer_list_ref", LIBRARY.GSTREAMER);
147 	Linker.link(gst_buffer_list_unref, "gst_buffer_list_unref", LIBRARY.GSTREAMER);
148 	Linker.link(gst_buffer_list_copy, "gst_buffer_list_copy", LIBRARY.GSTREAMER);
149 	Linker.link(gst_buffer_list_foreach, "gst_buffer_list_foreach", LIBRARY.GSTREAMER);
150 	Linker.link(gst_buffer_list_get, "gst_buffer_list_get", LIBRARY.GSTREAMER);
151 
152 	// gstreamer.BufferPool
153 
154 	Linker.link(gst_buffer_pool_new, "gst_buffer_pool_new", LIBRARY.GSTREAMER);
155 	Linker.link(gst_buffer_pool_config_get_params, "gst_buffer_pool_config_get_params", LIBRARY.GSTREAMER);
156 	Linker.link(gst_buffer_pool_config_set_params, "gst_buffer_pool_config_set_params", LIBRARY.GSTREAMER);
157 	Linker.link(gst_buffer_pool_config_get_allocator, "gst_buffer_pool_config_get_allocator", LIBRARY.GSTREAMER);
158 	Linker.link(gst_buffer_pool_config_set_allocator, "gst_buffer_pool_config_set_allocator", LIBRARY.GSTREAMER);
159 	Linker.link(gst_buffer_pool_config_n_options, "gst_buffer_pool_config_n_options", LIBRARY.GSTREAMER);
160 	Linker.link(gst_buffer_pool_config_add_option, "gst_buffer_pool_config_add_option", LIBRARY.GSTREAMER);
161 	Linker.link(gst_buffer_pool_config_get_option, "gst_buffer_pool_config_get_option", LIBRARY.GSTREAMER);
162 	Linker.link(gst_buffer_pool_config_has_option, "gst_buffer_pool_config_has_option", LIBRARY.GSTREAMER);
163 	Linker.link(gst_buffer_pool_get_options, "gst_buffer_pool_get_options", LIBRARY.GSTREAMER);
164 	Linker.link(gst_buffer_pool_has_option, "gst_buffer_pool_has_option", LIBRARY.GSTREAMER);
165 	Linker.link(gst_buffer_pool_get_config, "gst_buffer_pool_get_config", LIBRARY.GSTREAMER);
166 	Linker.link(gst_buffer_pool_set_config, "gst_buffer_pool_set_config", LIBRARY.GSTREAMER);
167 	Linker.link(gst_buffer_pool_set_active, "gst_buffer_pool_set_active", LIBRARY.GSTREAMER);
168 	Linker.link(gst_buffer_pool_is_active, "gst_buffer_pool_is_active", LIBRARY.GSTREAMER);
169 	Linker.link(gst_buffer_pool_acquire_buffer, "gst_buffer_pool_acquire_buffer", LIBRARY.GSTREAMER);
170 	Linker.link(gst_buffer_pool_release_buffer, "gst_buffer_pool_release_buffer", LIBRARY.GSTREAMER);
171 
172 	// gstreamer.Bus
173 
174 	Linker.link(gst_bus_new, "gst_bus_new", LIBRARY.GSTREAMER);
175 	Linker.link(gst_bus_post, "gst_bus_post", LIBRARY.GSTREAMER);
176 	Linker.link(gst_bus_have_pending, "gst_bus_have_pending", LIBRARY.GSTREAMER);
177 	Linker.link(gst_bus_peek, "gst_bus_peek", LIBRARY.GSTREAMER);
178 	Linker.link(gst_bus_pop, "gst_bus_pop", LIBRARY.GSTREAMER);
179 	Linker.link(gst_bus_pop_filtered, "gst_bus_pop_filtered", LIBRARY.GSTREAMER);
180 	Linker.link(gst_bus_timed_pop, "gst_bus_timed_pop", LIBRARY.GSTREAMER);
181 	Linker.link(gst_bus_timed_pop_filtered, "gst_bus_timed_pop_filtered", LIBRARY.GSTREAMER);
182 	Linker.link(gst_bus_set_flushing, "gst_bus_set_flushing", LIBRARY.GSTREAMER);
183 	Linker.link(gst_bus_set_sync_handler, "gst_bus_set_sync_handler", LIBRARY.GSTREAMER);
184 	Linker.link(gst_bus_sync_signal_handler, "gst_bus_sync_signal_handler", LIBRARY.GSTREAMER);
185 	Linker.link(gst_bus_create_watch, "gst_bus_create_watch", LIBRARY.GSTREAMER);
186 	Linker.link(gst_bus_add_watch_full, "gst_bus_add_watch_full", LIBRARY.GSTREAMER);
187 	Linker.link(gst_bus_add_watch, "gst_bus_add_watch", LIBRARY.GSTREAMER);
188 	Linker.link(gst_bus_disable_sync_message_emission, "gst_bus_disable_sync_message_emission", LIBRARY.GSTREAMER);
189 	Linker.link(gst_bus_enable_sync_message_emission, "gst_bus_enable_sync_message_emission", LIBRARY.GSTREAMER);
190 	Linker.link(gst_bus_async_signal_func, "gst_bus_async_signal_func", LIBRARY.GSTREAMER);
191 	Linker.link(gst_bus_add_signal_watch, "gst_bus_add_signal_watch", LIBRARY.GSTREAMER);
192 	Linker.link(gst_bus_add_signal_watch_full, "gst_bus_add_signal_watch_full", LIBRARY.GSTREAMER);
193 	Linker.link(gst_bus_remove_signal_watch, "gst_bus_remove_signal_watch", LIBRARY.GSTREAMER);
194 	Linker.link(gst_bus_poll, "gst_bus_poll", LIBRARY.GSTREAMER);
195 
196 	// gstreamer.Caps
197 
198 	Linker.link(gst_caps_new_empty, "gst_caps_new_empty", LIBRARY.GSTREAMER);
199 	Linker.link(gst_caps_new_empty_simple, "gst_caps_new_empty_simple", LIBRARY.GSTREAMER);
200 	Linker.link(gst_caps_new_any, "gst_caps_new_any", LIBRARY.GSTREAMER);
201 	Linker.link(gst_caps_new_simple, "gst_caps_new_simple", LIBRARY.GSTREAMER);
202 	Linker.link(gst_caps_new_full, "gst_caps_new_full", LIBRARY.GSTREAMER);
203 	Linker.link(gst_caps_new_full_valist, "gst_caps_new_full_valist", LIBRARY.GSTREAMER);
204 	Linker.link(gst_caps_copy, "gst_caps_copy", LIBRARY.GSTREAMER);
205 	Linker.link(gst_caps_copy_nth, "gst_caps_copy_nth", LIBRARY.GSTREAMER);
206 	Linker.link(gst_static_caps_get, "gst_static_caps_get", LIBRARY.GSTREAMER);
207 	Linker.link(gst_static_caps_cleanup, "gst_static_caps_cleanup", LIBRARY.GSTREAMER);
208 	Linker.link(gst_caps_append, "gst_caps_append", LIBRARY.GSTREAMER);
209 	Linker.link(gst_caps_merge, "gst_caps_merge", LIBRARY.GSTREAMER);
210 	Linker.link(gst_caps_append_structure, "gst_caps_append_structure", LIBRARY.GSTREAMER);
211 	Linker.link(gst_caps_append_structure_full, "gst_caps_append_structure_full", LIBRARY.GSTREAMER);
212 	Linker.link(gst_caps_remove_structure, "gst_caps_remove_structure", LIBRARY.GSTREAMER);
213 	Linker.link(gst_caps_steal_structure, "gst_caps_steal_structure", LIBRARY.GSTREAMER);
214 	Linker.link(gst_caps_merge_structure, "gst_caps_merge_structure", LIBRARY.GSTREAMER);
215 	Linker.link(gst_caps_merge_structure_full, "gst_caps_merge_structure_full", LIBRARY.GSTREAMER);
216 	Linker.link(gst_caps_get_size, "gst_caps_get_size", LIBRARY.GSTREAMER);
217 	Linker.link(gst_caps_get_structure, "gst_caps_get_structure", LIBRARY.GSTREAMER);
218 	Linker.link(gst_caps_get_features, "gst_caps_get_features", LIBRARY.GSTREAMER);
219 	Linker.link(gst_caps_set_features, "gst_caps_set_features", LIBRARY.GSTREAMER);
220 	Linker.link(gst_caps_set_value, "gst_caps_set_value", LIBRARY.GSTREAMER);
221 	Linker.link(gst_caps_set_simple, "gst_caps_set_simple", LIBRARY.GSTREAMER);
222 	Linker.link(gst_caps_set_simple_valist, "gst_caps_set_simple_valist", LIBRARY.GSTREAMER);
223 	Linker.link(gst_caps_is_any, "gst_caps_is_any", LIBRARY.GSTREAMER);
224 	Linker.link(gst_caps_is_empty, "gst_caps_is_empty", LIBRARY.GSTREAMER);
225 	Linker.link(gst_caps_is_fixed, "gst_caps_is_fixed", LIBRARY.GSTREAMER);
226 	Linker.link(gst_caps_is_equal, "gst_caps_is_equal", LIBRARY.GSTREAMER);
227 	Linker.link(gst_caps_is_equal_fixed, "gst_caps_is_equal_fixed", LIBRARY.GSTREAMER);
228 	Linker.link(gst_caps_is_strictly_equal, "gst_caps_is_strictly_equal", LIBRARY.GSTREAMER);
229 	Linker.link(gst_caps_is_always_compatible, "gst_caps_is_always_compatible", LIBRARY.GSTREAMER);
230 	Linker.link(gst_caps_is_subset, "gst_caps_is_subset", LIBRARY.GSTREAMER);
231 	Linker.link(gst_caps_is_subset_structure, "gst_caps_is_subset_structure", LIBRARY.GSTREAMER);
232 	Linker.link(gst_caps_is_subset_structure_full, "gst_caps_is_subset_structure_full", LIBRARY.GSTREAMER);
233 	Linker.link(gst_caps_can_intersect, "gst_caps_can_intersect", LIBRARY.GSTREAMER);
234 	Linker.link(gst_caps_intersect, "gst_caps_intersect", LIBRARY.GSTREAMER);
235 	Linker.link(gst_caps_intersect_full, "gst_caps_intersect_full", LIBRARY.GSTREAMER);
236 	Linker.link(gst_caps_normalize, "gst_caps_normalize", LIBRARY.GSTREAMER);
237 	Linker.link(gst_caps_simplify, "gst_caps_simplify", LIBRARY.GSTREAMER);
238 	Linker.link(gst_caps_replace, "gst_caps_replace", LIBRARY.GSTREAMER);
239 	Linker.link(gst_caps_take, "gst_caps_take", LIBRARY.GSTREAMER);
240 	Linker.link(gst_caps_to_string, "gst_caps_to_string", LIBRARY.GSTREAMER);
241 	Linker.link(gst_caps_from_string, "gst_caps_from_string", LIBRARY.GSTREAMER);
242 	Linker.link(gst_caps_subtract, "gst_caps_subtract", LIBRARY.GSTREAMER);
243 	Linker.link(gst_caps_truncate, "gst_caps_truncate", LIBRARY.GSTREAMER);
244 	Linker.link(gst_caps_fixate, "gst_caps_fixate", LIBRARY.GSTREAMER);
245 	Linker.link(gst_caps_ref, "gst_caps_ref", LIBRARY.GSTREAMER);
246 	Linker.link(gst_caps_unref, "gst_caps_unref", LIBRARY.GSTREAMER);
247 
248 	// gstreamer.CapsFeatures
249 
250 	Linker.link(gst_caps_features_new, "gst_caps_features_new", LIBRARY.GSTREAMER);
251 	Linker.link(gst_caps_features_new_empty, "gst_caps_features_new_empty", LIBRARY.GSTREAMER);
252 	Linker.link(gst_caps_features_new_any, "gst_caps_features_new_any", LIBRARY.GSTREAMER);
253 	Linker.link(gst_caps_features_new_id, "gst_caps_features_new_id", LIBRARY.GSTREAMER);
254 	Linker.link(gst_caps_features_new_id_valist, "gst_caps_features_new_id_valist", LIBRARY.GSTREAMER);
255 	Linker.link(gst_caps_features_new_valist, "gst_caps_features_new_valist", LIBRARY.GSTREAMER);
256 	Linker.link(gst_caps_features_copy, "gst_caps_features_copy", LIBRARY.GSTREAMER);
257 	Linker.link(gst_caps_features_free, "gst_caps_features_free", LIBRARY.GSTREAMER);
258 	Linker.link(gst_caps_features_from_string, "gst_caps_features_from_string", LIBRARY.GSTREAMER);
259 	Linker.link(gst_caps_features_to_string, "gst_caps_features_to_string", LIBRARY.GSTREAMER);
260 	Linker.link(gst_caps_features_set_parent_refcount, "gst_caps_features_set_parent_refcount", LIBRARY.GSTREAMER);
261 	Linker.link(gst_caps_features_is_equal, "gst_caps_features_is_equal", LIBRARY.GSTREAMER);
262 	Linker.link(gst_caps_features_is_any, "gst_caps_features_is_any", LIBRARY.GSTREAMER);
263 	Linker.link(gst_caps_features_contains, "gst_caps_features_contains", LIBRARY.GSTREAMER);
264 	Linker.link(gst_caps_features_contains_id, "gst_caps_features_contains_id", LIBRARY.GSTREAMER);
265 	Linker.link(gst_caps_features_get_size, "gst_caps_features_get_size", LIBRARY.GSTREAMER);
266 	Linker.link(gst_caps_features_get_nth, "gst_caps_features_get_nth", LIBRARY.GSTREAMER);
267 	Linker.link(gst_caps_features_get_nth_id, "gst_caps_features_get_nth_id", LIBRARY.GSTREAMER);
268 	Linker.link(gst_caps_features_add, "gst_caps_features_add", LIBRARY.GSTREAMER);
269 	Linker.link(gst_caps_features_add_id, "gst_caps_features_add_id", LIBRARY.GSTREAMER);
270 	Linker.link(gst_caps_features_remove, "gst_caps_features_remove", LIBRARY.GSTREAMER);
271 	Linker.link(gst_caps_features_remove_id, "gst_caps_features_remove_id", LIBRARY.GSTREAMER);
272 
273 	// gstreamer.Sample
274 
275 	Linker.link(gst_sample_get_buffer, "gst_sample_get_buffer", LIBRARY.GSTREAMER);
276 	Linker.link(gst_sample_get_caps, "gst_sample_get_caps", LIBRARY.GSTREAMER);
277 	Linker.link(gst_sample_get_info, "gst_sample_get_info", LIBRARY.GSTREAMER);
278 	Linker.link(gst_sample_get_segment, "gst_sample_get_segment", LIBRARY.GSTREAMER);
279 	Linker.link(gst_sample_new, "gst_sample_new", LIBRARY.GSTREAMER);
280 	Linker.link(gst_sample_ref, "gst_sample_ref", LIBRARY.GSTREAMER);
281 	Linker.link(gst_sample_unref, "gst_sample_unref", LIBRARY.GSTREAMER);
282 
283 	// gstreamer.ChildProxyT
284 
285 
286 	// gstreamer.ChildProxyT
287 
288 	Linker.link(gst_child_proxy_get_children_count, "gst_child_proxy_get_children_count", LIBRARY.GSTREAMER);
289 	Linker.link(gst_child_proxy_get_child_by_name, "gst_child_proxy_get_child_by_name", LIBRARY.GSTREAMER);
290 	Linker.link(gst_child_proxy_get_child_by_index, "gst_child_proxy_get_child_by_index", LIBRARY.GSTREAMER);
291 	Linker.link(gst_child_proxy_lookup, "gst_child_proxy_lookup", LIBRARY.GSTREAMER);
292 	Linker.link(gst_child_proxy_get_property, "gst_child_proxy_get_property", LIBRARY.GSTREAMER);
293 	Linker.link(gst_child_proxy_get_valist, "gst_child_proxy_get_valist", LIBRARY.GSTREAMER);
294 	Linker.link(gst_child_proxy_get, "gst_child_proxy_get", LIBRARY.GSTREAMER);
295 	Linker.link(gst_child_proxy_set_property, "gst_child_proxy_set_property", LIBRARY.GSTREAMER);
296 	Linker.link(gst_child_proxy_set_valist, "gst_child_proxy_set_valist", LIBRARY.GSTREAMER);
297 	Linker.link(gst_child_proxy_set, "gst_child_proxy_set", LIBRARY.GSTREAMER);
298 	Linker.link(gst_child_proxy_child_added, "gst_child_proxy_child_added", LIBRARY.GSTREAMER);
299 	Linker.link(gst_child_proxy_child_removed, "gst_child_proxy_child_removed", LIBRARY.GSTREAMER);
300 
301 	// gstreamer.Clock
302 
303 	Linker.link(gst_clock_add_observation, "gst_clock_add_observation", LIBRARY.GSTREAMER);
304 	Linker.link(gst_clock_set_master, "gst_clock_set_master", LIBRARY.GSTREAMER);
305 	Linker.link(gst_clock_get_master, "gst_clock_get_master", LIBRARY.GSTREAMER);
306 	Linker.link(gst_clock_set_resolution, "gst_clock_set_resolution", LIBRARY.GSTREAMER);
307 	Linker.link(gst_clock_get_resolution, "gst_clock_get_resolution", LIBRARY.GSTREAMER);
308 	Linker.link(gst_clock_get_time, "gst_clock_get_time", LIBRARY.GSTREAMER);
309 	Linker.link(gst_clock_new_single_shot_id, "gst_clock_new_single_shot_id", LIBRARY.GSTREAMER);
310 	Linker.link(gst_clock_new_periodic_id, "gst_clock_new_periodic_id", LIBRARY.GSTREAMER);
311 	Linker.link(gst_clock_single_shot_id_reinit, "gst_clock_single_shot_id_reinit", LIBRARY.GSTREAMER);
312 	Linker.link(gst_clock_periodic_id_reinit, "gst_clock_periodic_id_reinit", LIBRARY.GSTREAMER);
313 	Linker.link(gst_clock_get_internal_time, "gst_clock_get_internal_time", LIBRARY.GSTREAMER);
314 	Linker.link(gst_clock_adjust_unlocked, "gst_clock_adjust_unlocked", LIBRARY.GSTREAMER);
315 	Linker.link(gst_clock_unadjust_unlocked, "gst_clock_unadjust_unlocked", LIBRARY.GSTREAMER);
316 	Linker.link(gst_clock_get_calibration, "gst_clock_get_calibration", LIBRARY.GSTREAMER);
317 	Linker.link(gst_clock_set_calibration, "gst_clock_set_calibration", LIBRARY.GSTREAMER);
318 	Linker.link(gst_clock_get_timeout, "gst_clock_get_timeout", LIBRARY.GSTREAMER);
319 	Linker.link(gst_clock_set_timeout, "gst_clock_set_timeout", LIBRARY.GSTREAMER);
320 	Linker.link(gst_clock_id_get_time, "gst_clock_id_get_time", LIBRARY.GSTREAMER);
321 	Linker.link(gst_clock_id_wait, "gst_clock_id_wait", LIBRARY.GSTREAMER);
322 	Linker.link(gst_clock_id_wait_async, "gst_clock_id_wait_async", LIBRARY.GSTREAMER);
323 	Linker.link(gst_clock_id_unschedule, "gst_clock_id_unschedule", LIBRARY.GSTREAMER);
324 	Linker.link(gst_clock_id_compare_func, "gst_clock_id_compare_func", LIBRARY.GSTREAMER);
325 	Linker.link(gst_clock_id_ref, "gst_clock_id_ref", LIBRARY.GSTREAMER);
326 	Linker.link(gst_clock_id_unref, "gst_clock_id_unref", LIBRARY.GSTREAMER);
327 
328 	// gstreamer.Context
329 
330 	Linker.link(gst_context_new, "gst_context_new", LIBRARY.GSTREAMER);
331 	Linker.link(gst_context_ref, "gst_context_ref", LIBRARY.GSTREAMER);
332 	Linker.link(gst_context_unref, "gst_context_unref", LIBRARY.GSTREAMER);
333 	Linker.link(gst_context_copy, "gst_context_copy", LIBRARY.GSTREAMER);
334 	Linker.link(gst_context_get_context_type, "gst_context_get_context_type", LIBRARY.GSTREAMER);
335 	Linker.link(gst_context_has_context_type, "gst_context_has_context_type", LIBRARY.GSTREAMER);
336 	Linker.link(gst_context_is_persistent, "gst_context_is_persistent", LIBRARY.GSTREAMER);
337 	Linker.link(gst_context_get_structure, "gst_context_get_structure", LIBRARY.GSTREAMER);
338 	Linker.link(gst_context_writable_structure, "gst_context_writable_structure", LIBRARY.GSTREAMER);
339 	Linker.link(gst_context_replace, "gst_context_replace", LIBRARY.GSTREAMER);
340 
341 	// gstreamer.ControlBinding
342 
343 	Linker.link(gst_control_binding_sync_values, "gst_control_binding_sync_values", LIBRARY.GSTREAMER);
344 	Linker.link(gst_control_binding_get_value, "gst_control_binding_get_value", LIBRARY.GSTREAMER);
345 	Linker.link(gst_control_binding_get_value_array, "gst_control_binding_get_value_array", LIBRARY.GSTREAMER);
346 	Linker.link(gst_control_binding_get_g_value_array, "gst_control_binding_get_g_value_array", LIBRARY.GSTREAMER);
347 	Linker.link(gst_control_binding_set_disabled, "gst_control_binding_set_disabled", LIBRARY.GSTREAMER);
348 	Linker.link(gst_control_binding_is_disabled, "gst_control_binding_is_disabled", LIBRARY.GSTREAMER);
349 
350 	// gstreamer.ControlSource
351 
352 	Linker.link(gst_control_source_get_value, "gst_control_source_get_value", LIBRARY.GSTREAMER);
353 	Linker.link(gst_control_source_get_value_array, "gst_control_source_get_value_array", LIBRARY.GSTREAMER);
354 
355 	// gstreamer.DateTime
356 
357 	Linker.link(gst_date_time_get_day, "gst_date_time_get_day", LIBRARY.GSTREAMER);
358 	Linker.link(gst_date_time_get_month, "gst_date_time_get_month", LIBRARY.GSTREAMER);
359 	Linker.link(gst_date_time_get_hour, "gst_date_time_get_hour", LIBRARY.GSTREAMER);
360 	Linker.link(gst_date_time_get_microsecond, "gst_date_time_get_microsecond", LIBRARY.GSTREAMER);
361 	Linker.link(gst_date_time_get_minute, "gst_date_time_get_minute", LIBRARY.GSTREAMER);
362 	Linker.link(gst_date_time_get_time_zone_offset, "gst_date_time_get_time_zone_offset", LIBRARY.GSTREAMER);
363 	Linker.link(gst_date_time_get_second, "gst_date_time_get_second", LIBRARY.GSTREAMER);
364 	Linker.link(gst_date_time_get_year, "gst_date_time_get_year", LIBRARY.GSTREAMER);
365 	Linker.link(gst_date_time_new, "gst_date_time_new", LIBRARY.GSTREAMER);
366 	Linker.link(gst_date_time_new_ymd, "gst_date_time_new_ymd", LIBRARY.GSTREAMER);
367 	Linker.link(gst_date_time_new_ym, "gst_date_time_new_ym", LIBRARY.GSTREAMER);
368 	Linker.link(gst_date_time_new_y, "gst_date_time_new_y", LIBRARY.GSTREAMER);
369 	Linker.link(gst_date_time_new_from_unix_epoch_local_time, "gst_date_time_new_from_unix_epoch_local_time", LIBRARY.GSTREAMER);
370 	Linker.link(gst_date_time_new_from_unix_epoch_utc, "gst_date_time_new_from_unix_epoch_utc", LIBRARY.GSTREAMER);
371 	Linker.link(gst_date_time_new_local_time, "gst_date_time_new_local_time", LIBRARY.GSTREAMER);
372 	Linker.link(gst_date_time_new_now_local_time, "gst_date_time_new_now_local_time", LIBRARY.GSTREAMER);
373 	Linker.link(gst_date_time_new_now_utc, "gst_date_time_new_now_utc", LIBRARY.GSTREAMER);
374 	Linker.link(gst_date_time_ref, "gst_date_time_ref", LIBRARY.GSTREAMER);
375 	Linker.link(gst_date_time_unref, "gst_date_time_unref", LIBRARY.GSTREAMER);
376 	Linker.link(gst_date_time_has_day, "gst_date_time_has_day", LIBRARY.GSTREAMER);
377 	Linker.link(gst_date_time_has_month, "gst_date_time_has_month", LIBRARY.GSTREAMER);
378 	Linker.link(gst_date_time_has_second, "gst_date_time_has_second", LIBRARY.GSTREAMER);
379 	Linker.link(gst_date_time_has_time, "gst_date_time_has_time", LIBRARY.GSTREAMER);
380 	Linker.link(gst_date_time_has_year, "gst_date_time_has_year", LIBRARY.GSTREAMER);
381 	Linker.link(gst_date_time_new_from_iso8601_string, "gst_date_time_new_from_iso8601_string", LIBRARY.GSTREAMER);
382 	Linker.link(gst_date_time_to_iso8601_string, "gst_date_time_to_iso8601_string", LIBRARY.GSTREAMER);
383 	Linker.link(gst_date_time_new_from_g_date_time, "gst_date_time_new_from_g_date_time", LIBRARY.GSTREAMER);
384 	Linker.link(gst_date_time_to_g_date_time, "gst_date_time_to_g_date_time", LIBRARY.GSTREAMER);
385 
386 	// gstreamer.Element
387 
388 	Linker.link(gst_element_class_add_pad_template, "gst_element_class_add_pad_template", LIBRARY.GSTREAMER);
389 	Linker.link(gst_element_class_get_pad_template, "gst_element_class_get_pad_template", LIBRARY.GSTREAMER);
390 	Linker.link(gst_element_class_get_pad_template_list, "gst_element_class_get_pad_template_list", LIBRARY.GSTREAMER);
391 	Linker.link(gst_element_class_set_metadata, "gst_element_class_set_metadata", LIBRARY.GSTREAMER);
392 	Linker.link(gst_element_class_set_static_metadata, "gst_element_class_set_static_metadata", LIBRARY.GSTREAMER);
393 	Linker.link(gst_element_class_add_metadata, "gst_element_class_add_metadata", LIBRARY.GSTREAMER);
394 	Linker.link(gst_element_class_add_static_metadata, "gst_element_class_add_static_metadata", LIBRARY.GSTREAMER);
395 	Linker.link(gst_element_add_pad, "gst_element_add_pad", LIBRARY.GSTREAMER);
396 	Linker.link(gst_element_create_all_pads, "gst_element_create_all_pads", LIBRARY.GSTREAMER);
397 	Linker.link(gst_element_get_compatible_pad, "gst_element_get_compatible_pad", LIBRARY.GSTREAMER);
398 	Linker.link(gst_element_get_compatible_pad_template, "gst_element_get_compatible_pad_template", LIBRARY.GSTREAMER);
399 	Linker.link(gst_element_get_request_pad, "gst_element_get_request_pad", LIBRARY.GSTREAMER);
400 	Linker.link(gst_element_get_static_pad, "gst_element_get_static_pad", LIBRARY.GSTREAMER);
401 	Linker.link(gst_element_request_pad, "gst_element_request_pad", LIBRARY.GSTREAMER);
402 	Linker.link(gst_element_no_more_pads, "gst_element_no_more_pads", LIBRARY.GSTREAMER);
403 	Linker.link(gst_element_release_request_pad, "gst_element_release_request_pad", LIBRARY.GSTREAMER);
404 	Linker.link(gst_element_remove_pad, "gst_element_remove_pad", LIBRARY.GSTREAMER);
405 	Linker.link(gst_element_iterate_pads, "gst_element_iterate_pads", LIBRARY.GSTREAMER);
406 	Linker.link(gst_element_iterate_sink_pads, "gst_element_iterate_sink_pads", LIBRARY.GSTREAMER);
407 	Linker.link(gst_element_iterate_src_pads, "gst_element_iterate_src_pads", LIBRARY.GSTREAMER);
408 	Linker.link(gst_element_link, "gst_element_link", LIBRARY.GSTREAMER);
409 	Linker.link(gst_element_unlink, "gst_element_unlink", LIBRARY.GSTREAMER);
410 	Linker.link(gst_element_link_many, "gst_element_link_many", LIBRARY.GSTREAMER);
411 	Linker.link(gst_element_unlink_many, "gst_element_unlink_many", LIBRARY.GSTREAMER);
412 	Linker.link(gst_element_link_pads, "gst_element_link_pads", LIBRARY.GSTREAMER);
413 	Linker.link(gst_element_link_pads_full, "gst_element_link_pads_full", LIBRARY.GSTREAMER);
414 	Linker.link(gst_element_unlink_pads, "gst_element_unlink_pads", LIBRARY.GSTREAMER);
415 	Linker.link(gst_element_link_pads_filtered, "gst_element_link_pads_filtered", LIBRARY.GSTREAMER);
416 	Linker.link(gst_element_link_filtered, "gst_element_link_filtered", LIBRARY.GSTREAMER);
417 	Linker.link(gst_element_class_get_metadata, "gst_element_class_get_metadata", LIBRARY.GSTREAMER);
418 	Linker.link(gst_element_set_base_time, "gst_element_set_base_time", LIBRARY.GSTREAMER);
419 	Linker.link(gst_element_get_base_time, "gst_element_get_base_time", LIBRARY.GSTREAMER);
420 	Linker.link(gst_element_set_start_time, "gst_element_set_start_time", LIBRARY.GSTREAMER);
421 	Linker.link(gst_element_get_start_time, "gst_element_get_start_time", LIBRARY.GSTREAMER);
422 	Linker.link(gst_element_set_bus, "gst_element_set_bus", LIBRARY.GSTREAMER);
423 	Linker.link(gst_element_get_bus, "gst_element_get_bus", LIBRARY.GSTREAMER);
424 	Linker.link(gst_element_set_context, "gst_element_set_context", LIBRARY.GSTREAMER);
425 	Linker.link(gst_element_get_factory, "gst_element_get_factory", LIBRARY.GSTREAMER);
426 	Linker.link(gst_element_set_clock, "gst_element_set_clock", LIBRARY.GSTREAMER);
427 	Linker.link(gst_element_get_clock, "gst_element_get_clock", LIBRARY.GSTREAMER);
428 	Linker.link(gst_element_provide_clock, "gst_element_provide_clock", LIBRARY.GSTREAMER);
429 	Linker.link(gst_element_set_state, "gst_element_set_state", LIBRARY.GSTREAMER);
430 	Linker.link(gst_element_get_state, "gst_element_get_state", LIBRARY.GSTREAMER);
431 	Linker.link(gst_element_set_locked_state, "gst_element_set_locked_state", LIBRARY.GSTREAMER);
432 	Linker.link(gst_element_is_locked_state, "gst_element_is_locked_state", LIBRARY.GSTREAMER);
433 	Linker.link(gst_element_abort_state, "gst_element_abort_state", LIBRARY.GSTREAMER);
434 	Linker.link(gst_element_continue_state, "gst_element_continue_state", LIBRARY.GSTREAMER);
435 	Linker.link(gst_element_lost_state, "gst_element_lost_state", LIBRARY.GSTREAMER);
436 	Linker.link(gst_element_state_get_name, "gst_element_state_get_name", LIBRARY.GSTREAMER);
437 	Linker.link(gst_element_state_change_return_get_name, "gst_element_state_change_return_get_name", LIBRARY.GSTREAMER);
438 	Linker.link(gst_element_sync_state_with_parent, "gst_element_sync_state_with_parent", LIBRARY.GSTREAMER);
439 	Linker.link(gst_element_change_state, "gst_element_change_state", LIBRARY.GSTREAMER);
440 	Linker.link(gst_element_message_full, "gst_element_message_full", LIBRARY.GSTREAMER);
441 	Linker.link(gst_element_post_message, "gst_element_post_message", LIBRARY.GSTREAMER);
442 	Linker.link(gst_element_query, "gst_element_query", LIBRARY.GSTREAMER);
443 	Linker.link(gst_element_query_convert, "gst_element_query_convert", LIBRARY.GSTREAMER);
444 	Linker.link(gst_element_query_position, "gst_element_query_position", LIBRARY.GSTREAMER);
445 	Linker.link(gst_element_query_duration, "gst_element_query_duration", LIBRARY.GSTREAMER);
446 	Linker.link(gst_element_send_event, "gst_element_send_event", LIBRARY.GSTREAMER);
447 	Linker.link(gst_element_seek_simple, "gst_element_seek_simple", LIBRARY.GSTREAMER);
448 	Linker.link(gst_element_seek, "gst_element_seek", LIBRARY.GSTREAMER);
449 
450 	// gstreamer.ElementFactory
451 
452 	Linker.link(gst_element_register, "gst_element_register", LIBRARY.GSTREAMER);
453 	Linker.link(gst_element_factory_find, "gst_element_factory_find", LIBRARY.GSTREAMER);
454 	Linker.link(gst_element_factory_get_element_type, "gst_element_factory_get_element_type", LIBRARY.GSTREAMER);
455 	Linker.link(gst_element_factory_get_metadata, "gst_element_factory_get_metadata", LIBRARY.GSTREAMER);
456 	Linker.link(gst_element_factory_get_metadata_keys, "gst_element_factory_get_metadata_keys", LIBRARY.GSTREAMER);
457 	Linker.link(gst_element_factory_get_num_pad_templates, "gst_element_factory_get_num_pad_templates", LIBRARY.GSTREAMER);
458 	Linker.link(gst_element_factory_get_uri_type, "gst_element_factory_get_uri_type", LIBRARY.GSTREAMER);
459 	Linker.link(gst_element_factory_get_uri_protocols, "gst_element_factory_get_uri_protocols", LIBRARY.GSTREAMER);
460 	Linker.link(gst_element_factory_has_interface, "gst_element_factory_has_interface", LIBRARY.GSTREAMER);
461 	Linker.link(gst_element_factory_create, "gst_element_factory_create", LIBRARY.GSTREAMER);
462 	Linker.link(gst_element_factory_make, "gst_element_factory_make", LIBRARY.GSTREAMER);
463 	Linker.link(gst_element_factory_can_sink_all_caps, "gst_element_factory_can_sink_all_caps", LIBRARY.GSTREAMER);
464 	Linker.link(gst_element_factory_can_src_all_caps, "gst_element_factory_can_src_all_caps", LIBRARY.GSTREAMER);
465 	Linker.link(gst_element_factory_can_sink_any_caps, "gst_element_factory_can_sink_any_caps", LIBRARY.GSTREAMER);
466 	Linker.link(gst_element_factory_can_src_any_caps, "gst_element_factory_can_src_any_caps", LIBRARY.GSTREAMER);
467 	Linker.link(gst_element_factory_get_static_pad_templates, "gst_element_factory_get_static_pad_templates", LIBRARY.GSTREAMER);
468 	Linker.link(gst_element_factory_list_filter, "gst_element_factory_list_filter", LIBRARY.GSTREAMER);
469 	Linker.link(gst_element_factory_list_get_elements, "gst_element_factory_list_get_elements", LIBRARY.GSTREAMER);
470 	Linker.link(gst_element_factory_list_is_type, "gst_element_factory_list_is_type", LIBRARY.GSTREAMER);
471 
472 	// gstreamer.
473 
474 	Linker.link(gst_error_get_message, "gst_error_get_message", LIBRARY.GSTREAMER);
475 
476 	// gstreamer.Event
477 
478 	Linker.link(gst_event_type_get_flags, "gst_event_type_get_flags", LIBRARY.GSTREAMER);
479 	Linker.link(gst_event_type_get_name, "gst_event_type_get_name", LIBRARY.GSTREAMER);
480 	Linker.link(gst_event_type_to_quark, "gst_event_type_to_quark", LIBRARY.GSTREAMER);
481 	Linker.link(gst_event_ref, "gst_event_ref", LIBRARY.GSTREAMER);
482 	Linker.link(gst_event_unref, "gst_event_unref", LIBRARY.GSTREAMER);
483 	Linker.link(gst_event_replace, "gst_event_replace", LIBRARY.GSTREAMER);
484 	Linker.link(gst_event_copy, "gst_event_copy", LIBRARY.GSTREAMER);
485 	Linker.link(gst_event_steal, "gst_event_steal", LIBRARY.GSTREAMER);
486 	Linker.link(gst_event_take, "gst_event_take", LIBRARY.GSTREAMER);
487 	Linker.link(gst_event_writable_structure, "gst_event_writable_structure", LIBRARY.GSTREAMER);
488 	Linker.link(gst_event_new_custom, "gst_event_new_custom", LIBRARY.GSTREAMER);
489 	Linker.link(gst_event_get_structure, "gst_event_get_structure", LIBRARY.GSTREAMER);
490 	Linker.link(gst_event_has_name, "gst_event_has_name", LIBRARY.GSTREAMER);
491 	Linker.link(gst_event_get_seqnum, "gst_event_get_seqnum", LIBRARY.GSTREAMER);
492 	Linker.link(gst_event_set_seqnum, "gst_event_set_seqnum", LIBRARY.GSTREAMER);
493 	Linker.link(gst_event_new_flush_start, "gst_event_new_flush_start", LIBRARY.GSTREAMER);
494 	Linker.link(gst_event_new_flush_stop, "gst_event_new_flush_stop", LIBRARY.GSTREAMER);
495 	Linker.link(gst_event_parse_flush_stop, "gst_event_parse_flush_stop", LIBRARY.GSTREAMER);
496 	Linker.link(gst_event_new_eos, "gst_event_new_eos", LIBRARY.GSTREAMER);
497 	Linker.link(gst_event_new_gap, "gst_event_new_gap", LIBRARY.GSTREAMER);
498 	Linker.link(gst_event_parse_gap, "gst_event_parse_gap", LIBRARY.GSTREAMER);
499 	Linker.link(gst_event_new_stream_start, "gst_event_new_stream_start", LIBRARY.GSTREAMER);
500 	Linker.link(gst_event_parse_stream_start, "gst_event_parse_stream_start", LIBRARY.GSTREAMER);
501 	Linker.link(gst_event_set_stream_flags, "gst_event_set_stream_flags", LIBRARY.GSTREAMER);
502 	Linker.link(gst_event_parse_stream_flags, "gst_event_parse_stream_flags", LIBRARY.GSTREAMER);
503 	Linker.link(gst_event_set_group_id, "gst_event_set_group_id", LIBRARY.GSTREAMER);
504 	Linker.link(gst_event_parse_group_id, "gst_event_parse_group_id", LIBRARY.GSTREAMER);
505 	Linker.link(gst_event_new_segment, "gst_event_new_segment", LIBRARY.GSTREAMER);
506 	Linker.link(gst_event_parse_segment, "gst_event_parse_segment", LIBRARY.GSTREAMER);
507 	Linker.link(gst_event_copy_segment, "gst_event_copy_segment", LIBRARY.GSTREAMER);
508 	Linker.link(gst_event_new_tag, "gst_event_new_tag", LIBRARY.GSTREAMER);
509 	Linker.link(gst_event_parse_tag, "gst_event_parse_tag", LIBRARY.GSTREAMER);
510 	Linker.link(gst_event_new_buffer_size, "gst_event_new_buffer_size", LIBRARY.GSTREAMER);
511 	Linker.link(gst_event_parse_buffer_size, "gst_event_parse_buffer_size", LIBRARY.GSTREAMER);
512 	Linker.link(gst_event_new_qos, "gst_event_new_qos", LIBRARY.GSTREAMER);
513 	Linker.link(gst_event_parse_qos, "gst_event_parse_qos", LIBRARY.GSTREAMER);
514 	Linker.link(gst_event_new_seek, "gst_event_new_seek", LIBRARY.GSTREAMER);
515 	Linker.link(gst_event_parse_seek, "gst_event_parse_seek", LIBRARY.GSTREAMER);
516 	Linker.link(gst_event_new_navigation, "gst_event_new_navigation", LIBRARY.GSTREAMER);
517 	Linker.link(gst_event_new_latency, "gst_event_new_latency", LIBRARY.GSTREAMER);
518 	Linker.link(gst_event_parse_latency, "gst_event_parse_latency", LIBRARY.GSTREAMER);
519 	Linker.link(gst_event_new_step, "gst_event_new_step", LIBRARY.GSTREAMER);
520 	Linker.link(gst_event_parse_step, "gst_event_parse_step", LIBRARY.GSTREAMER);
521 	Linker.link(gst_event_new_sink_message, "gst_event_new_sink_message", LIBRARY.GSTREAMER);
522 	Linker.link(gst_event_parse_sink_message, "gst_event_parse_sink_message", LIBRARY.GSTREAMER);
523 	Linker.link(gst_event_new_reconfigure, "gst_event_new_reconfigure", LIBRARY.GSTREAMER);
524 	Linker.link(gst_event_new_caps, "gst_event_new_caps", LIBRARY.GSTREAMER);
525 	Linker.link(gst_event_parse_caps, "gst_event_parse_caps", LIBRARY.GSTREAMER);
526 	Linker.link(gst_event_new_toc, "gst_event_new_toc", LIBRARY.GSTREAMER);
527 	Linker.link(gst_event_parse_toc, "gst_event_parse_toc", LIBRARY.GSTREAMER);
528 	Linker.link(gst_event_new_toc_select, "gst_event_new_toc_select", LIBRARY.GSTREAMER);
529 	Linker.link(gst_event_parse_toc_select, "gst_event_parse_toc_select", LIBRARY.GSTREAMER);
530 	Linker.link(gst_event_new_segment_done, "gst_event_new_segment_done", LIBRARY.GSTREAMER);
531 	Linker.link(gst_event_parse_segment_done, "gst_event_parse_segment_done", LIBRARY.GSTREAMER);
532 
533 	// gstreamer.
534 
535 	Linker.link(gst_format_get_name, "gst_format_get_name", LIBRARY.GSTREAMER);
536 	Linker.link(gst_format_to_quark, "gst_format_to_quark", LIBRARY.GSTREAMER);
537 	Linker.link(gst_format_register, "gst_format_register", LIBRARY.GSTREAMER);
538 	Linker.link(gst_format_get_by_nick, "gst_format_get_by_nick", LIBRARY.GSTREAMER);
539 	Linker.link(gst_formats_contains, "gst_formats_contains", LIBRARY.GSTREAMER);
540 	Linker.link(gst_format_get_details, "gst_format_get_details", LIBRARY.GSTREAMER);
541 	Linker.link(gst_format_iterate_definitions, "gst_format_iterate_definitions", LIBRARY.GSTREAMER);
542 
543 	// gstreamer.GhostPad
544 
545 	Linker.link(gst_ghost_pad_new, "gst_ghost_pad_new", LIBRARY.GSTREAMER);
546 	Linker.link(gst_ghost_pad_new_no_target, "gst_ghost_pad_new_no_target", LIBRARY.GSTREAMER);
547 	Linker.link(gst_ghost_pad_new_from_template, "gst_ghost_pad_new_from_template", LIBRARY.GSTREAMER);
548 	Linker.link(gst_ghost_pad_new_no_target_from_template, "gst_ghost_pad_new_no_target_from_template", LIBRARY.GSTREAMER);
549 	Linker.link(gst_ghost_pad_set_target, "gst_ghost_pad_set_target", LIBRARY.GSTREAMER);
550 	Linker.link(gst_ghost_pad_get_target, "gst_ghost_pad_get_target", LIBRARY.GSTREAMER);
551 	Linker.link(gst_ghost_pad_construct, "gst_ghost_pad_construct", LIBRARY.GSTREAMER);
552 	Linker.link(gst_ghost_pad_activate_mode_default, "gst_ghost_pad_activate_mode_default", LIBRARY.GSTREAMER);
553 	Linker.link(gst_ghost_pad_internal_activate_mode_default, "gst_ghost_pad_internal_activate_mode_default", LIBRARY.GSTREAMER);
554 
555 	// gstreamer.ProxyPad
556 
557 	Linker.link(gst_proxy_pad_get_internal, "gst_proxy_pad_get_internal", LIBRARY.GSTREAMER);
558 	Linker.link(gst_proxy_pad_iterate_internal_links_default, "gst_proxy_pad_iterate_internal_links_default", LIBRARY.GSTREAMER);
559 	Linker.link(gst_proxy_pad_chain_default, "gst_proxy_pad_chain_default", LIBRARY.GSTREAMER);
560 	Linker.link(gst_proxy_pad_chain_list_default, "gst_proxy_pad_chain_list_default", LIBRARY.GSTREAMER);
561 	Linker.link(gst_proxy_pad_getrange_default, "gst_proxy_pad_getrange_default", LIBRARY.GSTREAMER);
562 
563 	// gstreamer.Iterator
564 
565 	Linker.link(gst_iterator_new, "gst_iterator_new", LIBRARY.GSTREAMER);
566 	Linker.link(gst_iterator_new_list, "gst_iterator_new_list", LIBRARY.GSTREAMER);
567 	Linker.link(gst_iterator_new_single, "gst_iterator_new_single", LIBRARY.GSTREAMER);
568 	Linker.link(gst_iterator_copy, "gst_iterator_copy", LIBRARY.GSTREAMER);
569 	Linker.link(gst_iterator_free, "gst_iterator_free", LIBRARY.GSTREAMER);
570 	Linker.link(gst_iterator_next, "gst_iterator_next", LIBRARY.GSTREAMER);
571 	Linker.link(gst_iterator_resync, "gst_iterator_resync", LIBRARY.GSTREAMER);
572 	Linker.link(gst_iterator_push, "gst_iterator_push", LIBRARY.GSTREAMER);
573 	Linker.link(gst_iterator_filter, "gst_iterator_filter", LIBRARY.GSTREAMER);
574 	Linker.link(gst_iterator_fold, "gst_iterator_fold", LIBRARY.GSTREAMER);
575 	Linker.link(gst_iterator_foreach, "gst_iterator_foreach", LIBRARY.GSTREAMER);
576 	Linker.link(gst_iterator_find_custom, "gst_iterator_find_custom", LIBRARY.GSTREAMER);
577 
578 	// gstreamer.Memory
579 
580 	Linker.link(gst_memory_init, "gst_memory_init", LIBRARY.GSTREAMER);
581 	Linker.link(gst_memory_is_type, "gst_memory_is_type", LIBRARY.GSTREAMER);
582 	Linker.link(gst_memory_ref, "gst_memory_ref", LIBRARY.GSTREAMER);
583 	Linker.link(gst_memory_unref, "gst_memory_unref", LIBRARY.GSTREAMER);
584 	Linker.link(gst_memory_get_sizes, "gst_memory_get_sizes", LIBRARY.GSTREAMER);
585 	Linker.link(gst_memory_resize, "gst_memory_resize", LIBRARY.GSTREAMER);
586 	Linker.link(gst_memory_make_mapped, "gst_memory_make_mapped", LIBRARY.GSTREAMER);
587 	Linker.link(gst_memory_map, "gst_memory_map", LIBRARY.GSTREAMER);
588 	Linker.link(gst_memory_unmap, "gst_memory_unmap", LIBRARY.GSTREAMER);
589 	Linker.link(gst_memory_copy, "gst_memory_copy", LIBRARY.GSTREAMER);
590 	Linker.link(gst_memory_share, "gst_memory_share", LIBRARY.GSTREAMER);
591 	Linker.link(gst_memory_is_span, "gst_memory_is_span", LIBRARY.GSTREAMER);
592 
593 	// gstreamer.Message
594 
595 	Linker.link(gst_message_type_to_quark, "gst_message_type_to_quark", LIBRARY.GSTREAMER);
596 	Linker.link(gst_message_type_get_name, "gst_message_type_get_name", LIBRARY.GSTREAMER);
597 	Linker.link(gst_message_ref, "gst_message_ref", LIBRARY.GSTREAMER);
598 	Linker.link(gst_message_unref, "gst_message_unref", LIBRARY.GSTREAMER);
599 	Linker.link(gst_message_copy, "gst_message_copy", LIBRARY.GSTREAMER);
600 	Linker.link(gst_message_get_structure, "gst_message_get_structure", LIBRARY.GSTREAMER);
601 	Linker.link(gst_message_get_seqnum, "gst_message_get_seqnum", LIBRARY.GSTREAMER);
602 	Linker.link(gst_message_set_seqnum, "gst_message_set_seqnum", LIBRARY.GSTREAMER);
603 	Linker.link(gst_message_has_name, "gst_message_has_name", LIBRARY.GSTREAMER);
604 	Linker.link(gst_message_replace, "gst_message_replace", LIBRARY.GSTREAMER);
605 	Linker.link(gst_message_new_eos, "gst_message_new_eos", LIBRARY.GSTREAMER);
606 	Linker.link(gst_message_new_error, "gst_message_new_error", LIBRARY.GSTREAMER);
607 	Linker.link(gst_message_parse_error, "gst_message_parse_error", LIBRARY.GSTREAMER);
608 	Linker.link(gst_message_new_warning, "gst_message_new_warning", LIBRARY.GSTREAMER);
609 	Linker.link(gst_message_parse_warning, "gst_message_parse_warning", LIBRARY.GSTREAMER);
610 	Linker.link(gst_message_new_info, "gst_message_new_info", LIBRARY.GSTREAMER);
611 	Linker.link(gst_message_parse_info, "gst_message_parse_info", LIBRARY.GSTREAMER);
612 	Linker.link(gst_message_new_tag, "gst_message_new_tag", LIBRARY.GSTREAMER);
613 	Linker.link(gst_message_parse_tag, "gst_message_parse_tag", LIBRARY.GSTREAMER);
614 	Linker.link(gst_message_new_buffering, "gst_message_new_buffering", LIBRARY.GSTREAMER);
615 	Linker.link(gst_message_parse_buffering, "gst_message_parse_buffering", LIBRARY.GSTREAMER);
616 	Linker.link(gst_message_set_buffering_stats, "gst_message_set_buffering_stats", LIBRARY.GSTREAMER);
617 	Linker.link(gst_message_parse_buffering_stats, "gst_message_parse_buffering_stats", LIBRARY.GSTREAMER);
618 	Linker.link(gst_message_new_state_changed, "gst_message_new_state_changed", LIBRARY.GSTREAMER);
619 	Linker.link(gst_message_parse_state_changed, "gst_message_parse_state_changed", LIBRARY.GSTREAMER);
620 	Linker.link(gst_message_new_state_dirty, "gst_message_new_state_dirty", LIBRARY.GSTREAMER);
621 	Linker.link(gst_message_new_step_done, "gst_message_new_step_done", LIBRARY.GSTREAMER);
622 	Linker.link(gst_message_parse_step_done, "gst_message_parse_step_done", LIBRARY.GSTREAMER);
623 	Linker.link(gst_message_new_clock_provide, "gst_message_new_clock_provide", LIBRARY.GSTREAMER);
624 	Linker.link(gst_message_parse_clock_provide, "gst_message_parse_clock_provide", LIBRARY.GSTREAMER);
625 	Linker.link(gst_message_new_clock_lost, "gst_message_new_clock_lost", LIBRARY.GSTREAMER);
626 	Linker.link(gst_message_parse_clock_lost, "gst_message_parse_clock_lost", LIBRARY.GSTREAMER);
627 	Linker.link(gst_message_new_new_clock, "gst_message_new_new_clock", LIBRARY.GSTREAMER);
628 	Linker.link(gst_message_parse_new_clock, "gst_message_parse_new_clock", LIBRARY.GSTREAMER);
629 	Linker.link(gst_message_new_application, "gst_message_new_application", LIBRARY.GSTREAMER);
630 	Linker.link(gst_message_new_element, "gst_message_new_element", LIBRARY.GSTREAMER);
631 	Linker.link(gst_message_new_custom, "gst_message_new_custom", LIBRARY.GSTREAMER);
632 	Linker.link(gst_message_new_segment_start, "gst_message_new_segment_start", LIBRARY.GSTREAMER);
633 	Linker.link(gst_message_parse_segment_start, "gst_message_parse_segment_start", LIBRARY.GSTREAMER);
634 	Linker.link(gst_message_new_segment_done, "gst_message_new_segment_done", LIBRARY.GSTREAMER);
635 	Linker.link(gst_message_parse_segment_done, "gst_message_parse_segment_done", LIBRARY.GSTREAMER);
636 	Linker.link(gst_message_new_duration_changed, "gst_message_new_duration_changed", LIBRARY.GSTREAMER);
637 	Linker.link(gst_message_new_latency, "gst_message_new_latency", LIBRARY.GSTREAMER);
638 	Linker.link(gst_message_new_async_start, "gst_message_new_async_start", LIBRARY.GSTREAMER);
639 	Linker.link(gst_message_new_async_done, "gst_message_new_async_done", LIBRARY.GSTREAMER);
640 	Linker.link(gst_message_parse_async_done, "gst_message_parse_async_done", LIBRARY.GSTREAMER);
641 	Linker.link(gst_message_new_step_start, "gst_message_new_step_start", LIBRARY.GSTREAMER);
642 	Linker.link(gst_message_parse_step_start, "gst_message_parse_step_start", LIBRARY.GSTREAMER);
643 	Linker.link(gst_message_new_qos, "gst_message_new_qos", LIBRARY.GSTREAMER);
644 	Linker.link(gst_message_set_qos_values, "gst_message_set_qos_values", LIBRARY.GSTREAMER);
645 	Linker.link(gst_message_set_qos_stats, "gst_message_set_qos_stats", LIBRARY.GSTREAMER);
646 	Linker.link(gst_message_parse_qos, "gst_message_parse_qos", LIBRARY.GSTREAMER);
647 	Linker.link(gst_message_parse_qos_values, "gst_message_parse_qos_values", LIBRARY.GSTREAMER);
648 	Linker.link(gst_message_parse_qos_stats, "gst_message_parse_qos_stats", LIBRARY.GSTREAMER);
649 	Linker.link(gst_message_new_toc, "gst_message_new_toc", LIBRARY.GSTREAMER);
650 	Linker.link(gst_message_parse_toc, "gst_message_parse_toc", LIBRARY.GSTREAMER);
651 	Linker.link(gst_message_new_reset_time, "gst_message_new_reset_time", LIBRARY.GSTREAMER);
652 	Linker.link(gst_message_parse_reset_time, "gst_message_parse_reset_time", LIBRARY.GSTREAMER);
653 	Linker.link(gst_message_new_stream_start, "gst_message_new_stream_start", LIBRARY.GSTREAMER);
654 	Linker.link(gst_message_set_group_id, "gst_message_set_group_id", LIBRARY.GSTREAMER);
655 	Linker.link(gst_message_parse_group_id, "gst_message_parse_group_id", LIBRARY.GSTREAMER);
656 	Linker.link(gst_message_new_structure_change, "gst_message_new_structure_change", LIBRARY.GSTREAMER);
657 	Linker.link(gst_message_parse_structure_change, "gst_message_parse_structure_change", LIBRARY.GSTREAMER);
658 	Linker.link(gst_message_new_request_state, "gst_message_new_request_state", LIBRARY.GSTREAMER);
659 	Linker.link(gst_message_parse_request_state, "gst_message_parse_request_state", LIBRARY.GSTREAMER);
660 	Linker.link(gst_message_new_stream_status, "gst_message_new_stream_status", LIBRARY.GSTREAMER);
661 	Linker.link(gst_message_parse_stream_status, "gst_message_parse_stream_status", LIBRARY.GSTREAMER);
662 	Linker.link(gst_message_set_stream_status_object, "gst_message_set_stream_status_object", LIBRARY.GSTREAMER);
663 	Linker.link(gst_message_get_stream_status_object, "gst_message_get_stream_status_object", LIBRARY.GSTREAMER);
664 	Linker.link(gst_message_new_progress, "gst_message_new_progress", LIBRARY.GSTREAMER);
665 	Linker.link(gst_message_parse_progress, "gst_message_parse_progress", LIBRARY.GSTREAMER);
666 	Linker.link(gst_message_new_need_context, "gst_message_new_need_context", LIBRARY.GSTREAMER);
667 	Linker.link(gst_message_parse_context_type, "gst_message_parse_context_type", LIBRARY.GSTREAMER);
668 	Linker.link(gst_message_new_have_context, "gst_message_new_have_context", LIBRARY.GSTREAMER);
669 	Linker.link(gst_message_parse_have_context, "gst_message_parse_have_context", LIBRARY.GSTREAMER);
670 
671 	// gstreamer.Meta
672 
673 	Linker.link(gst_meta_api_type_register, "gst_meta_api_type_register", LIBRARY.GSTREAMER);
674 	Linker.link(gst_meta_api_type_has_tag, "gst_meta_api_type_has_tag", LIBRARY.GSTREAMER);
675 	Linker.link(gst_meta_register, "gst_meta_register", LIBRARY.GSTREAMER);
676 	Linker.link(gst_meta_get_info, "gst_meta_get_info", LIBRARY.GSTREAMER);
677 
678 	// gstreamer.MiniObject
679 
680 	Linker.link(gst_mini_object_init, "gst_mini_object_init", LIBRARY.GSTREAMER);
681 	Linker.link(gst_mini_object_ref, "gst_mini_object_ref", LIBRARY.GSTREAMER);
682 	Linker.link(gst_mini_object_unref, "gst_mini_object_unref", LIBRARY.GSTREAMER);
683 	Linker.link(gst_mini_object_weak_ref, "gst_mini_object_weak_ref", LIBRARY.GSTREAMER);
684 	Linker.link(gst_mini_object_weak_unref, "gst_mini_object_weak_unref", LIBRARY.GSTREAMER);
685 	Linker.link(gst_mini_object_lock, "gst_mini_object_lock", LIBRARY.GSTREAMER);
686 	Linker.link(gst_mini_object_unlock, "gst_mini_object_unlock", LIBRARY.GSTREAMER);
687 	Linker.link(gst_mini_object_is_writable, "gst_mini_object_is_writable", LIBRARY.GSTREAMER);
688 	Linker.link(gst_mini_object_make_writable, "gst_mini_object_make_writable", LIBRARY.GSTREAMER);
689 	Linker.link(gst_mini_object_copy, "gst_mini_object_copy", LIBRARY.GSTREAMER);
690 	Linker.link(gst_mini_object_set_qdata, "gst_mini_object_set_qdata", LIBRARY.GSTREAMER);
691 	Linker.link(gst_mini_object_get_qdata, "gst_mini_object_get_qdata", LIBRARY.GSTREAMER);
692 	Linker.link(gst_mini_object_steal_qdata, "gst_mini_object_steal_qdata", LIBRARY.GSTREAMER);
693 	Linker.link(gst_mini_object_replace, "gst_mini_object_replace", LIBRARY.GSTREAMER);
694 	Linker.link(gst_mini_object_take, "gst_mini_object_take", LIBRARY.GSTREAMER);
695 	Linker.link(gst_mini_object_steal, "gst_mini_object_steal", LIBRARY.GSTREAMER);
696 
697 	// gstreamer.ObjectGst
698 
699 	Linker.link(gst_object_set_name, "gst_object_set_name", LIBRARY.GSTREAMER);
700 	Linker.link(gst_object_get_name, "gst_object_get_name", LIBRARY.GSTREAMER);
701 	Linker.link(gst_object_set_parent, "gst_object_set_parent", LIBRARY.GSTREAMER);
702 	Linker.link(gst_object_get_parent, "gst_object_get_parent", LIBRARY.GSTREAMER);
703 	Linker.link(gst_object_unparent, "gst_object_unparent", LIBRARY.GSTREAMER);
704 	Linker.link(gst_object_default_deep_notify, "gst_object_default_deep_notify", LIBRARY.GSTREAMER);
705 	Linker.link(gst_object_default_error, "gst_object_default_error", LIBRARY.GSTREAMER);
706 	Linker.link(gst_object_check_uniqueness, "gst_object_check_uniqueness", LIBRARY.GSTREAMER);
707 	Linker.link(gst_object_has_ancestor, "gst_object_has_ancestor", LIBRARY.GSTREAMER);
708 	Linker.link(gst_object_ref, "gst_object_ref", LIBRARY.GSTREAMER);
709 	Linker.link(gst_object_unref, "gst_object_unref", LIBRARY.GSTREAMER);
710 	Linker.link(gst_object_ref_sink, "gst_object_ref_sink", LIBRARY.GSTREAMER);
711 	Linker.link(gst_object_replace, "gst_object_replace", LIBRARY.GSTREAMER);
712 	Linker.link(gst_object_get_path_string, "gst_object_get_path_string", LIBRARY.GSTREAMER);
713 	Linker.link(gst_object_suggest_next_sync, "gst_object_suggest_next_sync", LIBRARY.GSTREAMER);
714 	Linker.link(gst_object_sync_values, "gst_object_sync_values", LIBRARY.GSTREAMER);
715 	Linker.link(gst_object_has_active_control_bindings, "gst_object_has_active_control_bindings", LIBRARY.GSTREAMER);
716 	Linker.link(gst_object_set_control_bindings_disabled, "gst_object_set_control_bindings_disabled", LIBRARY.GSTREAMER);
717 	Linker.link(gst_object_set_control_binding_disabled, "gst_object_set_control_binding_disabled", LIBRARY.GSTREAMER);
718 	Linker.link(gst_object_add_control_binding, "gst_object_add_control_binding", LIBRARY.GSTREAMER);
719 	Linker.link(gst_object_get_control_binding, "gst_object_get_control_binding", LIBRARY.GSTREAMER);
720 	Linker.link(gst_object_remove_control_binding, "gst_object_remove_control_binding", LIBRARY.GSTREAMER);
721 	Linker.link(gst_object_get_value, "gst_object_get_value", LIBRARY.GSTREAMER);
722 	Linker.link(gst_object_get_value_array, "gst_object_get_value_array", LIBRARY.GSTREAMER);
723 	Linker.link(gst_object_get_g_value_array, "gst_object_get_g_value_array", LIBRARY.GSTREAMER);
724 	Linker.link(gst_object_get_control_rate, "gst_object_get_control_rate", LIBRARY.GSTREAMER);
725 	Linker.link(gst_object_set_control_rate, "gst_object_set_control_rate", LIBRARY.GSTREAMER);
726 
727 	// gstreamer.Pad
728 
729 	Linker.link(gst_flow_get_name, "gst_flow_get_name", LIBRARY.GSTREAMER);
730 	Linker.link(gst_flow_to_quark, "gst_flow_to_quark", LIBRARY.GSTREAMER);
731 	Linker.link(gst_pad_mode_get_name, "gst_pad_mode_get_name", LIBRARY.GSTREAMER);
732 	Linker.link(gst_pad_get_direction, "gst_pad_get_direction", LIBRARY.GSTREAMER);
733 	Linker.link(gst_pad_get_parent_element, "gst_pad_get_parent_element", LIBRARY.GSTREAMER);
734 	Linker.link(gst_pad_get_pad_template, "gst_pad_get_pad_template", LIBRARY.GSTREAMER);
735 	Linker.link(gst_pad_link, "gst_pad_link", LIBRARY.GSTREAMER);
736 	Linker.link(gst_pad_link_full, "gst_pad_link_full", LIBRARY.GSTREAMER);
737 	Linker.link(gst_pad_unlink, "gst_pad_unlink", LIBRARY.GSTREAMER);
738 	Linker.link(gst_pad_is_linked, "gst_pad_is_linked", LIBRARY.GSTREAMER);
739 	Linker.link(gst_pad_can_link, "gst_pad_can_link", LIBRARY.GSTREAMER);
740 	Linker.link(gst_pad_get_allowed_caps, "gst_pad_get_allowed_caps", LIBRARY.GSTREAMER);
741 	Linker.link(gst_pad_get_current_caps, "gst_pad_get_current_caps", LIBRARY.GSTREAMER);
742 	Linker.link(gst_pad_get_pad_template_caps, "gst_pad_get_pad_template_caps", LIBRARY.GSTREAMER);
743 	Linker.link(gst_pad_get_peer, "gst_pad_get_peer", LIBRARY.GSTREAMER);
744 	Linker.link(gst_pad_use_fixed_caps, "gst_pad_use_fixed_caps", LIBRARY.GSTREAMER);
745 	Linker.link(gst_pad_has_current_caps, "gst_pad_has_current_caps", LIBRARY.GSTREAMER);
746 	Linker.link(gst_pad_get_sticky_event, "gst_pad_get_sticky_event", LIBRARY.GSTREAMER);
747 	Linker.link(gst_pad_sticky_events_foreach, "gst_pad_sticky_events_foreach", LIBRARY.GSTREAMER);
748 	Linker.link(gst_pad_is_active, "gst_pad_is_active", LIBRARY.GSTREAMER);
749 	Linker.link(gst_pad_probe_info_get_buffer, "gst_pad_probe_info_get_buffer", LIBRARY.GSTREAMER);
750 	Linker.link(gst_pad_probe_info_get_buffer_list, "gst_pad_probe_info_get_buffer_list", LIBRARY.GSTREAMER);
751 	Linker.link(gst_pad_probe_info_get_event, "gst_pad_probe_info_get_event", LIBRARY.GSTREAMER);
752 	Linker.link(gst_pad_probe_info_get_query, "gst_pad_probe_info_get_query", LIBRARY.GSTREAMER);
753 	Linker.link(gst_pad_add_probe, "gst_pad_add_probe", LIBRARY.GSTREAMER);
754 	Linker.link(gst_pad_remove_probe, "gst_pad_remove_probe", LIBRARY.GSTREAMER);
755 	Linker.link(gst_pad_is_blocked, "gst_pad_is_blocked", LIBRARY.GSTREAMER);
756 	Linker.link(gst_pad_is_blocking, "gst_pad_is_blocking", LIBRARY.GSTREAMER);
757 	Linker.link(gst_pad_get_offset, "gst_pad_get_offset", LIBRARY.GSTREAMER);
758 	Linker.link(gst_pad_set_offset, "gst_pad_set_offset", LIBRARY.GSTREAMER);
759 	Linker.link(gst_pad_new, "gst_pad_new", LIBRARY.GSTREAMER);
760 	Linker.link(gst_pad_new_from_template, "gst_pad_new_from_template", LIBRARY.GSTREAMER);
761 	Linker.link(gst_pad_new_from_static_template, "gst_pad_new_from_static_template", LIBRARY.GSTREAMER);
762 	Linker.link(gst_pad_set_chain_function_full, "gst_pad_set_chain_function_full", LIBRARY.GSTREAMER);
763 	Linker.link(gst_pad_set_chain_list_function_full, "gst_pad_set_chain_list_function_full", LIBRARY.GSTREAMER);
764 	Linker.link(gst_pad_get_range, "gst_pad_get_range", LIBRARY.GSTREAMER);
765 	Linker.link(gst_pad_set_getrange_function_full, "gst_pad_set_getrange_function_full", LIBRARY.GSTREAMER);
766 	Linker.link(gst_pad_set_event_function_full, "gst_pad_set_event_function_full", LIBRARY.GSTREAMER);
767 	Linker.link(gst_pad_set_link_function_full, "gst_pad_set_link_function_full", LIBRARY.GSTREAMER);
768 	Linker.link(gst_pad_set_unlink_function_full, "gst_pad_set_unlink_function_full", LIBRARY.GSTREAMER);
769 	Linker.link(gst_pad_proxy_query_caps, "gst_pad_proxy_query_caps", LIBRARY.GSTREAMER);
770 	Linker.link(gst_pad_proxy_query_accept_caps, "gst_pad_proxy_query_accept_caps", LIBRARY.GSTREAMER);
771 	Linker.link(gst_pad_set_activate_function_full, "gst_pad_set_activate_function_full", LIBRARY.GSTREAMER);
772 	Linker.link(gst_pad_set_activatemode_function_full, "gst_pad_set_activatemode_function_full", LIBRARY.GSTREAMER);
773 	Linker.link(gst_pad_needs_reconfigure, "gst_pad_needs_reconfigure", LIBRARY.GSTREAMER);
774 	Linker.link(gst_pad_check_reconfigure, "gst_pad_check_reconfigure", LIBRARY.GSTREAMER);
775 	Linker.link(gst_pad_mark_reconfigure, "gst_pad_mark_reconfigure", LIBRARY.GSTREAMER);
776 	Linker.link(gst_pad_push, "gst_pad_push", LIBRARY.GSTREAMER);
777 	Linker.link(gst_pad_push_event, "gst_pad_push_event", LIBRARY.GSTREAMER);
778 	Linker.link(gst_pad_push_list, "gst_pad_push_list", LIBRARY.GSTREAMER);
779 	Linker.link(gst_pad_pull_range, "gst_pad_pull_range", LIBRARY.GSTREAMER);
780 	Linker.link(gst_pad_activate_mode, "gst_pad_activate_mode", LIBRARY.GSTREAMER);
781 	Linker.link(gst_pad_send_event, "gst_pad_send_event", LIBRARY.GSTREAMER);
782 	Linker.link(gst_pad_event_default, "gst_pad_event_default", LIBRARY.GSTREAMER);
783 	Linker.link(gst_pad_query, "gst_pad_query", LIBRARY.GSTREAMER);
784 	Linker.link(gst_pad_peer_query, "gst_pad_peer_query", LIBRARY.GSTREAMER);
785 	Linker.link(gst_pad_query_default, "gst_pad_query_default", LIBRARY.GSTREAMER);
786 	Linker.link(gst_pad_query_position, "gst_pad_query_position", LIBRARY.GSTREAMER);
787 	Linker.link(gst_pad_query_duration, "gst_pad_query_duration", LIBRARY.GSTREAMER);
788 	Linker.link(gst_pad_query_convert, "gst_pad_query_convert", LIBRARY.GSTREAMER);
789 	Linker.link(gst_pad_query_accept_caps, "gst_pad_query_accept_caps", LIBRARY.GSTREAMER);
790 	Linker.link(gst_pad_query_caps, "gst_pad_query_caps", LIBRARY.GSTREAMER);
791 	Linker.link(gst_pad_peer_query_position, "gst_pad_peer_query_position", LIBRARY.GSTREAMER);
792 	Linker.link(gst_pad_peer_query_duration, "gst_pad_peer_query_duration", LIBRARY.GSTREAMER);
793 	Linker.link(gst_pad_peer_query_convert, "gst_pad_peer_query_convert", LIBRARY.GSTREAMER);
794 	Linker.link(gst_pad_peer_query_accept_caps, "gst_pad_peer_query_accept_caps", LIBRARY.GSTREAMER);
795 	Linker.link(gst_pad_peer_query_caps, "gst_pad_peer_query_caps", LIBRARY.GSTREAMER);
796 	Linker.link(gst_pad_set_query_function_full, "gst_pad_set_query_function_full", LIBRARY.GSTREAMER);
797 	Linker.link(gst_pad_set_iterate_internal_links_function_full, "gst_pad_set_iterate_internal_links_function_full", LIBRARY.GSTREAMER);
798 	Linker.link(gst_pad_iterate_internal_links, "gst_pad_iterate_internal_links", LIBRARY.GSTREAMER);
799 	Linker.link(gst_pad_iterate_internal_links_default, "gst_pad_iterate_internal_links_default", LIBRARY.GSTREAMER);
800 	Linker.link(gst_pad_set_element_private, "gst_pad_set_element_private", LIBRARY.GSTREAMER);
801 	Linker.link(gst_pad_get_element_private, "gst_pad_get_element_private", LIBRARY.GSTREAMER);
802 	Linker.link(gst_pad_create_stream_id, "gst_pad_create_stream_id", LIBRARY.GSTREAMER);
803 	Linker.link(gst_pad_create_stream_id_printf, "gst_pad_create_stream_id_printf", LIBRARY.GSTREAMER);
804 	Linker.link(gst_pad_create_stream_id_printf_valist, "gst_pad_create_stream_id_printf_valist", LIBRARY.GSTREAMER);
805 	Linker.link(gst_pad_get_stream_id, "gst_pad_get_stream_id", LIBRARY.GSTREAMER);
806 	Linker.link(gst_pad_forward, "gst_pad_forward", LIBRARY.GSTREAMER);
807 	Linker.link(gst_pad_chain, "gst_pad_chain", LIBRARY.GSTREAMER);
808 	Linker.link(gst_pad_chain_list, "gst_pad_chain_list", LIBRARY.GSTREAMER);
809 	Linker.link(gst_pad_start_task, "gst_pad_start_task", LIBRARY.GSTREAMER);
810 	Linker.link(gst_pad_pause_task, "gst_pad_pause_task", LIBRARY.GSTREAMER);
811 	Linker.link(gst_pad_stop_task, "gst_pad_stop_task", LIBRARY.GSTREAMER);
812 	Linker.link(gst_pad_set_active, "gst_pad_set_active", LIBRARY.GSTREAMER);
813 
814 	// gstreamer.PadTemplate
815 
816 	Linker.link(gst_static_pad_template_get, "gst_static_pad_template_get", LIBRARY.GSTREAMER);
817 	Linker.link(gst_static_pad_template_get_caps, "gst_static_pad_template_get_caps", LIBRARY.GSTREAMER);
818 	Linker.link(gst_pad_template_new, "gst_pad_template_new", LIBRARY.GSTREAMER);
819 	Linker.link(gst_pad_template_get_caps, "gst_pad_template_get_caps", LIBRARY.GSTREAMER);
820 
821 	// gstreamer.ParamSpecFraction
822 
823 	Linker.link(gst_param_spec_fraction, "gst_param_spec_fraction", LIBRARY.GSTREAMER);
824 
825 	// gstreamer.Parse
826 
827 	Linker.link(gst_parse_error_quark, "gst_parse_error_quark", LIBRARY.GSTREAMER);
828 	Linker.link(gst_parse_launch, "gst_parse_launch", LIBRARY.GSTREAMER);
829 	Linker.link(gst_parse_launch_full, "gst_parse_launch_full", LIBRARY.GSTREAMER);
830 	Linker.link(gst_parse_launchv, "gst_parse_launchv", LIBRARY.GSTREAMER);
831 	Linker.link(gst_parse_launchv_full, "gst_parse_launchv_full", LIBRARY.GSTREAMER);
832 	Linker.link(gst_parse_bin_from_description, "gst_parse_bin_from_description", LIBRARY.GSTREAMER);
833 	Linker.link(gst_parse_bin_from_description_full, "gst_parse_bin_from_description_full", LIBRARY.GSTREAMER);
834 
835 	// gstreamer.ParseContext
836 
837 	Linker.link(gst_parse_context_new, "gst_parse_context_new", LIBRARY.GSTREAMER);
838 	Linker.link(gst_parse_context_free, "gst_parse_context_free", LIBRARY.GSTREAMER);
839 	Linker.link(gst_parse_context_get_missing_elements, "gst_parse_context_get_missing_elements", LIBRARY.GSTREAMER);
840 
841 	// gstreamer.Pipeline
842 
843 	Linker.link(gst_pipeline_new, "gst_pipeline_new", LIBRARY.GSTREAMER);
844 	Linker.link(gst_pipeline_get_bus, "gst_pipeline_get_bus", LIBRARY.GSTREAMER);
845 	Linker.link(gst_pipeline_set_clock, "gst_pipeline_set_clock", LIBRARY.GSTREAMER);
846 	Linker.link(gst_pipeline_get_clock, "gst_pipeline_get_clock", LIBRARY.GSTREAMER);
847 	Linker.link(gst_pipeline_use_clock, "gst_pipeline_use_clock", LIBRARY.GSTREAMER);
848 	Linker.link(gst_pipeline_auto_clock, "gst_pipeline_auto_clock", LIBRARY.GSTREAMER);
849 	Linker.link(gst_pipeline_set_auto_flush_bus, "gst_pipeline_set_auto_flush_bus", LIBRARY.GSTREAMER);
850 	Linker.link(gst_pipeline_get_auto_flush_bus, "gst_pipeline_get_auto_flush_bus", LIBRARY.GSTREAMER);
851 	Linker.link(gst_pipeline_set_delay, "gst_pipeline_set_delay", LIBRARY.GSTREAMER);
852 	Linker.link(gst_pipeline_get_delay, "gst_pipeline_get_delay", LIBRARY.GSTREAMER);
853 
854 	// gstreamer.Plugin
855 
856 	Linker.link(gst_plugin_error_quark, "gst_plugin_error_quark", LIBRARY.GSTREAMER);
857 	Linker.link(gst_plugin_get_name, "gst_plugin_get_name", LIBRARY.GSTREAMER);
858 	Linker.link(gst_plugin_get_description, "gst_plugin_get_description", LIBRARY.GSTREAMER);
859 	Linker.link(gst_plugin_get_filename, "gst_plugin_get_filename", LIBRARY.GSTREAMER);
860 	Linker.link(gst_plugin_get_license, "gst_plugin_get_license", LIBRARY.GSTREAMER);
861 	Linker.link(gst_plugin_get_package, "gst_plugin_get_package", LIBRARY.GSTREAMER);
862 	Linker.link(gst_plugin_get_origin, "gst_plugin_get_origin", LIBRARY.GSTREAMER);
863 	Linker.link(gst_plugin_get_source, "gst_plugin_get_source", LIBRARY.GSTREAMER);
864 	Linker.link(gst_plugin_get_version, "gst_plugin_get_version", LIBRARY.GSTREAMER);
865 	Linker.link(gst_plugin_get_release_date_string, "gst_plugin_get_release_date_string", LIBRARY.GSTREAMER);
866 	Linker.link(gst_plugin_is_loaded, "gst_plugin_is_loaded", LIBRARY.GSTREAMER);
867 	Linker.link(gst_plugin_get_cache_data, "gst_plugin_get_cache_data", LIBRARY.GSTREAMER);
868 	Linker.link(gst_plugin_set_cache_data, "gst_plugin_set_cache_data", LIBRARY.GSTREAMER);
869 	Linker.link(gst_plugin_load_file, "gst_plugin_load_file", LIBRARY.GSTREAMER);
870 	Linker.link(gst_plugin_load, "gst_plugin_load", LIBRARY.GSTREAMER);
871 	Linker.link(gst_plugin_load_by_name, "gst_plugin_load_by_name", LIBRARY.GSTREAMER);
872 	Linker.link(gst_plugin_list_free, "gst_plugin_list_free", LIBRARY.GSTREAMER);
873 	Linker.link(gst_plugin_register_static, "gst_plugin_register_static", LIBRARY.GSTREAMER);
874 	Linker.link(gst_plugin_register_static_full, "gst_plugin_register_static_full", LIBRARY.GSTREAMER);
875 	Linker.link(gst_plugin_add_dependency, "gst_plugin_add_dependency", LIBRARY.GSTREAMER);
876 	Linker.link(gst_plugin_add_dependency_simple, "gst_plugin_add_dependency_simple", LIBRARY.GSTREAMER);
877 
878 	// gstreamer.PluginFeature
879 
880 	Linker.link(gst_plugin_feature_set_rank, "gst_plugin_feature_set_rank", LIBRARY.GSTREAMER);
881 	Linker.link(gst_plugin_feature_get_rank, "gst_plugin_feature_get_rank", LIBRARY.GSTREAMER);
882 	Linker.link(gst_plugin_feature_get_plugin, "gst_plugin_feature_get_plugin", LIBRARY.GSTREAMER);
883 	Linker.link(gst_plugin_feature_get_plugin_name, "gst_plugin_feature_get_plugin_name", LIBRARY.GSTREAMER);
884 	Linker.link(gst_plugin_feature_load, "gst_plugin_feature_load", LIBRARY.GSTREAMER);
885 	Linker.link(gst_plugin_feature_list_copy, "gst_plugin_feature_list_copy", LIBRARY.GSTREAMER);
886 	Linker.link(gst_plugin_feature_list_free, "gst_plugin_feature_list_free", LIBRARY.GSTREAMER);
887 	Linker.link(gst_plugin_feature_check_version, "gst_plugin_feature_check_version", LIBRARY.GSTREAMER);
888 	Linker.link(gst_plugin_feature_rank_compare_func, "gst_plugin_feature_rank_compare_func", LIBRARY.GSTREAMER);
889 
890 	// gstreamer.Poll
891 
892 	Linker.link(gst_poll_add_fd, "gst_poll_add_fd", LIBRARY.GSTREAMER);
893 	Linker.link(gst_poll_fd_can_read, "gst_poll_fd_can_read", LIBRARY.GSTREAMER);
894 	Linker.link(gst_poll_fd_can_write, "gst_poll_fd_can_write", LIBRARY.GSTREAMER);
895 	Linker.link(gst_poll_fd_ctl_read, "gst_poll_fd_ctl_read", LIBRARY.GSTREAMER);
896 	Linker.link(gst_poll_fd_ctl_write, "gst_poll_fd_ctl_write", LIBRARY.GSTREAMER);
897 	Linker.link(gst_poll_fd_has_closed, "gst_poll_fd_has_closed", LIBRARY.GSTREAMER);
898 	Linker.link(gst_poll_fd_has_error, "gst_poll_fd_has_error", LIBRARY.GSTREAMER);
899 	Linker.link(gst_poll_fd_ignored, "gst_poll_fd_ignored", LIBRARY.GSTREAMER);
900 	Linker.link(gst_poll_fd_init, "gst_poll_fd_init", LIBRARY.GSTREAMER);
901 	Linker.link(gst_poll_free, "gst_poll_free", LIBRARY.GSTREAMER);
902 	Linker.link(gst_poll_new, "gst_poll_new", LIBRARY.GSTREAMER);
903 	Linker.link(gst_poll_new_timer, "gst_poll_new_timer", LIBRARY.GSTREAMER);
904 	Linker.link(gst_poll_get_read_gpollfd, "gst_poll_get_read_gpollfd", LIBRARY.GSTREAMER);
905 	Linker.link(gst_poll_remove_fd, "gst_poll_remove_fd", LIBRARY.GSTREAMER);
906 	Linker.link(gst_poll_restart, "gst_poll_restart", LIBRARY.GSTREAMER);
907 	Linker.link(gst_poll_set_controllable, "gst_poll_set_controllable", LIBRARY.GSTREAMER);
908 	Linker.link(gst_poll_set_flushing, "gst_poll_set_flushing", LIBRARY.GSTREAMER);
909 	Linker.link(gst_poll_wait, "gst_poll_wait", LIBRARY.GSTREAMER);
910 	Linker.link(gst_poll_read_control, "gst_poll_read_control", LIBRARY.GSTREAMER);
911 	Linker.link(gst_poll_write_control, "gst_poll_write_control", LIBRARY.GSTREAMER);
912 
913 	// gstreamer.PresetT
914 
915 
916 	// gstreamer.PresetT
917 
918 	Linker.link(gst_preset_get_preset_names, "gst_preset_get_preset_names", LIBRARY.GSTREAMER);
919 	Linker.link(gst_preset_get_property_names, "gst_preset_get_property_names", LIBRARY.GSTREAMER);
920 	Linker.link(gst_preset_load_preset, "gst_preset_load_preset", LIBRARY.GSTREAMER);
921 	Linker.link(gst_preset_save_preset, "gst_preset_save_preset", LIBRARY.GSTREAMER);
922 	Linker.link(gst_preset_rename_preset, "gst_preset_rename_preset", LIBRARY.GSTREAMER);
923 	Linker.link(gst_preset_delete_preset, "gst_preset_delete_preset", LIBRARY.GSTREAMER);
924 	Linker.link(gst_preset_set_meta, "gst_preset_set_meta", LIBRARY.GSTREAMER);
925 	Linker.link(gst_preset_get_meta, "gst_preset_get_meta", LIBRARY.GSTREAMER);
926 	Linker.link(gst_preset_set_app_dir, "gst_preset_set_app_dir", LIBRARY.GSTREAMER);
927 	Linker.link(gst_preset_get_app_dir, "gst_preset_get_app_dir", LIBRARY.GSTREAMER);
928 
929 	// gstreamer.Query
930 
931 	Linker.link(gst_query_type_get_flags, "gst_query_type_get_flags", LIBRARY.GSTREAMER);
932 	Linker.link(gst_query_type_get_name, "gst_query_type_get_name", LIBRARY.GSTREAMER);
933 	Linker.link(gst_query_type_to_quark, "gst_query_type_to_quark", LIBRARY.GSTREAMER);
934 	Linker.link(gst_query_ref, "gst_query_ref", LIBRARY.GSTREAMER);
935 	Linker.link(gst_query_unref, "gst_query_unref", LIBRARY.GSTREAMER);
936 	Linker.link(gst_query_copy, "gst_query_copy", LIBRARY.GSTREAMER);
937 	Linker.link(gst_query_replace, "gst_query_replace", LIBRARY.GSTREAMER);
938 	Linker.link(gst_query_writable_structure, "gst_query_writable_structure", LIBRARY.GSTREAMER);
939 	Linker.link(gst_query_new_custom, "gst_query_new_custom", LIBRARY.GSTREAMER);
940 	Linker.link(gst_query_get_structure, "gst_query_get_structure", LIBRARY.GSTREAMER);
941 	Linker.link(gst_query_new_convert, "gst_query_new_convert", LIBRARY.GSTREAMER);
942 	Linker.link(gst_query_set_convert, "gst_query_set_convert", LIBRARY.GSTREAMER);
943 	Linker.link(gst_query_parse_convert, "gst_query_parse_convert", LIBRARY.GSTREAMER);
944 	Linker.link(gst_query_new_position, "gst_query_new_position", LIBRARY.GSTREAMER);
945 	Linker.link(gst_query_set_position, "gst_query_set_position", LIBRARY.GSTREAMER);
946 	Linker.link(gst_query_parse_position, "gst_query_parse_position", LIBRARY.GSTREAMER);
947 	Linker.link(gst_query_new_duration, "gst_query_new_duration", LIBRARY.GSTREAMER);
948 	Linker.link(gst_query_set_duration, "gst_query_set_duration", LIBRARY.GSTREAMER);
949 	Linker.link(gst_query_parse_duration, "gst_query_parse_duration", LIBRARY.GSTREAMER);
950 	Linker.link(gst_query_new_latency, "gst_query_new_latency", LIBRARY.GSTREAMER);
951 	Linker.link(gst_query_parse_latency, "gst_query_parse_latency", LIBRARY.GSTREAMER);
952 	Linker.link(gst_query_set_latency, "gst_query_set_latency", LIBRARY.GSTREAMER);
953 	Linker.link(gst_query_new_seeking, "gst_query_new_seeking", LIBRARY.GSTREAMER);
954 	Linker.link(gst_query_set_seeking, "gst_query_set_seeking", LIBRARY.GSTREAMER);
955 	Linker.link(gst_query_parse_seeking, "gst_query_parse_seeking", LIBRARY.GSTREAMER);
956 	Linker.link(gst_query_new_formats, "gst_query_new_formats", LIBRARY.GSTREAMER);
957 	Linker.link(gst_query_set_formats, "gst_query_set_formats", LIBRARY.GSTREAMER);
958 	Linker.link(gst_query_set_formatsv, "gst_query_set_formatsv", LIBRARY.GSTREAMER);
959 	Linker.link(gst_query_parse_n_formats, "gst_query_parse_n_formats", LIBRARY.GSTREAMER);
960 	Linker.link(gst_query_parse_nth_format, "gst_query_parse_nth_format", LIBRARY.GSTREAMER);
961 	Linker.link(gst_query_new_segment, "gst_query_new_segment", LIBRARY.GSTREAMER);
962 	Linker.link(gst_query_set_segment, "gst_query_set_segment", LIBRARY.GSTREAMER);
963 	Linker.link(gst_query_parse_segment, "gst_query_parse_segment", LIBRARY.GSTREAMER);
964 	Linker.link(gst_query_new_caps, "gst_query_new_caps", LIBRARY.GSTREAMER);
965 	Linker.link(gst_query_parse_caps, "gst_query_parse_caps", LIBRARY.GSTREAMER);
966 	Linker.link(gst_query_set_caps_result, "gst_query_set_caps_result", LIBRARY.GSTREAMER);
967 	Linker.link(gst_query_parse_caps_result, "gst_query_parse_caps_result", LIBRARY.GSTREAMER);
968 	Linker.link(gst_query_new_accept_caps, "gst_query_new_accept_caps", LIBRARY.GSTREAMER);
969 	Linker.link(gst_query_parse_accept_caps, "gst_query_parse_accept_caps", LIBRARY.GSTREAMER);
970 	Linker.link(gst_query_set_accept_caps_result, "gst_query_set_accept_caps_result", LIBRARY.GSTREAMER);
971 	Linker.link(gst_query_parse_accept_caps_result, "gst_query_parse_accept_caps_result", LIBRARY.GSTREAMER);
972 	Linker.link(gst_query_new_buffering, "gst_query_new_buffering", LIBRARY.GSTREAMER);
973 	Linker.link(gst_query_set_buffering_percent, "gst_query_set_buffering_percent", LIBRARY.GSTREAMER);
974 	Linker.link(gst_query_parse_buffering_percent, "gst_query_parse_buffering_percent", LIBRARY.GSTREAMER);
975 	Linker.link(gst_query_set_buffering_stats, "gst_query_set_buffering_stats", LIBRARY.GSTREAMER);
976 	Linker.link(gst_query_parse_buffering_stats, "gst_query_parse_buffering_stats", LIBRARY.GSTREAMER);
977 	Linker.link(gst_query_set_buffering_range, "gst_query_set_buffering_range", LIBRARY.GSTREAMER);
978 	Linker.link(gst_query_parse_buffering_range, "gst_query_parse_buffering_range", LIBRARY.GSTREAMER);
979 	Linker.link(gst_query_add_buffering_range, "gst_query_add_buffering_range", LIBRARY.GSTREAMER);
980 	Linker.link(gst_query_get_n_buffering_ranges, "gst_query_get_n_buffering_ranges", LIBRARY.GSTREAMER);
981 	Linker.link(gst_query_parse_nth_buffering_range, "gst_query_parse_nth_buffering_range", LIBRARY.GSTREAMER);
982 	Linker.link(gst_query_new_uri, "gst_query_new_uri", LIBRARY.GSTREAMER);
983 	Linker.link(gst_query_parse_uri, "gst_query_parse_uri", LIBRARY.GSTREAMER);
984 	Linker.link(gst_query_set_uri, "gst_query_set_uri", LIBRARY.GSTREAMER);
985 	Linker.link(gst_query_new_allocation, "gst_query_new_allocation", LIBRARY.GSTREAMER);
986 	Linker.link(gst_query_parse_allocation, "gst_query_parse_allocation", LIBRARY.GSTREAMER);
987 	Linker.link(gst_query_add_allocation_pool, "gst_query_add_allocation_pool", LIBRARY.GSTREAMER);
988 	Linker.link(gst_query_get_n_allocation_pools, "gst_query_get_n_allocation_pools", LIBRARY.GSTREAMER);
989 	Linker.link(gst_query_parse_nth_allocation_pool, "gst_query_parse_nth_allocation_pool", LIBRARY.GSTREAMER);
990 	Linker.link(gst_query_set_nth_allocation_pool, "gst_query_set_nth_allocation_pool", LIBRARY.GSTREAMER);
991 	Linker.link(gst_query_remove_nth_allocation_pool, "gst_query_remove_nth_allocation_pool", LIBRARY.GSTREAMER);
992 	Linker.link(gst_query_add_allocation_param, "gst_query_add_allocation_param", LIBRARY.GSTREAMER);
993 	Linker.link(gst_query_get_n_allocation_params, "gst_query_get_n_allocation_params", LIBRARY.GSTREAMER);
994 	Linker.link(gst_query_parse_nth_allocation_param, "gst_query_parse_nth_allocation_param", LIBRARY.GSTREAMER);
995 	Linker.link(gst_query_set_nth_allocation_param, "gst_query_set_nth_allocation_param", LIBRARY.GSTREAMER);
996 	Linker.link(gst_query_remove_nth_allocation_param, "gst_query_remove_nth_allocation_param", LIBRARY.GSTREAMER);
997 	Linker.link(gst_query_add_allocation_meta, "gst_query_add_allocation_meta", LIBRARY.GSTREAMER);
998 	Linker.link(gst_query_get_n_allocation_metas, "gst_query_get_n_allocation_metas", LIBRARY.GSTREAMER);
999 	Linker.link(gst_query_parse_nth_allocation_meta, "gst_query_parse_nth_allocation_meta", LIBRARY.GSTREAMER);
1000 	Linker.link(gst_query_remove_nth_allocation_meta, "gst_query_remove_nth_allocation_meta", LIBRARY.GSTREAMER);
1001 	Linker.link(gst_query_find_allocation_meta, "gst_query_find_allocation_meta", LIBRARY.GSTREAMER);
1002 	Linker.link(gst_query_new_scheduling, "gst_query_new_scheduling", LIBRARY.GSTREAMER);
1003 	Linker.link(gst_query_parse_scheduling, "gst_query_parse_scheduling", LIBRARY.GSTREAMER);
1004 	Linker.link(gst_query_set_scheduling, "gst_query_set_scheduling", LIBRARY.GSTREAMER);
1005 	Linker.link(gst_query_add_scheduling_mode, "gst_query_add_scheduling_mode", LIBRARY.GSTREAMER);
1006 	Linker.link(gst_query_get_n_scheduling_modes, "gst_query_get_n_scheduling_modes", LIBRARY.GSTREAMER);
1007 	Linker.link(gst_query_parse_nth_scheduling_mode, "gst_query_parse_nth_scheduling_mode", LIBRARY.GSTREAMER);
1008 	Linker.link(gst_query_has_scheduling_mode, "gst_query_has_scheduling_mode", LIBRARY.GSTREAMER);
1009 	Linker.link(gst_query_has_scheduling_mode_with_flags, "gst_query_has_scheduling_mode_with_flags", LIBRARY.GSTREAMER);
1010 	Linker.link(gst_query_new_drain, "gst_query_new_drain", LIBRARY.GSTREAMER);
1011 	Linker.link(gst_query_new_context, "gst_query_new_context", LIBRARY.GSTREAMER);
1012 	Linker.link(gst_query_set_context, "gst_query_set_context", LIBRARY.GSTREAMER);
1013 	Linker.link(gst_query_parse_context, "gst_query_parse_context", LIBRARY.GSTREAMER);
1014 	Linker.link(gst_query_parse_context_type, "gst_query_parse_context_type", LIBRARY.GSTREAMER);
1015 
1016 	// gstreamer.Registry
1017 
1018 	Linker.link(gst_registry_get, "gst_registry_get", LIBRARY.GSTREAMER);
1019 	Linker.link(gst_registry_get_feature_list, "gst_registry_get_feature_list", LIBRARY.GSTREAMER);
1020 	Linker.link(gst_registry_get_feature_list_cookie, "gst_registry_get_feature_list_cookie", LIBRARY.GSTREAMER);
1021 	Linker.link(gst_registry_get_feature_list_by_plugin, "gst_registry_get_feature_list_by_plugin", LIBRARY.GSTREAMER);
1022 	Linker.link(gst_registry_get_plugin_list, "gst_registry_get_plugin_list", LIBRARY.GSTREAMER);
1023 	Linker.link(gst_registry_add_plugin, "gst_registry_add_plugin", LIBRARY.GSTREAMER);
1024 	Linker.link(gst_registry_remove_plugin, "gst_registry_remove_plugin", LIBRARY.GSTREAMER);
1025 	Linker.link(gst_registry_plugin_filter, "gst_registry_plugin_filter", LIBRARY.GSTREAMER);
1026 	Linker.link(gst_registry_feature_filter, "gst_registry_feature_filter", LIBRARY.GSTREAMER);
1027 	Linker.link(gst_registry_find_plugin, "gst_registry_find_plugin", LIBRARY.GSTREAMER);
1028 	Linker.link(gst_registry_find_feature, "gst_registry_find_feature", LIBRARY.GSTREAMER);
1029 	Linker.link(gst_registry_lookup_feature, "gst_registry_lookup_feature", LIBRARY.GSTREAMER);
1030 	Linker.link(gst_registry_scan_path, "gst_registry_scan_path", LIBRARY.GSTREAMER);
1031 	Linker.link(gst_registry_lookup, "gst_registry_lookup", LIBRARY.GSTREAMER);
1032 	Linker.link(gst_registry_remove_feature, "gst_registry_remove_feature", LIBRARY.GSTREAMER);
1033 	Linker.link(gst_registry_add_feature, "gst_registry_add_feature", LIBRARY.GSTREAMER);
1034 	Linker.link(gst_registry_check_feature_version, "gst_registry_check_feature_version", LIBRARY.GSTREAMER);
1035 
1036 	// gstreamer.Segment
1037 
1038 	Linker.link(gst_segment_clip, "gst_segment_clip", LIBRARY.GSTREAMER);
1039 	Linker.link(gst_segment_init, "gst_segment_init", LIBRARY.GSTREAMER);
1040 	Linker.link(gst_segment_new, "gst_segment_new", LIBRARY.GSTREAMER);
1041 	Linker.link(gst_segment_copy, "gst_segment_copy", LIBRARY.GSTREAMER);
1042 	Linker.link(gst_segment_free, "gst_segment_free", LIBRARY.GSTREAMER);
1043 	Linker.link(gst_segment_do_seek, "gst_segment_do_seek", LIBRARY.GSTREAMER);
1044 	Linker.link(gst_segment_to_running_time, "gst_segment_to_running_time", LIBRARY.GSTREAMER);
1045 	Linker.link(gst_segment_to_stream_time, "gst_segment_to_stream_time", LIBRARY.GSTREAMER);
1046 	Linker.link(gst_segment_to_position, "gst_segment_to_position", LIBRARY.GSTREAMER);
1047 	Linker.link(gst_segment_set_running_time, "gst_segment_set_running_time", LIBRARY.GSTREAMER);
1048 	Linker.link(gst_segment_copy_into, "gst_segment_copy_into", LIBRARY.GSTREAMER);
1049 
1050 	// gstreamer.Structure
1051 
1052 	Linker.link(gst_structure_new_empty, "gst_structure_new_empty", LIBRARY.GSTREAMER);
1053 	Linker.link(gst_structure_new_id_empty, "gst_structure_new_id_empty", LIBRARY.GSTREAMER);
1054 	Linker.link(gst_structure_new, "gst_structure_new", LIBRARY.GSTREAMER);
1055 	Linker.link(gst_structure_new_valist, "gst_structure_new_valist", LIBRARY.GSTREAMER);
1056 	Linker.link(gst_structure_new_id, "gst_structure_new_id", LIBRARY.GSTREAMER);
1057 	Linker.link(gst_structure_new_from_string, "gst_structure_new_from_string", LIBRARY.GSTREAMER);
1058 	Linker.link(gst_structure_copy, "gst_structure_copy", LIBRARY.GSTREAMER);
1059 	Linker.link(gst_structure_free, "gst_structure_free", LIBRARY.GSTREAMER);
1060 	Linker.link(gst_structure_get_name, "gst_structure_get_name", LIBRARY.GSTREAMER);
1061 	Linker.link(gst_structure_has_name, "gst_structure_has_name", LIBRARY.GSTREAMER);
1062 	Linker.link(gst_structure_set_name, "gst_structure_set_name", LIBRARY.GSTREAMER);
1063 	Linker.link(gst_structure_get_name_id, "gst_structure_get_name_id", LIBRARY.GSTREAMER);
1064 	Linker.link(gst_structure_id_get, "gst_structure_id_get", LIBRARY.GSTREAMER);
1065 	Linker.link(gst_structure_id_get_valist, "gst_structure_id_get_valist", LIBRARY.GSTREAMER);
1066 	Linker.link(gst_structure_id_get_value, "gst_structure_id_get_value", LIBRARY.GSTREAMER);
1067 	Linker.link(gst_structure_id_set_value, "gst_structure_id_set_value", LIBRARY.GSTREAMER);
1068 	Linker.link(gst_structure_id_take_value, "gst_structure_id_take_value", LIBRARY.GSTREAMER);
1069 	Linker.link(gst_structure_get, "gst_structure_get", LIBRARY.GSTREAMER);
1070 	Linker.link(gst_structure_get_valist, "gst_structure_get_valist", LIBRARY.GSTREAMER);
1071 	Linker.link(gst_structure_get_value, "gst_structure_get_value", LIBRARY.GSTREAMER);
1072 	Linker.link(gst_structure_set_value, "gst_structure_set_value", LIBRARY.GSTREAMER);
1073 	Linker.link(gst_structure_take_value, "gst_structure_take_value", LIBRARY.GSTREAMER);
1074 	Linker.link(gst_structure_set, "gst_structure_set", LIBRARY.GSTREAMER);
1075 	Linker.link(gst_structure_set_valist, "gst_structure_set_valist", LIBRARY.GSTREAMER);
1076 	Linker.link(gst_structure_id_set, "gst_structure_id_set", LIBRARY.GSTREAMER);
1077 	Linker.link(gst_structure_id_set_valist, "gst_structure_id_set_valist", LIBRARY.GSTREAMER);
1078 	Linker.link(gst_structure_remove_field, "gst_structure_remove_field", LIBRARY.GSTREAMER);
1079 	Linker.link(gst_structure_remove_fields, "gst_structure_remove_fields", LIBRARY.GSTREAMER);
1080 	Linker.link(gst_structure_remove_fields_valist, "gst_structure_remove_fields_valist", LIBRARY.GSTREAMER);
1081 	Linker.link(gst_structure_remove_all_fields, "gst_structure_remove_all_fields", LIBRARY.GSTREAMER);
1082 	Linker.link(gst_structure_get_field_type, "gst_structure_get_field_type", LIBRARY.GSTREAMER);
1083 	Linker.link(gst_structure_foreach, "gst_structure_foreach", LIBRARY.GSTREAMER);
1084 	Linker.link(gst_structure_n_fields, "gst_structure_n_fields", LIBRARY.GSTREAMER);
1085 	Linker.link(gst_structure_has_field, "gst_structure_has_field", LIBRARY.GSTREAMER);
1086 	Linker.link(gst_structure_has_field_typed, "gst_structure_has_field_typed", LIBRARY.GSTREAMER);
1087 	Linker.link(gst_structure_is_equal, "gst_structure_is_equal", LIBRARY.GSTREAMER);
1088 	Linker.link(gst_structure_is_subset, "gst_structure_is_subset", LIBRARY.GSTREAMER);
1089 	Linker.link(gst_structure_can_intersect, "gst_structure_can_intersect", LIBRARY.GSTREAMER);
1090 	Linker.link(gst_structure_intersect, "gst_structure_intersect", LIBRARY.GSTREAMER);
1091 	Linker.link(gst_structure_id_has_field, "gst_structure_id_has_field", LIBRARY.GSTREAMER);
1092 	Linker.link(gst_structure_id_has_field_typed, "gst_structure_id_has_field_typed", LIBRARY.GSTREAMER);
1093 	Linker.link(gst_structure_get_boolean, "gst_structure_get_boolean", LIBRARY.GSTREAMER);
1094 	Linker.link(gst_structure_get_int, "gst_structure_get_int", LIBRARY.GSTREAMER);
1095 	Linker.link(gst_structure_get_uint, "gst_structure_get_uint", LIBRARY.GSTREAMER);
1096 	Linker.link(gst_structure_get_double, "gst_structure_get_double", LIBRARY.GSTREAMER);
1097 	Linker.link(gst_structure_get_string, "gst_structure_get_string", LIBRARY.GSTREAMER);
1098 	Linker.link(gst_structure_get_date, "gst_structure_get_date", LIBRARY.GSTREAMER);
1099 	Linker.link(gst_structure_get_date_time, "gst_structure_get_date_time", LIBRARY.GSTREAMER);
1100 	Linker.link(gst_structure_get_clock_time, "gst_structure_get_clock_time", LIBRARY.GSTREAMER);
1101 	Linker.link(gst_structure_get_enum, "gst_structure_get_enum", LIBRARY.GSTREAMER);
1102 	Linker.link(gst_structure_get_fraction, "gst_structure_get_fraction", LIBRARY.GSTREAMER);
1103 	Linker.link(gst_structure_map_in_place, "gst_structure_map_in_place", LIBRARY.GSTREAMER);
1104 	Linker.link(gst_structure_nth_field_name, "gst_structure_nth_field_name", LIBRARY.GSTREAMER);
1105 	Linker.link(gst_structure_set_parent_refcount, "gst_structure_set_parent_refcount", LIBRARY.GSTREAMER);
1106 	Linker.link(gst_structure_to_string, "gst_structure_to_string", LIBRARY.GSTREAMER);
1107 	Linker.link(gst_structure_from_string, "gst_structure_from_string", LIBRARY.GSTREAMER);
1108 	Linker.link(gst_structure_fixate, "gst_structure_fixate", LIBRARY.GSTREAMER);
1109 	Linker.link(gst_structure_fixate_field, "gst_structure_fixate_field", LIBRARY.GSTREAMER);
1110 	Linker.link(gst_structure_fixate_field_nearest_int, "gst_structure_fixate_field_nearest_int", LIBRARY.GSTREAMER);
1111 	Linker.link(gst_structure_fixate_field_nearest_double, "gst_structure_fixate_field_nearest_double", LIBRARY.GSTREAMER);
1112 	Linker.link(gst_structure_fixate_field_nearest_fraction, "gst_structure_fixate_field_nearest_fraction", LIBRARY.GSTREAMER);
1113 	Linker.link(gst_structure_fixate_field_boolean, "gst_structure_fixate_field_boolean", LIBRARY.GSTREAMER);
1114 	Linker.link(gst_structure_fixate_field_string, "gst_structure_fixate_field_string", LIBRARY.GSTREAMER);
1115 
1116 	// gstreamer.SystemClock
1117 
1118 	Linker.link(gst_system_clock_obtain, "gst_system_clock_obtain", LIBRARY.GSTREAMER);
1119 
1120 	// gstreamer.TagList
1121 
1122 	Linker.link(gst_tag_register, "gst_tag_register", LIBRARY.GSTREAMER);
1123 	Linker.link(gst_tag_register_static, "gst_tag_register_static", LIBRARY.GSTREAMER);
1124 	Linker.link(gst_tag_merge_use_first, "gst_tag_merge_use_first", LIBRARY.GSTREAMER);
1125 	Linker.link(gst_tag_merge_strings_with_comma, "gst_tag_merge_strings_with_comma", LIBRARY.GSTREAMER);
1126 	Linker.link(gst_tag_exists, "gst_tag_exists", LIBRARY.GSTREAMER);
1127 	Linker.link(gst_tag_get_type, "gst_tag_get_type", LIBRARY.GSTREAMER);
1128 	Linker.link(gst_tag_get_nick, "gst_tag_get_nick", LIBRARY.GSTREAMER);
1129 	Linker.link(gst_tag_get_description, "gst_tag_get_description", LIBRARY.GSTREAMER);
1130 	Linker.link(gst_tag_get_flag, "gst_tag_get_flag", LIBRARY.GSTREAMER);
1131 	Linker.link(gst_tag_is_fixed, "gst_tag_is_fixed", LIBRARY.GSTREAMER);
1132 	Linker.link(gst_tag_list_new, "gst_tag_list_new", LIBRARY.GSTREAMER);
1133 	Linker.link(gst_tag_list_new_empty, "gst_tag_list_new_empty", LIBRARY.GSTREAMER);
1134 	Linker.link(gst_tag_list_new_valist, "gst_tag_list_new_valist", LIBRARY.GSTREAMER);
1135 	Linker.link(gst_tag_list_new_from_string, "gst_tag_list_new_from_string", LIBRARY.GSTREAMER);
1136 	Linker.link(gst_tag_list_get_scope, "gst_tag_list_get_scope", LIBRARY.GSTREAMER);
1137 	Linker.link(gst_tag_list_set_scope, "gst_tag_list_set_scope", LIBRARY.GSTREAMER);
1138 	Linker.link(gst_tag_list_to_string, "gst_tag_list_to_string", LIBRARY.GSTREAMER);
1139 	Linker.link(gst_tag_list_is_empty, "gst_tag_list_is_empty", LIBRARY.GSTREAMER);
1140 	Linker.link(gst_tag_list_is_equal, "gst_tag_list_is_equal", LIBRARY.GSTREAMER);
1141 	Linker.link(gst_tag_list_copy, "gst_tag_list_copy", LIBRARY.GSTREAMER);
1142 	Linker.link(gst_tag_list_ref, "gst_tag_list_ref", LIBRARY.GSTREAMER);
1143 	Linker.link(gst_tag_list_unref, "gst_tag_list_unref", LIBRARY.GSTREAMER);
1144 	Linker.link(gst_tag_list_insert, "gst_tag_list_insert", LIBRARY.GSTREAMER);
1145 	Linker.link(gst_tag_list_merge, "gst_tag_list_merge", LIBRARY.GSTREAMER);
1146 	Linker.link(gst_tag_list_get_tag_size, "gst_tag_list_get_tag_size", LIBRARY.GSTREAMER);
1147 	Linker.link(gst_tag_list_n_tags, "gst_tag_list_n_tags", LIBRARY.GSTREAMER);
1148 	Linker.link(gst_tag_list_nth_tag_name, "gst_tag_list_nth_tag_name", LIBRARY.GSTREAMER);
1149 	Linker.link(gst_tag_list_add, "gst_tag_list_add", LIBRARY.GSTREAMER);
1150 	Linker.link(gst_tag_list_add_value, "gst_tag_list_add_value", LIBRARY.GSTREAMER);
1151 	Linker.link(gst_tag_list_add_values, "gst_tag_list_add_values", LIBRARY.GSTREAMER);
1152 	Linker.link(gst_tag_list_add_valist, "gst_tag_list_add_valist", LIBRARY.GSTREAMER);
1153 	Linker.link(gst_tag_list_add_valist_values, "gst_tag_list_add_valist_values", LIBRARY.GSTREAMER);
1154 	Linker.link(gst_tag_list_remove_tag, "gst_tag_list_remove_tag", LIBRARY.GSTREAMER);
1155 	Linker.link(gst_tag_list_foreach, "gst_tag_list_foreach", LIBRARY.GSTREAMER);
1156 	Linker.link(gst_tag_list_get_value_index, "gst_tag_list_get_value_index", LIBRARY.GSTREAMER);
1157 	Linker.link(gst_tag_list_copy_value, "gst_tag_list_copy_value", LIBRARY.GSTREAMER);
1158 	Linker.link(gst_tag_list_get_boolean, "gst_tag_list_get_boolean", LIBRARY.GSTREAMER);
1159 	Linker.link(gst_tag_list_get_boolean_index, "gst_tag_list_get_boolean_index", LIBRARY.GSTREAMER);
1160 	Linker.link(gst_tag_list_get_int, "gst_tag_list_get_int", LIBRARY.GSTREAMER);
1161 	Linker.link(gst_tag_list_get_int_index, "gst_tag_list_get_int_index", LIBRARY.GSTREAMER);
1162 	Linker.link(gst_tag_list_get_uint, "gst_tag_list_get_uint", LIBRARY.GSTREAMER);
1163 	Linker.link(gst_tag_list_get_uint_index, "gst_tag_list_get_uint_index", LIBRARY.GSTREAMER);
1164 	Linker.link(gst_tag_list_get_int64, "gst_tag_list_get_int64", LIBRARY.GSTREAMER);
1165 	Linker.link(gst_tag_list_get_int64_index, "gst_tag_list_get_int64_index", LIBRARY.GSTREAMER);
1166 	Linker.link(gst_tag_list_get_uint64, "gst_tag_list_get_uint64", LIBRARY.GSTREAMER);
1167 	Linker.link(gst_tag_list_get_uint64_index, "gst_tag_list_get_uint64_index", LIBRARY.GSTREAMER);
1168 	Linker.link(gst_tag_list_get_float, "gst_tag_list_get_float", LIBRARY.GSTREAMER);
1169 	Linker.link(gst_tag_list_get_float_index, "gst_tag_list_get_float_index", LIBRARY.GSTREAMER);
1170 	Linker.link(gst_tag_list_get_double, "gst_tag_list_get_double", LIBRARY.GSTREAMER);
1171 	Linker.link(gst_tag_list_get_double_index, "gst_tag_list_get_double_index", LIBRARY.GSTREAMER);
1172 	Linker.link(gst_tag_list_get_string, "gst_tag_list_get_string", LIBRARY.GSTREAMER);
1173 	Linker.link(gst_tag_list_get_string_index, "gst_tag_list_get_string_index", LIBRARY.GSTREAMER);
1174 	Linker.link(gst_tag_list_peek_string_index, "gst_tag_list_peek_string_index", LIBRARY.GSTREAMER);
1175 	Linker.link(gst_tag_list_get_pointer, "gst_tag_list_get_pointer", LIBRARY.GSTREAMER);
1176 	Linker.link(gst_tag_list_get_pointer_index, "gst_tag_list_get_pointer_index", LIBRARY.GSTREAMER);
1177 	Linker.link(gst_tag_list_get_date, "gst_tag_list_get_date", LIBRARY.GSTREAMER);
1178 	Linker.link(gst_tag_list_get_date_index, "gst_tag_list_get_date_index", LIBRARY.GSTREAMER);
1179 	Linker.link(gst_tag_list_get_date_time, "gst_tag_list_get_date_time", LIBRARY.GSTREAMER);
1180 	Linker.link(gst_tag_list_get_date_time_index, "gst_tag_list_get_date_time_index", LIBRARY.GSTREAMER);
1181 	Linker.link(gst_tag_list_get_sample, "gst_tag_list_get_sample", LIBRARY.GSTREAMER);
1182 	Linker.link(gst_tag_list_get_sample_index, "gst_tag_list_get_sample_index", LIBRARY.GSTREAMER);
1183 
1184 	// gstreamer.TagSetterT
1185 
1186 
1187 	// gstreamer.TagSetterT
1188 
1189 	Linker.link(gst_tag_setter_reset_tags, "gst_tag_setter_reset_tags", LIBRARY.GSTREAMER);
1190 	Linker.link(gst_tag_setter_merge_tags, "gst_tag_setter_merge_tags", LIBRARY.GSTREAMER);
1191 	Linker.link(gst_tag_setter_add_tags, "gst_tag_setter_add_tags", LIBRARY.GSTREAMER);
1192 	Linker.link(gst_tag_setter_add_tag_value, "gst_tag_setter_add_tag_value", LIBRARY.GSTREAMER);
1193 	Linker.link(gst_tag_setter_add_tag_values, "gst_tag_setter_add_tag_values", LIBRARY.GSTREAMER);
1194 	Linker.link(gst_tag_setter_add_tag_valist, "gst_tag_setter_add_tag_valist", LIBRARY.GSTREAMER);
1195 	Linker.link(gst_tag_setter_add_tag_valist_values, "gst_tag_setter_add_tag_valist_values", LIBRARY.GSTREAMER);
1196 	Linker.link(gst_tag_setter_get_tag_list, "gst_tag_setter_get_tag_list", LIBRARY.GSTREAMER);
1197 	Linker.link(gst_tag_setter_set_tag_merge_mode, "gst_tag_setter_set_tag_merge_mode", LIBRARY.GSTREAMER);
1198 	Linker.link(gst_tag_setter_get_tag_merge_mode, "gst_tag_setter_get_tag_merge_mode", LIBRARY.GSTREAMER);
1199 
1200 	// gstreamer.Task
1201 
1202 	Linker.link(gst_task_new, "gst_task_new", LIBRARY.GSTREAMER);
1203 	Linker.link(gst_task_set_lock, "gst_task_set_lock", LIBRARY.GSTREAMER);
1204 	Linker.link(gst_task_set_pool, "gst_task_set_pool", LIBRARY.GSTREAMER);
1205 	Linker.link(gst_task_get_pool, "gst_task_get_pool", LIBRARY.GSTREAMER);
1206 	Linker.link(gst_task_set_enter_callback, "gst_task_set_enter_callback", LIBRARY.GSTREAMER);
1207 	Linker.link(gst_task_set_leave_callback, "gst_task_set_leave_callback", LIBRARY.GSTREAMER);
1208 	Linker.link(gst_task_get_state, "gst_task_get_state", LIBRARY.GSTREAMER);
1209 	Linker.link(gst_task_set_state, "gst_task_set_state", LIBRARY.GSTREAMER);
1210 	Linker.link(gst_task_pause, "gst_task_pause", LIBRARY.GSTREAMER);
1211 	Linker.link(gst_task_start, "gst_task_start", LIBRARY.GSTREAMER);
1212 	Linker.link(gst_task_stop, "gst_task_stop", LIBRARY.GSTREAMER);
1213 	Linker.link(gst_task_join, "gst_task_join", LIBRARY.GSTREAMER);
1214 	Linker.link(gst_task_cleanup_all, "gst_task_cleanup_all", LIBRARY.GSTREAMER);
1215 
1216 	// gstreamer.TaskPool
1217 
1218 	Linker.link(gst_task_pool_new, "gst_task_pool_new", LIBRARY.GSTREAMER);
1219 	Linker.link(gst_task_pool_prepare, "gst_task_pool_prepare", LIBRARY.GSTREAMER);
1220 	Linker.link(gst_task_pool_push, "gst_task_pool_push", LIBRARY.GSTREAMER);
1221 	Linker.link(gst_task_pool_join, "gst_task_pool_join", LIBRARY.GSTREAMER);
1222 	Linker.link(gst_task_pool_cleanup, "gst_task_pool_cleanup", LIBRARY.GSTREAMER);
1223 
1224 	// gstreamer.Toc
1225 
1226 	Linker.link(gst_toc_new, "gst_toc_new", LIBRARY.GSTREAMER);
1227 	Linker.link(gst_toc_get_scope, "gst_toc_get_scope", LIBRARY.GSTREAMER);
1228 	Linker.link(gst_toc_get_entries, "gst_toc_get_entries", LIBRARY.GSTREAMER);
1229 	Linker.link(gst_toc_append_entry, "gst_toc_append_entry", LIBRARY.GSTREAMER);
1230 	Linker.link(gst_toc_get_tags, "gst_toc_get_tags", LIBRARY.GSTREAMER);
1231 	Linker.link(gst_toc_merge_tags, "gst_toc_merge_tags", LIBRARY.GSTREAMER);
1232 	Linker.link(gst_toc_set_tags, "gst_toc_set_tags", LIBRARY.GSTREAMER);
1233 	Linker.link(gst_toc_dump, "gst_toc_dump", LIBRARY.GSTREAMER);
1234 	Linker.link(gst_toc_find_entry, "gst_toc_find_entry", LIBRARY.GSTREAMER);
1235 
1236 	// gstreamer.TocEntry
1237 
1238 	Linker.link(gst_toc_entry_new, "gst_toc_entry_new", LIBRARY.GSTREAMER);
1239 	Linker.link(gst_toc_entry_get_toc, "gst_toc_entry_get_toc", LIBRARY.GSTREAMER);
1240 	Linker.link(gst_toc_entry_get_uid, "gst_toc_entry_get_uid", LIBRARY.GSTREAMER);
1241 	Linker.link(gst_toc_entry_get_parent, "gst_toc_entry_get_parent", LIBRARY.GSTREAMER);
1242 	Linker.link(gst_toc_entry_get_sub_entries, "gst_toc_entry_get_sub_entries", LIBRARY.GSTREAMER);
1243 	Linker.link(gst_toc_entry_append_sub_entry, "gst_toc_entry_append_sub_entry", LIBRARY.GSTREAMER);
1244 	Linker.link(gst_toc_entry_get_start_stop_times, "gst_toc_entry_get_start_stop_times", LIBRARY.GSTREAMER);
1245 	Linker.link(gst_toc_entry_set_start_stop_times, "gst_toc_entry_set_start_stop_times", LIBRARY.GSTREAMER);
1246 	Linker.link(gst_toc_entry_get_tags, "gst_toc_entry_get_tags", LIBRARY.GSTREAMER);
1247 	Linker.link(gst_toc_entry_merge_tags, "gst_toc_entry_merge_tags", LIBRARY.GSTREAMER);
1248 	Linker.link(gst_toc_entry_set_tags, "gst_toc_entry_set_tags", LIBRARY.GSTREAMER);
1249 	Linker.link(gst_toc_entry_type_get_nick, "gst_toc_entry_type_get_nick", LIBRARY.GSTREAMER);
1250 	Linker.link(gst_toc_entry_get_entry_type, "gst_toc_entry_get_entry_type", LIBRARY.GSTREAMER);
1251 	Linker.link(gst_toc_entry_is_alternative, "gst_toc_entry_is_alternative", LIBRARY.GSTREAMER);
1252 	Linker.link(gst_toc_entry_is_sequence, "gst_toc_entry_is_sequence", LIBRARY.GSTREAMER);
1253 
1254 	// gstreamer.TocSetterT
1255 
1256 
1257 	// gstreamer.TocSetterT
1258 
1259 	Linker.link(gst_toc_setter_set_toc, "gst_toc_setter_set_toc", LIBRARY.GSTREAMER);
1260 	Linker.link(gst_toc_setter_get_toc, "gst_toc_setter_get_toc", LIBRARY.GSTREAMER);
1261 	Linker.link(gst_toc_setter_reset, "gst_toc_setter_reset", LIBRARY.GSTREAMER);
1262 
1263 	// gstreamer.TypeFind
1264 
1265 	Linker.link(gst_type_find_peek, "gst_type_find_peek", LIBRARY.GSTREAMER);
1266 	Linker.link(gst_type_find_suggest, "gst_type_find_suggest", LIBRARY.GSTREAMER);
1267 	Linker.link(gst_type_find_suggest_simple, "gst_type_find_suggest_simple", LIBRARY.GSTREAMER);
1268 	Linker.link(gst_type_find_get_length, "gst_type_find_get_length", LIBRARY.GSTREAMER);
1269 	Linker.link(gst_type_find_register, "gst_type_find_register", LIBRARY.GSTREAMER);
1270 
1271 	// gstreamer.TypeFindFactory
1272 
1273 	Linker.link(gst_type_find_factory_get_list, "gst_type_find_factory_get_list", LIBRARY.GSTREAMER);
1274 	Linker.link(gst_type_find_factory_get_extensions, "gst_type_find_factory_get_extensions", LIBRARY.GSTREAMER);
1275 	Linker.link(gst_type_find_factory_get_caps, "gst_type_find_factory_get_caps", LIBRARY.GSTREAMER);
1276 	Linker.link(gst_type_find_factory_has_function, "gst_type_find_factory_has_function", LIBRARY.GSTREAMER);
1277 	Linker.link(gst_type_find_factory_call_function, "gst_type_find_factory_call_function", LIBRARY.GSTREAMER);
1278 
1279 	// gstreamer.UriHandlerT
1280 
1281 
1282 	// gstreamer.UriHandlerT
1283 
1284 	Linker.link(gst_uri_error_quark, "gst_uri_error_quark", LIBRARY.GSTREAMER);
1285 	Linker.link(gst_uri_protocol_is_valid, "gst_uri_protocol_is_valid", LIBRARY.GSTREAMER);
1286 	Linker.link(gst_uri_protocol_is_supported, "gst_uri_protocol_is_supported", LIBRARY.GSTREAMER);
1287 	Linker.link(gst_uri_is_valid, "gst_uri_is_valid", LIBRARY.GSTREAMER);
1288 	Linker.link(gst_uri_has_protocol, "gst_uri_has_protocol", LIBRARY.GSTREAMER);
1289 	Linker.link(gst_uri_get_protocol, "gst_uri_get_protocol", LIBRARY.GSTREAMER);
1290 	Linker.link(gst_uri_get_location, "gst_uri_get_location", LIBRARY.GSTREAMER);
1291 	Linker.link(gst_uri_construct, "gst_uri_construct", LIBRARY.GSTREAMER);
1292 	Linker.link(gst_filename_to_uri, "gst_filename_to_uri", LIBRARY.GSTREAMER);
1293 	Linker.link(gst_element_make_from_uri, "gst_element_make_from_uri", LIBRARY.GSTREAMER);
1294 	Linker.link(gst_uri_handler_get_uri_type, "gst_uri_handler_get_uri_type", LIBRARY.GSTREAMER);
1295 	Linker.link(gst_uri_handler_get_protocols, "gst_uri_handler_get_protocols", LIBRARY.GSTREAMER);
1296 	Linker.link(gst_uri_handler_get_uri, "gst_uri_handler_get_uri", LIBRARY.GSTREAMER);
1297 	Linker.link(gst_uri_handler_set_uri, "gst_uri_handler_set_uri", LIBRARY.GSTREAMER);
1298 
1299 	// gstreamer.Utils
1300 
1301 	Linker.link(GST_READ_FLOAT_LE, "GST_READ_FLOAT_LE", LIBRARY.GSTREAMER);
1302 	Linker.link(GST_READ_FLOAT_BE, "GST_READ_FLOAT_BE", LIBRARY.GSTREAMER);
1303 	Linker.link(GST_READ_DOUBLE_LE, "GST_READ_DOUBLE_LE", LIBRARY.GSTREAMER);
1304 	Linker.link(GST_READ_DOUBLE_BE, "GST_READ_DOUBLE_BE", LIBRARY.GSTREAMER);
1305 	Linker.link(GST_WRITE_FLOAT_LE, "GST_WRITE_FLOAT_LE", LIBRARY.GSTREAMER);
1306 	Linker.link(GST_WRITE_FLOAT_BE, "GST_WRITE_FLOAT_BE", LIBRARY.GSTREAMER);
1307 	Linker.link(GST_WRITE_DOUBLE_LE, "GST_WRITE_DOUBLE_LE", LIBRARY.GSTREAMER);
1308 	Linker.link(GST_WRITE_DOUBLE_BE, "GST_WRITE_DOUBLE_BE", LIBRARY.GSTREAMER);
1309 	Linker.link(GDOUBLE_SWAP_LE_BE, "GDOUBLE_SWAP_LE_BE", LIBRARY.GSTREAMER);
1310 	Linker.link(GFLOAT_SWAP_LE_BE, "GFLOAT_SWAP_LE_BE", LIBRARY.GSTREAMER);
1311 	Linker.link(gst_util_dump_mem, "gst_util_dump_mem", LIBRARY.GSTREAMER);
1312 	Linker.link(gst_util_uint64_scale, "gst_util_uint64_scale", LIBRARY.GSTREAMER);
1313 	Linker.link(gst_util_uint64_scale_round, "gst_util_uint64_scale_round", LIBRARY.GSTREAMER);
1314 	Linker.link(gst_util_uint64_scale_ceil, "gst_util_uint64_scale_ceil", LIBRARY.GSTREAMER);
1315 	Linker.link(gst_util_uint64_scale_int, "gst_util_uint64_scale_int", LIBRARY.GSTREAMER);
1316 	Linker.link(gst_util_uint64_scale_int_round, "gst_util_uint64_scale_int_round", LIBRARY.GSTREAMER);
1317 	Linker.link(gst_util_uint64_scale_int_ceil, "gst_util_uint64_scale_int_ceil", LIBRARY.GSTREAMER);
1318 	Linker.link(gst_util_greatest_common_divisor, "gst_util_greatest_common_divisor", LIBRARY.GSTREAMER);
1319 	Linker.link(gst_util_greatest_common_divisor_int64, "gst_util_greatest_common_divisor_int64", LIBRARY.GSTREAMER);
1320 	Linker.link(gst_util_fraction_to_double, "gst_util_fraction_to_double", LIBRARY.GSTREAMER);
1321 	Linker.link(gst_util_double_to_fraction, "gst_util_double_to_fraction", LIBRARY.GSTREAMER);
1322 	Linker.link(gst_util_fraction_multiply, "gst_util_fraction_multiply", LIBRARY.GSTREAMER);
1323 	Linker.link(gst_util_fraction_add, "gst_util_fraction_add", LIBRARY.GSTREAMER);
1324 	Linker.link(gst_util_fraction_compare, "gst_util_fraction_compare", LIBRARY.GSTREAMER);
1325 	Linker.link(gst_util_seqnum_next, "gst_util_seqnum_next", LIBRARY.GSTREAMER);
1326 	Linker.link(gst_util_seqnum_compare, "gst_util_seqnum_compare", LIBRARY.GSTREAMER);
1327 	Linker.link(gst_util_group_id_next, "gst_util_group_id_next", LIBRARY.GSTREAMER);
1328 	Linker.link(gst_util_set_object_arg, "gst_util_set_object_arg", LIBRARY.GSTREAMER);
1329 	Linker.link(gst_util_set_value_from_string, "gst_util_set_value_from_string", LIBRARY.GSTREAMER);
1330 	Linker.link(gst_util_get_timestamp, "gst_util_get_timestamp", LIBRARY.GSTREAMER);
1331 	Linker.link(gst_util_array_binary_search, "gst_util_array_binary_search", LIBRARY.GSTREAMER);
1332 
1333 	// gstreamer.ValueGst
1334 
1335 	Linker.link(gst_value_set_int_range, "gst_value_set_int_range", LIBRARY.GSTREAMER);
1336 	Linker.link(gst_value_get_int_range_min, "gst_value_get_int_range_min", LIBRARY.GSTREAMER);
1337 	Linker.link(gst_value_get_int_range_max, "gst_value_get_int_range_max", LIBRARY.GSTREAMER);
1338 	Linker.link(gst_value_set_int_range_step, "gst_value_set_int_range_step", LIBRARY.GSTREAMER);
1339 	Linker.link(gst_value_get_int_range_step, "gst_value_get_int_range_step", LIBRARY.GSTREAMER);
1340 	Linker.link(gst_value_set_bitmask, "gst_value_set_bitmask", LIBRARY.GSTREAMER);
1341 	Linker.link(gst_value_get_bitmask, "gst_value_get_bitmask", LIBRARY.GSTREAMER);
1342 	Linker.link(gst_value_set_int64_range, "gst_value_set_int64_range", LIBRARY.GSTREAMER);
1343 	Linker.link(gst_value_get_int64_range_min, "gst_value_get_int64_range_min", LIBRARY.GSTREAMER);
1344 	Linker.link(gst_value_get_int64_range_max, "gst_value_get_int64_range_max", LIBRARY.GSTREAMER);
1345 	Linker.link(gst_value_set_int64_range_step, "gst_value_set_int64_range_step", LIBRARY.GSTREAMER);
1346 	Linker.link(gst_value_get_int64_range_step, "gst_value_get_int64_range_step", LIBRARY.GSTREAMER);
1347 	Linker.link(gst_value_set_double_range, "gst_value_set_double_range", LIBRARY.GSTREAMER);
1348 	Linker.link(gst_value_get_double_range_min, "gst_value_get_double_range_min", LIBRARY.GSTREAMER);
1349 	Linker.link(gst_value_get_double_range_max, "gst_value_get_double_range_max", LIBRARY.GSTREAMER);
1350 	Linker.link(gst_value_list_append_value, "gst_value_list_append_value", LIBRARY.GSTREAMER);
1351 	Linker.link(gst_value_list_prepend_value, "gst_value_list_prepend_value", LIBRARY.GSTREAMER);
1352 	Linker.link(gst_value_list_concat, "gst_value_list_concat", LIBRARY.GSTREAMER);
1353 	Linker.link(gst_value_list_merge, "gst_value_list_merge", LIBRARY.GSTREAMER);
1354 	Linker.link(gst_value_list_get_size, "gst_value_list_get_size", LIBRARY.GSTREAMER);
1355 	Linker.link(gst_value_list_get_value, "gst_value_list_get_value", LIBRARY.GSTREAMER);
1356 	Linker.link(gst_value_set_fraction, "gst_value_set_fraction", LIBRARY.GSTREAMER);
1357 	Linker.link(gst_value_get_fraction_numerator, "gst_value_get_fraction_numerator", LIBRARY.GSTREAMER);
1358 	Linker.link(gst_value_get_fraction_denominator, "gst_value_get_fraction_denominator", LIBRARY.GSTREAMER);
1359 	Linker.link(gst_value_fraction_multiply, "gst_value_fraction_multiply", LIBRARY.GSTREAMER);
1360 	Linker.link(gst_value_fraction_subtract, "gst_value_fraction_subtract", LIBRARY.GSTREAMER);
1361 	Linker.link(gst_value_set_fraction_range, "gst_value_set_fraction_range", LIBRARY.GSTREAMER);
1362 	Linker.link(gst_value_get_fraction_range_min, "gst_value_get_fraction_range_min", LIBRARY.GSTREAMER);
1363 	Linker.link(gst_value_get_fraction_range_max, "gst_value_get_fraction_range_max", LIBRARY.GSTREAMER);
1364 	Linker.link(gst_value_set_fraction_range_full, "gst_value_set_fraction_range_full", LIBRARY.GSTREAMER);
1365 	Linker.link(gst_value_set_caps, "gst_value_set_caps", LIBRARY.GSTREAMER);
1366 	Linker.link(gst_value_get_caps, "gst_value_get_caps", LIBRARY.GSTREAMER);
1367 	Linker.link(gst_value_set_caps_features, "gst_value_set_caps_features", LIBRARY.GSTREAMER);
1368 	Linker.link(gst_value_get_caps_features, "gst_value_get_caps_features", LIBRARY.GSTREAMER);
1369 	Linker.link(gst_value_set_structure, "gst_value_set_structure", LIBRARY.GSTREAMER);
1370 	Linker.link(gst_value_get_structure, "gst_value_get_structure", LIBRARY.GSTREAMER);
1371 	Linker.link(gst_value_is_fixed, "gst_value_is_fixed", LIBRARY.GSTREAMER);
1372 	Linker.link(gst_value_register, "gst_value_register", LIBRARY.GSTREAMER);
1373 	Linker.link(gst_value_init_and_copy, "gst_value_init_and_copy", LIBRARY.GSTREAMER);
1374 	Linker.link(gst_value_serialize, "gst_value_serialize", LIBRARY.GSTREAMER);
1375 	Linker.link(gst_value_deserialize, "gst_value_deserialize", LIBRARY.GSTREAMER);
1376 	Linker.link(gst_value_compare, "gst_value_compare", LIBRARY.GSTREAMER);
1377 	Linker.link(gst_value_can_compare, "gst_value_can_compare", LIBRARY.GSTREAMER);
1378 	Linker.link(gst_value_union, "gst_value_union", LIBRARY.GSTREAMER);
1379 	Linker.link(gst_value_can_union, "gst_value_can_union", LIBRARY.GSTREAMER);
1380 	Linker.link(gst_value_subtract, "gst_value_subtract", LIBRARY.GSTREAMER);
1381 	Linker.link(gst_value_can_subtract, "gst_value_can_subtract", LIBRARY.GSTREAMER);
1382 	Linker.link(gst_value_intersect, "gst_value_intersect", LIBRARY.GSTREAMER);
1383 	Linker.link(gst_value_can_intersect, "gst_value_can_intersect", LIBRARY.GSTREAMER);
1384 	Linker.link(gst_value_is_subset, "gst_value_is_subset", LIBRARY.GSTREAMER);
1385 	Linker.link(gst_value_array_append_value, "gst_value_array_append_value", LIBRARY.GSTREAMER);
1386 	Linker.link(gst_value_array_get_size, "gst_value_array_get_size", LIBRARY.GSTREAMER);
1387 	Linker.link(gst_value_array_get_value, "gst_value_array_get_value", LIBRARY.GSTREAMER);
1388 	Linker.link(gst_value_array_prepend_value, "gst_value_array_prepend_value", LIBRARY.GSTREAMER);
1389 	Linker.link(gst_value_fixate, "gst_value_fixate", LIBRARY.GSTREAMER);
1390 }
1391 
1392 __gshared extern(C)
1393 {
1394 	// gstreamer.GStreamer
1395 
1396 	void function(int* argc, char*** argv) c_gst_init;
1397 	gboolean function(int* argc, char*** argv, GError** err) c_gst_init_check;
1398 	GOptionGroup* function() c_gst_init_get_option_group;
1399 	gboolean function() c_gst_is_initialized;
1400 	void function() c_gst_deinit;
1401 	void function(guint* major, guint* minor, guint* micro, guint* nano) c_gst_version;
1402 	gchar* function() c_gst_version_string;
1403 	gboolean function() c_gst_segtrap_is_enabled;
1404 	void function(gboolean enabled) c_gst_segtrap_set_enabled;
1405 	gboolean function() c_gst_registry_fork_is_enabled;
1406 	void function(gboolean enabled) c_gst_registry_fork_set_enabled;
1407 	gboolean function() c_gst_update_registry;
1408 
1409 	// gstreamer.Allocator
1410 
1411 	GstAllocator* function(gchar* name) c_gst_allocator_find;
1412 	void function(gchar* name, GstAllocator* allocator) c_gst_allocator_register;
1413 	void function(GstAllocator* allocator) c_gst_allocator_set_default;
1414 	void function(GstAllocationParams* params) c_gst_allocation_params_init;
1415 	GstAllocationParams* function(GstAllocationParams* params) c_gst_allocation_params_copy;
1416 	void function(GstAllocationParams* params) c_gst_allocation_params_free;
1417 	GstMemory* function(GstAllocator* allocator, gsize size, GstAllocationParams* params) c_gst_allocator_alloc;
1418 	void function(GstAllocator* allocator, GstMemory* memory) c_gst_allocator_free;
1419 	GstMemory* function(GstMemoryFlags flags, void* data, gsize maxsize, gsize offset, gsize size, void* userData, GDestroyNotify notify) c_gst_memory_new_wrapped;
1420 
1421 	// gstreamer.AtomicQueue
1422 
1423 	GstAtomicQueue* function(guint initialSize) c_gst_atomic_queue_new;
1424 	void function(GstAtomicQueue* queue) c_gst_atomic_queue_ref;
1425 	void function(GstAtomicQueue* queue) c_gst_atomic_queue_unref;
1426 	void function(GstAtomicQueue* queue, void* data) c_gst_atomic_queue_push;
1427 	gpointer function(GstAtomicQueue* queue) c_gst_atomic_queue_peek;
1428 	gpointer function(GstAtomicQueue* queue) c_gst_atomic_queue_pop;
1429 	guint function(GstAtomicQueue* queue) c_gst_atomic_queue_length;
1430 
1431 	// gstreamer.Bin
1432 
1433 	GstElement* function(gchar* name) c_gst_bin_new;
1434 	gboolean function(GstBin* bin, GstElement* element) c_gst_bin_add;
1435 	gboolean function(GstBin* bin, GstElement* element) c_gst_bin_remove;
1436 	GstElement* function(GstBin* bin, gchar* name) c_gst_bin_get_by_name;
1437 	GstElement* function(GstBin* bin, gchar* name) c_gst_bin_get_by_name_recurse_up;
1438 	GstElement* function(GstBin* bin, GType iface) c_gst_bin_get_by_interface;
1439 	GstIterator* function(GstBin* bin) c_gst_bin_iterate_elements;
1440 	GstIterator* function(GstBin* bin) c_gst_bin_iterate_recurse;
1441 	GstIterator* function(GstBin* bin) c_gst_bin_iterate_sinks;
1442 	GstIterator* function(GstBin* bin) c_gst_bin_iterate_sorted;
1443 	GstIterator* function(GstBin* bin) c_gst_bin_iterate_sources;
1444 	GstIterator* function(GstBin* bin, GType iface) c_gst_bin_iterate_all_by_interface;
1445 	gboolean function(GstBin* bin) c_gst_bin_recalculate_latency;
1446 	void function(GstBin* bin, GstElement* element1, ... ) c_gst_bin_add_many;
1447 	void function(GstBin* bin, GstElement* element1, ... ) c_gst_bin_remove_many;
1448 	GstPad* function(GstBin* bin, GstPadDirection direction) c_gst_bin_find_unlinked_pad;
1449 
1450 	// gstreamer.Buffer
1451 
1452 	GstBuffer* function() c_gst_buffer_new;
1453 	GstBuffer* function(GstAllocator* allocator, gsize size, GstAllocationParams* params) c_gst_buffer_new_allocate;
1454 	GstBuffer* function(void* data, gsize size) c_gst_buffer_new_wrapped;
1455 	GstBuffer* function(GstMemoryFlags flags, void* data, gsize maxsize, gsize offset, gsize size, void* userData, GDestroyNotify notify) c_gst_buffer_new_wrapped_full;
1456 	GstBuffer* function(GstBuffer* buf) c_gst_buffer_ref;
1457 	void function(GstBuffer* buf) c_gst_buffer_unref;
1458 	gsize function(GstBuffer* buffer, gsize* offset, gsize* maxsize) c_gst_buffer_get_sizes;
1459 	gsize function(GstBuffer* buffer) c_gst_buffer_get_size;
1460 	gsize function(GstBuffer* buffer, guint idx, gint length, gsize* offset, gsize* maxsize) c_gst_buffer_get_sizes_range;
1461 	gboolean function(GstBuffer* buffer, guint idx, gint length, gssize offset, gssize size) c_gst_buffer_resize_range;
1462 	void function(GstBuffer* buffer, gssize offset, gssize size) c_gst_buffer_resize;
1463 	void function(GstBuffer* buffer, gssize size) c_gst_buffer_set_size;
1464 	GstMemory* function(GstBuffer* buffer, guint idx) c_gst_buffer_peek_memory;
1465 	guint function(GstBuffer* buffer) c_gst_buffer_n_memory;
1466 	void function(GstBuffer* buffer, gint idx, GstMemory* mem) c_gst_buffer_insert_memory;
1467 	void function(GstBuffer* buffer, guint idx, gint length, GstMemory* mem) c_gst_buffer_replace_memory_range;
1468 	GstMemory* function(GstBuffer* buffer, guint idx, gint length) c_gst_buffer_get_memory_range;
1469 	void function(GstBuffer* buffer, guint idx, gint length) c_gst_buffer_remove_memory_range;
1470 	gboolean function(GstBuffer* buffer, gsize offset, gsize size, guint* idx, guint* length, gsize* skip) c_gst_buffer_find_memory;
1471 	void function(GstBuffer* buffer, GstMemory* mem) c_gst_buffer_prepend_memory;
1472 	void function(GstBuffer* buffer, GstMemory* mem) c_gst_buffer_append_memory;
1473 	void function(GstBuffer* buffer, guint idx, GstMemory* mem) c_gst_buffer_replace_memory;
1474 	void function(GstBuffer* buffer, GstMemory* mem) c_gst_buffer_replace_all_memory;
1475 	GstMemory* function(GstBuffer* buffer, guint idx) c_gst_buffer_get_memory;
1476 	GstMemory* function(GstBuffer* buffer) c_gst_buffer_get_all_memory;
1477 	void function(GstBuffer* buffer, guint idx) c_gst_buffer_remove_memory;
1478 	void function(GstBuffer* buffer) c_gst_buffer_remove_all_memory;
1479 	gboolean function(GstBuffer* buffer, GstMapInfo* info, GstMapFlags flags) c_gst_buffer_map;
1480 	gboolean function(GstBuffer* buffer, guint idx, gint length, GstMapInfo* info, GstMapFlags flags) c_gst_buffer_map_range;
1481 	void function(GstBuffer* buffer, GstMapInfo* info) c_gst_buffer_unmap;
1482 	gint function(GstBuffer* buffer, gsize offset, void* mem, gsize size) c_gst_buffer_memcmp;
1483 	gsize function(GstBuffer* buffer, gsize offset, void* dest, gsize size) c_gst_buffer_extract;
1484 	void function(GstBuffer* buffer, gsize offset, gsize size, void** dest, gsize* destSize) c_gst_buffer_extract_dup;
1485 	gsize function(GstBuffer* buffer, gsize offset, void* src, gsize size) c_gst_buffer_fill;
1486 	gsize function(GstBuffer* buffer, gsize offset, guint8 val, gsize size) c_gst_buffer_memset;
1487 	GstBuffer* function(GstBuffer* buf) c_gst_buffer_copy;
1488 	gboolean function(GstBuffer* dest, GstBuffer* src, GstBufferCopyFlags flags, gsize offset, gsize size) c_gst_buffer_copy_into;
1489 	GstBuffer* function(GstBuffer* parent, GstBufferCopyFlags flags, gsize offset, gsize size) c_gst_buffer_copy_region;
1490 	gboolean function(GstBuffer** obuf, GstBuffer* nbuf) c_gst_buffer_replace;
1491 	GstBuffer* function(GstBuffer* buf1, GstBuffer* buf2) c_gst_buffer_append;
1492 	GstBuffer* function(GstBuffer* buf1, GstBuffer* buf2, gssize offset, gssize size) c_gst_buffer_append_region;
1493 	GstMeta* function(GstBuffer* buffer, GType api) c_gst_buffer_get_meta;
1494 	GstMeta* function(GstBuffer* buffer, GstMetaInfo* info, void* params) c_gst_buffer_add_meta;
1495 	gboolean function(GstBuffer* buffer, GstMeta* meta) c_gst_buffer_remove_meta;
1496 	GstMeta* function(GstBuffer* buffer, void** state) c_gst_buffer_iterate_meta;
1497 	gboolean function(GstBuffer* buffer, GstBufferForeachMetaFunc func, void* userData) c_gst_buffer_foreach_meta;
1498 
1499 	// gstreamer.BufferList
1500 
1501 	GstBufferList* function() c_gst_buffer_list_new;
1502 	GstBufferList* function(guint size) c_gst_buffer_list_new_sized;
1503 	guint function(GstBufferList* list) c_gst_buffer_list_length;
1504 	void function(GstBufferList* list, gint idx, GstBuffer* buffer) c_gst_buffer_list_insert;
1505 	void function(GstBufferList* list, guint idx, guint length) c_gst_buffer_list_remove;
1506 	GstBufferList* function(GstBufferList* list) c_gst_buffer_list_ref;
1507 	void function(GstBufferList* list) c_gst_buffer_list_unref;
1508 	GstBufferList* function(GstBufferList* list) c_gst_buffer_list_copy;
1509 	gboolean function(GstBufferList* list, GstBufferListFunc func, void* userData) c_gst_buffer_list_foreach;
1510 	GstBuffer* function(GstBufferList* list, guint idx) c_gst_buffer_list_get;
1511 
1512 	// gstreamer.BufferPool
1513 
1514 	GstBufferPool* function() c_gst_buffer_pool_new;
1515 	gboolean function(GstStructure* config, GstCaps** caps, guint* size, guint* minBuffers, guint* maxBuffers) c_gst_buffer_pool_config_get_params;
1516 	void function(GstStructure* config, GstCaps* caps, guint size, guint minBuffers, guint maxBuffers) c_gst_buffer_pool_config_set_params;
1517 	gboolean function(GstStructure* config, GstAllocator** allocator, GstAllocationParams* params) c_gst_buffer_pool_config_get_allocator;
1518 	void function(GstStructure* config, GstAllocator* allocator, GstAllocationParams* params) c_gst_buffer_pool_config_set_allocator;
1519 	guint function(GstStructure* config) c_gst_buffer_pool_config_n_options;
1520 	void function(GstStructure* config, gchar* option) c_gst_buffer_pool_config_add_option;
1521 	gchar* function(GstStructure* config, guint index) c_gst_buffer_pool_config_get_option;
1522 	gboolean function(GstStructure* config, gchar* option) c_gst_buffer_pool_config_has_option;
1523 	gchar** function(GstBufferPool* pool) c_gst_buffer_pool_get_options;
1524 	gboolean function(GstBufferPool* pool, gchar* option) c_gst_buffer_pool_has_option;
1525 	GstStructure* function(GstBufferPool* pool) c_gst_buffer_pool_get_config;
1526 	gboolean function(GstBufferPool* pool, GstStructure* config) c_gst_buffer_pool_set_config;
1527 	gboolean function(GstBufferPool* pool, gboolean active) c_gst_buffer_pool_set_active;
1528 	gboolean function(GstBufferPool* pool) c_gst_buffer_pool_is_active;
1529 	GstFlowReturn function(GstBufferPool* pool, GstBuffer** buffer, GstBufferPoolAcquireParams* params) c_gst_buffer_pool_acquire_buffer;
1530 	void function(GstBufferPool* pool, GstBuffer* buffer) c_gst_buffer_pool_release_buffer;
1531 
1532 	// gstreamer.Bus
1533 
1534 	GstBus* function() c_gst_bus_new;
1535 	gboolean function(GstBus* bus, GstMessage* message) c_gst_bus_post;
1536 	gboolean function(GstBus* bus) c_gst_bus_have_pending;
1537 	GstMessage* function(GstBus* bus) c_gst_bus_peek;
1538 	GstMessage* function(GstBus* bus) c_gst_bus_pop;
1539 	GstMessage* function(GstBus* bus, GstMessageType types) c_gst_bus_pop_filtered;
1540 	GstMessage* function(GstBus* bus, GstClockTime timeout) c_gst_bus_timed_pop;
1541 	GstMessage* function(GstBus* bus, GstClockTime timeout, GstMessageType types) c_gst_bus_timed_pop_filtered;
1542 	void function(GstBus* bus, gboolean flushing) c_gst_bus_set_flushing;
1543 	void function(GstBus* bus, GstBusSyncHandler func, void* userData, GDestroyNotify notify) c_gst_bus_set_sync_handler;
1544 	GstBusSyncReply function(GstBus* bus, GstMessage* message, void* data) c_gst_bus_sync_signal_handler;
1545 	GSource* function(GstBus* bus) c_gst_bus_create_watch;
1546 	guint function(GstBus* bus, gint priority, GstBusFunc func, void* userData, GDestroyNotify notify) c_gst_bus_add_watch_full;
1547 	guint function(GstBus* bus, GstBusFunc func, void* userData) c_gst_bus_add_watch;
1548 	void function(GstBus* bus) c_gst_bus_disable_sync_message_emission;
1549 	void function(GstBus* bus) c_gst_bus_enable_sync_message_emission;
1550 	gboolean function(GstBus* bus, GstMessage* message, void* data) c_gst_bus_async_signal_func;
1551 	void function(GstBus* bus) c_gst_bus_add_signal_watch;
1552 	void function(GstBus* bus, gint priority) c_gst_bus_add_signal_watch_full;
1553 	void function(GstBus* bus) c_gst_bus_remove_signal_watch;
1554 	GstMessage* function(GstBus* bus, GstMessageType events, GstClockTime timeout) c_gst_bus_poll;
1555 
1556 	// gstreamer.Caps
1557 
1558 	GstCaps* function() c_gst_caps_new_empty;
1559 	GstCaps* function(char* mediaType) c_gst_caps_new_empty_simple;
1560 	GstCaps* function() c_gst_caps_new_any;
1561 	GstCaps* function(char* mediaType, char* fieldname, ... ) c_gst_caps_new_simple;
1562 	GstCaps* function(GstStructure* struct1, ... ) c_gst_caps_new_full;
1563 	GstCaps* function(GstStructure* structure, va_list varArgs) c_gst_caps_new_full_valist;
1564 	GstCaps* function(GstCaps* caps) c_gst_caps_copy;
1565 	GstCaps* function(GstCaps* caps, guint nth) c_gst_caps_copy_nth;
1566 	GstCaps* function(GstStaticCaps* staticCaps) c_gst_static_caps_get;
1567 	void function(GstStaticCaps* staticCaps) c_gst_static_caps_cleanup;
1568 	void function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_append;
1569 	GstCaps* function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_merge;
1570 	void function(GstCaps* caps, GstStructure* structure) c_gst_caps_append_structure;
1571 	void function(GstCaps* caps, GstStructure* structure, GstCapsFeatures* features) c_gst_caps_append_structure_full;
1572 	void function(GstCaps* caps, guint idx) c_gst_caps_remove_structure;
1573 	GstStructure* function(GstCaps* caps, guint index) c_gst_caps_steal_structure;
1574 	GstCaps* function(GstCaps* caps, GstStructure* structure) c_gst_caps_merge_structure;
1575 	GstCaps* function(GstCaps* caps, GstStructure* structure, GstCapsFeatures* features) c_gst_caps_merge_structure_full;
1576 	guint function(GstCaps* caps) c_gst_caps_get_size;
1577 	GstStructure* function(GstCaps* caps, guint index) c_gst_caps_get_structure;
1578 	GstCapsFeatures* function(GstCaps* caps, guint index) c_gst_caps_get_features;
1579 	void function(GstCaps* caps, guint index, GstCapsFeatures* features) c_gst_caps_set_features;
1580 	void function(GstCaps* caps, char* field, GValue* value) c_gst_caps_set_value;
1581 	void function(GstCaps* caps, char* field, ... ) c_gst_caps_set_simple;
1582 	void function(GstCaps* caps, char* field, va_list varargs) c_gst_caps_set_simple_valist;
1583 	gboolean function(GstCaps* caps) c_gst_caps_is_any;
1584 	gboolean function(GstCaps* caps) c_gst_caps_is_empty;
1585 	gboolean function(GstCaps* caps) c_gst_caps_is_fixed;
1586 	gboolean function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_is_equal;
1587 	gboolean function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_is_equal_fixed;
1588 	gboolean function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_is_strictly_equal;
1589 	gboolean function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_is_always_compatible;
1590 	gboolean function(GstCaps* subset, GstCaps* superset) c_gst_caps_is_subset;
1591 	gboolean function(GstCaps* caps, GstStructure* structure) c_gst_caps_is_subset_structure;
1592 	gboolean function(GstCaps* caps, GstStructure* structure, GstCapsFeatures* features) c_gst_caps_is_subset_structure_full;
1593 	gboolean function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_can_intersect;
1594 	GstCaps* function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_intersect;
1595 	GstCaps* function(GstCaps* caps1, GstCaps* caps2, GstCapsIntersectMode mode) c_gst_caps_intersect_full;
1596 	GstCaps* function(GstCaps* caps) c_gst_caps_normalize;
1597 	GstCaps* function(GstCaps* caps) c_gst_caps_simplify;
1598 	gboolean function(GstCaps** oldCaps, GstCaps* newCaps) c_gst_caps_replace;
1599 	gboolean function(GstCaps** oldCaps, GstCaps* newCaps) c_gst_caps_take;
1600 	gchar* function(GstCaps* caps) c_gst_caps_to_string;
1601 	GstCaps* function(gchar* string) c_gst_caps_from_string;
1602 	GstCaps* function(GstCaps* minuend, GstCaps* subtrahend) c_gst_caps_subtract;
1603 	GstCaps* function(GstCaps* caps) c_gst_caps_truncate;
1604 	GstCaps* function(GstCaps* caps) c_gst_caps_fixate;
1605 	GstCaps* function(GstCaps* caps) c_gst_caps_ref;
1606 	void function(GstCaps* caps) c_gst_caps_unref;
1607 
1608 	// gstreamer.CapsFeatures
1609 
1610 	GstCapsFeatures* function(gchar* feature1, ... ) c_gst_caps_features_new;
1611 	GstCapsFeatures* function() c_gst_caps_features_new_empty;
1612 	GstCapsFeatures* function() c_gst_caps_features_new_any;
1613 	GstCapsFeatures* function(GQuark feature1, ... ) c_gst_caps_features_new_id;
1614 	GstCapsFeatures* function(GQuark feature1, va_list varargs) c_gst_caps_features_new_id_valist;
1615 	GstCapsFeatures* function(gchar* feature1, va_list varargs) c_gst_caps_features_new_valist;
1616 	GstCapsFeatures* function(GstCapsFeatures* features) c_gst_caps_features_copy;
1617 	void function(GstCapsFeatures* features) c_gst_caps_features_free;
1618 	GstCapsFeatures* function(gchar* features) c_gst_caps_features_from_string;
1619 	gchar* function(GstCapsFeatures* features) c_gst_caps_features_to_string;
1620 	gboolean function(GstCapsFeatures* features, gint* refcount) c_gst_caps_features_set_parent_refcount;
1621 	gboolean function(GstCapsFeatures* features1, GstCapsFeatures* features2) c_gst_caps_features_is_equal;
1622 	gboolean function(GstCapsFeatures* features) c_gst_caps_features_is_any;
1623 	gboolean function(GstCapsFeatures* features, gchar* feature) c_gst_caps_features_contains;
1624 	gboolean function(GstCapsFeatures* features, GQuark feature) c_gst_caps_features_contains_id;
1625 	guint function(GstCapsFeatures* features) c_gst_caps_features_get_size;
1626 	gchar* function(GstCapsFeatures* features, guint i) c_gst_caps_features_get_nth;
1627 	GQuark function(GstCapsFeatures* features, guint i) c_gst_caps_features_get_nth_id;
1628 	void function(GstCapsFeatures* features, gchar* feature) c_gst_caps_features_add;
1629 	void function(GstCapsFeatures* features, GQuark feature) c_gst_caps_features_add_id;
1630 	void function(GstCapsFeatures* features, gchar* feature) c_gst_caps_features_remove;
1631 	void function(GstCapsFeatures* features, GQuark feature) c_gst_caps_features_remove_id;
1632 
1633 	// gstreamer.Sample
1634 
1635 	GstBuffer* function(GstSample* sample) c_gst_sample_get_buffer;
1636 	GstCaps* function(GstSample* sample) c_gst_sample_get_caps;
1637 	GstStructure* function(GstSample* sample) c_gst_sample_get_info;
1638 	GstSegment* function(GstSample* sample) c_gst_sample_get_segment;
1639 	GstSample* function(GstBuffer* buffer, GstCaps* caps, GstSegment* segment, GstStructure* info) c_gst_sample_new;
1640 	GstSample* function(GstSample* sample) c_gst_sample_ref;
1641 	void function(GstSample* sample) c_gst_sample_unref;
1642 
1643 	// gstreamer.ChildProxyT
1644 
1645 
1646 	// gstreamer.ChildProxyT
1647 
1648 	guint function(GstChildProxy* parent) c_gst_child_proxy_get_children_count;
1649 	GObject* function(GstChildProxy* parent, gchar* name) c_gst_child_proxy_get_child_by_name;
1650 	GObject* function(GstChildProxy* parent, guint index) c_gst_child_proxy_get_child_by_index;
1651 	gboolean function(GstChildProxy* object, gchar* name, GObject** target, GParamSpec** pspec) c_gst_child_proxy_lookup;
1652 	void function(GstChildProxy* object, gchar* name, GValue* value) c_gst_child_proxy_get_property;
1653 	void function(GstChildProxy* object, gchar* firstPropertyName, va_list varArgs) c_gst_child_proxy_get_valist;
1654 	void function(GstChildProxy* object, gchar* firstPropertyName, ... ) c_gst_child_proxy_get;
1655 	void function(GstChildProxy* object, gchar* name, GValue* value) c_gst_child_proxy_set_property;
1656 	void function(GstChildProxy* object, gchar* firstPropertyName, va_list varArgs) c_gst_child_proxy_set_valist;
1657 	void function(GstChildProxy* object, gchar* firstPropertyName, ... ) c_gst_child_proxy_set;
1658 	void function(GstChildProxy* parent, GObject* child, gchar* name) c_gst_child_proxy_child_added;
1659 	void function(GstChildProxy* parent, GObject* child, gchar* name) c_gst_child_proxy_child_removed;
1660 
1661 	// gstreamer.Clock
1662 
1663 	gboolean function(GstClock* clock, GstClockTime slave, GstClockTime master, gdouble* rSquared) c_gst_clock_add_observation;
1664 	gboolean function(GstClock* clock, GstClock* master) c_gst_clock_set_master;
1665 	GstClock* function(GstClock* clock) c_gst_clock_get_master;
1666 	GstClockTime function(GstClock* clock, GstClockTime resolution) c_gst_clock_set_resolution;
1667 	GstClockTime function(GstClock* clock) c_gst_clock_get_resolution;
1668 	GstClockTime function(GstClock* clock) c_gst_clock_get_time;
1669 	GstClockID function(GstClock* clock, GstClockTime time) c_gst_clock_new_single_shot_id;
1670 	GstClockID function(GstClock* clock, GstClockTime startTime, GstClockTime interval) c_gst_clock_new_periodic_id;
1671 	gboolean function(GstClock* clock, GstClockID id, GstClockTime time) c_gst_clock_single_shot_id_reinit;
1672 	gboolean function(GstClock* clock, GstClockID id, GstClockTime startTime, GstClockTime interval) c_gst_clock_periodic_id_reinit;
1673 	GstClockTime function(GstClock* clock) c_gst_clock_get_internal_time;
1674 	GstClockTime function(GstClock* clock, GstClockTime internal) c_gst_clock_adjust_unlocked;
1675 	GstClockTime function(GstClock* clock, GstClockTime external) c_gst_clock_unadjust_unlocked;
1676 	void function(GstClock* clock, GstClockTime* internal, GstClockTime* external, GstClockTime* rateNum, GstClockTime* rateDenom) c_gst_clock_get_calibration;
1677 	void function(GstClock* clock, GstClockTime internal, GstClockTime external, GstClockTime rateNum, GstClockTime rateDenom) c_gst_clock_set_calibration;
1678 	GstClockTime function(GstClock* clock) c_gst_clock_get_timeout;
1679 	void function(GstClock* clock, GstClockTime timeout) c_gst_clock_set_timeout;
1680 	GstClockTime function(GstClockID id) c_gst_clock_id_get_time;
1681 	GstClockReturn function(GstClockID id, GstClockTimeDiff* jitter) c_gst_clock_id_wait;
1682 	GstClockReturn function(GstClockID id, GstClockCallback func, void* userData, GDestroyNotify destroyData) c_gst_clock_id_wait_async;
1683 	void function(GstClockID id) c_gst_clock_id_unschedule;
1684 	gint function(void* id1, void* id2) c_gst_clock_id_compare_func;
1685 	GstClockID function(GstClockID id) c_gst_clock_id_ref;
1686 	void function(GstClockID id) c_gst_clock_id_unref;
1687 
1688 	// gstreamer.Context
1689 
1690 	GstContext* function(gchar* contextType, gboolean persistent) c_gst_context_new;
1691 	GstContext* function(GstContext* context) c_gst_context_ref;
1692 	void function(GstContext* context) c_gst_context_unref;
1693 	GstContext* function(GstContext* context) c_gst_context_copy;
1694 	gchar* function(GstContext* context) c_gst_context_get_context_type;
1695 	gboolean function(GstContext* context, gchar* contextType) c_gst_context_has_context_type;
1696 	gboolean function(GstContext* context) c_gst_context_is_persistent;
1697 	GstStructure* function(GstContext* context) c_gst_context_get_structure;
1698 	GstStructure* function(GstContext* context) c_gst_context_writable_structure;
1699 	gboolean function(GstContext** oldContext, GstContext* newContext) c_gst_context_replace;
1700 
1701 	// gstreamer.ControlBinding
1702 
1703 	gboolean function(GstControlBinding* binding, GstObject* object, GstClockTime timestamp, GstClockTime lastSync) c_gst_control_binding_sync_values;
1704 	GValue* function(GstControlBinding* binding, GstClockTime timestamp) c_gst_control_binding_get_value;
1705 	gboolean function(GstControlBinding* binding, GstClockTime timestamp, GstClockTime interval, guint nValues, void* values) c_gst_control_binding_get_value_array;
1706 	gboolean function(GstControlBinding* binding, GstClockTime timestamp, GstClockTime interval, guint nValues, GValue* values) c_gst_control_binding_get_g_value_array;
1707 	void function(GstControlBinding* binding, gboolean disabled) c_gst_control_binding_set_disabled;
1708 	gboolean function(GstControlBinding* binding) c_gst_control_binding_is_disabled;
1709 
1710 	// gstreamer.ControlSource
1711 
1712 	gboolean function(GstControlSource* self, GstClockTime timestamp, gdouble* value) c_gst_control_source_get_value;
1713 	gboolean function(GstControlSource* self, GstClockTime timestamp, GstClockTime interval, guint nValues, gdouble* values) c_gst_control_source_get_value_array;
1714 
1715 	// gstreamer.DateTime
1716 
1717 	gint function(GstDateTime* datetime) c_gst_date_time_get_day;
1718 	gint function(GstDateTime* datetime) c_gst_date_time_get_month;
1719 	gint function(GstDateTime* datetime) c_gst_date_time_get_hour;
1720 	gint function(GstDateTime* datetime) c_gst_date_time_get_microsecond;
1721 	gint function(GstDateTime* datetime) c_gst_date_time_get_minute;
1722 	gfloat function(GstDateTime* datetime) c_gst_date_time_get_time_zone_offset;
1723 	gint function(GstDateTime* datetime) c_gst_date_time_get_second;
1724 	gint function(GstDateTime* datetime) c_gst_date_time_get_year;
1725 	GstDateTime* function(gfloat tzoffset, gint year, gint month, gint day, gint hour, gint minute, gdouble seconds) c_gst_date_time_new;
1726 	GstDateTime* function(gint year, gint month, gint day) c_gst_date_time_new_ymd;
1727 	GstDateTime* function(gint year, gint month) c_gst_date_time_new_ym;
1728 	GstDateTime* function(gint year) c_gst_date_time_new_y;
1729 	GstDateTime* function(gint64 secs) c_gst_date_time_new_from_unix_epoch_local_time;
1730 	GstDateTime* function(gint64 secs) c_gst_date_time_new_from_unix_epoch_utc;
1731 	GstDateTime* function(gint year, gint month, gint day, gint hour, gint minute, gdouble seconds) c_gst_date_time_new_local_time;
1732 	GstDateTime* function() c_gst_date_time_new_now_local_time;
1733 	GstDateTime* function() c_gst_date_time_new_now_utc;
1734 	GstDateTime* function(GstDateTime* datetime) c_gst_date_time_ref;
1735 	void function(GstDateTime* datetime) c_gst_date_time_unref;
1736 	gboolean function(GstDateTime* datetime) c_gst_date_time_has_day;
1737 	gboolean function(GstDateTime* datetime) c_gst_date_time_has_month;
1738 	gboolean function(GstDateTime* datetime) c_gst_date_time_has_second;
1739 	gboolean function(GstDateTime* datetime) c_gst_date_time_has_time;
1740 	gboolean function(GstDateTime* datetime) c_gst_date_time_has_year;
1741 	GstDateTime* function(gchar* string) c_gst_date_time_new_from_iso8601_string;
1742 	gchar* function(GstDateTime* datetime) c_gst_date_time_to_iso8601_string;
1743 	GstDateTime* function(GDateTime* dt) c_gst_date_time_new_from_g_date_time;
1744 	GDateTime* function(GstDateTime* datetime) c_gst_date_time_to_g_date_time;
1745 
1746 	// gstreamer.Element
1747 
1748 	void function(GstElementClass* klass, GstPadTemplate* templ) c_gst_element_class_add_pad_template;
1749 	GstPadTemplate* function(GstElementClass* elementClass, gchar* name) c_gst_element_class_get_pad_template;
1750 	GList* function(GstElementClass* elementClass) c_gst_element_class_get_pad_template_list;
1751 	void function(GstElementClass* klass, gchar* longname, gchar* classification, gchar* description, gchar* author) c_gst_element_class_set_metadata;
1752 	void function(GstElementClass* klass, gchar* longname, gchar* classification, gchar* description, gchar* author) c_gst_element_class_set_static_metadata;
1753 	void function(GstElementClass* klass, gchar* key, gchar* value) c_gst_element_class_add_metadata;
1754 	void function(GstElementClass* klass, gchar* key, gchar* value) c_gst_element_class_add_static_metadata;
1755 	gboolean function(GstElement* element, GstPad* pad) c_gst_element_add_pad;
1756 	void function(GstElement* element) c_gst_element_create_all_pads;
1757 	GstPad* function(GstElement* element, GstPad* pad, GstCaps* caps) c_gst_element_get_compatible_pad;
1758 	GstPadTemplate* function(GstElement* element, GstPadTemplate* compattempl) c_gst_element_get_compatible_pad_template;
1759 	GstPad* function(GstElement* element, gchar* name) c_gst_element_get_request_pad;
1760 	GstPad* function(GstElement* element, gchar* name) c_gst_element_get_static_pad;
1761 	GstPad* function(GstElement* element, GstPadTemplate* templ, gchar* name, GstCaps* caps) c_gst_element_request_pad;
1762 	void function(GstElement* element) c_gst_element_no_more_pads;
1763 	void function(GstElement* element, GstPad* pad) c_gst_element_release_request_pad;
1764 	gboolean function(GstElement* element, GstPad* pad) c_gst_element_remove_pad;
1765 	GstIterator* function(GstElement* element) c_gst_element_iterate_pads;
1766 	GstIterator* function(GstElement* element) c_gst_element_iterate_sink_pads;
1767 	GstIterator* function(GstElement* element) c_gst_element_iterate_src_pads;
1768 	gboolean function(GstElement* src, GstElement* dest) c_gst_element_link;
1769 	void function(GstElement* src, GstElement* dest) c_gst_element_unlink;
1770 	gboolean function(GstElement* element1, GstElement* element2, ... ) c_gst_element_link_many;
1771 	void function(GstElement* element1, GstElement* element2, ... ) c_gst_element_unlink_many;
1772 	gboolean function(GstElement* src, gchar* srcpadname, GstElement* dest, gchar* destpadname) c_gst_element_link_pads;
1773 	gboolean function(GstElement* src, gchar* srcpadname, GstElement* dest, gchar* destpadname, GstPadLinkCheck flags) c_gst_element_link_pads_full;
1774 	void function(GstElement* src, gchar* srcpadname, GstElement* dest, gchar* destpadname) c_gst_element_unlink_pads;
1775 	gboolean function(GstElement* src, gchar* srcpadname, GstElement* dest, gchar* destpadname, GstCaps* filter) c_gst_element_link_pads_filtered;
1776 	gboolean function(GstElement* src, GstElement* dest, GstCaps* filter) c_gst_element_link_filtered;
1777 	gchar* function(GstElementClass* klass, gchar* key) c_gst_element_class_get_metadata;
1778 	void function(GstElement* element, GstClockTime time) c_gst_element_set_base_time;
1779 	GstClockTime function(GstElement* element) c_gst_element_get_base_time;
1780 	void function(GstElement* element, GstClockTime time) c_gst_element_set_start_time;
1781 	GstClockTime function(GstElement* element) c_gst_element_get_start_time;
1782 	void function(GstElement* element, GstBus* bus) c_gst_element_set_bus;
1783 	GstBus* function(GstElement* element) c_gst_element_get_bus;
1784 	void function(GstElement* element, GstContext* context) c_gst_element_set_context;
1785 	GstElementFactory* function(GstElement* element) c_gst_element_get_factory;
1786 	gboolean function(GstElement* element, GstClock* clock) c_gst_element_set_clock;
1787 	GstClock* function(GstElement* element) c_gst_element_get_clock;
1788 	GstClock* function(GstElement* element) c_gst_element_provide_clock;
1789 	GstStateChangeReturn function(GstElement* element, GstState state) c_gst_element_set_state;
1790 	GstStateChangeReturn function(GstElement* element, GstState* state, GstState* pending, GstClockTime timeout) c_gst_element_get_state;
1791 	gboolean function(GstElement* element, gboolean lockedState) c_gst_element_set_locked_state;
1792 	gboolean function(GstElement* element) c_gst_element_is_locked_state;
1793 	void function(GstElement* element) c_gst_element_abort_state;
1794 	GstStateChangeReturn function(GstElement* element, GstStateChangeReturn ret) c_gst_element_continue_state;
1795 	void function(GstElement* element) c_gst_element_lost_state;
1796 	gchar* function(GstState state) c_gst_element_state_get_name;
1797 	gchar* function(GstStateChangeReturn stateRet) c_gst_element_state_change_return_get_name;
1798 	gboolean function(GstElement* element) c_gst_element_sync_state_with_parent;
1799 	GstStateChangeReturn function(GstElement* element, GstStateChange transition) c_gst_element_change_state;
1800 	void function(GstElement* element, GstMessageType type, GQuark domain, gint code, gchar* text, gchar* dbug, gchar* file, gchar* funct, gint line) c_gst_element_message_full;
1801 	gboolean function(GstElement* element, GstMessage* message) c_gst_element_post_message;
1802 	gboolean function(GstElement* element, GstQuery* query) c_gst_element_query;
1803 	gboolean function(GstElement* element, GstFormat srcFormat, gint64 srcVal, GstFormat destFormat, gint64* destVal) c_gst_element_query_convert;
1804 	gboolean function(GstElement* element, GstFormat format, gint64* cur) c_gst_element_query_position;
1805 	gboolean function(GstElement* element, GstFormat format, gint64* duration) c_gst_element_query_duration;
1806 	gboolean function(GstElement* element, GstEvent* event) c_gst_element_send_event;
1807 	gboolean function(GstElement* element, GstFormat format, GstSeekFlags seekFlags, gint64 seekPos) c_gst_element_seek_simple;
1808 	gboolean function(GstElement* element, gdouble rate, GstFormat format, GstSeekFlags flags, GstSeekType startType, gint64 start, GstSeekType stopType, gint64 stop) c_gst_element_seek;
1809 
1810 	// gstreamer.ElementFactory
1811 
1812 	gboolean function(GstPlugin* plugin, gchar* name, guint rank, GType type) c_gst_element_register;
1813 	GstElementFactory* function(gchar* name) c_gst_element_factory_find;
1814 	GType function(GstElementFactory* factory) c_gst_element_factory_get_element_type;
1815 	gchar* function(GstElementFactory* factory, gchar* key) c_gst_element_factory_get_metadata;
1816 	gchar** function(GstElementFactory* factory) c_gst_element_factory_get_metadata_keys;
1817 	guint function(GstElementFactory* factory) c_gst_element_factory_get_num_pad_templates;
1818 	GstURIType function(GstElementFactory* factory) c_gst_element_factory_get_uri_type;
1819 	gchar** function(GstElementFactory* factory) c_gst_element_factory_get_uri_protocols;
1820 	gboolean function(GstElementFactory* factory, gchar* interfacename) c_gst_element_factory_has_interface;
1821 	GstElement* function(GstElementFactory* factory, gchar* name) c_gst_element_factory_create;
1822 	GstElement* function(gchar* factoryname, gchar* name) c_gst_element_factory_make;
1823 	gboolean function(GstElementFactory* factory, GstCaps* caps) c_gst_element_factory_can_sink_all_caps;
1824 	gboolean function(GstElementFactory* factory, GstCaps* caps) c_gst_element_factory_can_src_all_caps;
1825 	gboolean function(GstElementFactory* factory, GstCaps* caps) c_gst_element_factory_can_sink_any_caps;
1826 	gboolean function(GstElementFactory* factory, GstCaps* caps) c_gst_element_factory_can_src_any_caps;
1827 	GList* function(GstElementFactory* factory) c_gst_element_factory_get_static_pad_templates;
1828 	GList* function(GList* list, GstCaps* caps, GstPadDirection direction, gboolean subsetonly) c_gst_element_factory_list_filter;
1829 	GList* function(GstElementFactoryListType type, GstRank minrank) c_gst_element_factory_list_get_elements;
1830 	gboolean function(GstElementFactory* factory, GstElementFactoryListType type) c_gst_element_factory_list_is_type;
1831 
1832 	// gstreamer.
1833 
1834 	gchar* function(GQuark domain, gint code) c_gst_error_get_message;
1835 
1836 	// gstreamer.Event
1837 
1838 	GstEventTypeFlags function(GstEventType type) c_gst_event_type_get_flags;
1839 	gchar* function(GstEventType type) c_gst_event_type_get_name;
1840 	GQuark function(GstEventType type) c_gst_event_type_to_quark;
1841 	GstEvent* function(GstEvent* event) c_gst_event_ref;
1842 	void function(GstEvent* event) c_gst_event_unref;
1843 	gboolean function(GstEvent** oldEvent, GstEvent* newEvent) c_gst_event_replace;
1844 	GstEvent* function(GstEvent* event) c_gst_event_copy;
1845 	GstEvent* function(GstEvent** oldEvent) c_gst_event_steal;
1846 	gboolean function(GstEvent** oldEvent, GstEvent* newEvent) c_gst_event_take;
1847 	GstStructure* function(GstEvent* event) c_gst_event_writable_structure;
1848 	GstEvent* function(GstEventType type, GstStructure* structure) c_gst_event_new_custom;
1849 	GstStructure* function(GstEvent* event) c_gst_event_get_structure;
1850 	gboolean function(GstEvent* event, gchar* name) c_gst_event_has_name;
1851 	guint32 function(GstEvent* event) c_gst_event_get_seqnum;
1852 	void function(GstEvent* event, guint32 seqnum) c_gst_event_set_seqnum;
1853 	GstEvent* function() c_gst_event_new_flush_start;
1854 	GstEvent* function(gboolean resetTime) c_gst_event_new_flush_stop;
1855 	void function(GstEvent* event, gboolean* resetTime) c_gst_event_parse_flush_stop;
1856 	GstEvent* function() c_gst_event_new_eos;
1857 	GstEvent* function(GstClockTime timestamp, GstClockTime duration) c_gst_event_new_gap;
1858 	void function(GstEvent* event, GstClockTime* timestamp, GstClockTime* duration) c_gst_event_parse_gap;
1859 	GstEvent* function(gchar* streamId) c_gst_event_new_stream_start;
1860 	void function(GstEvent* event, gchar** streamId) c_gst_event_parse_stream_start;
1861 	void function(GstEvent* event, GstStreamFlags flags) c_gst_event_set_stream_flags;
1862 	void function(GstEvent* event, GstStreamFlags* flags) c_gst_event_parse_stream_flags;
1863 	void function(GstEvent* event, guint groupId) c_gst_event_set_group_id;
1864 	gboolean function(GstEvent* event, guint* groupId) c_gst_event_parse_group_id;
1865 	GstEvent* function(GstSegment* segment) c_gst_event_new_segment;
1866 	void function(GstEvent* event, GstSegment** segment) c_gst_event_parse_segment;
1867 	void function(GstEvent* event, GstSegment* segment) c_gst_event_copy_segment;
1868 	GstEvent* function(GstTagList* taglist) c_gst_event_new_tag;
1869 	void function(GstEvent* event, GstTagList** taglist) c_gst_event_parse_tag;
1870 	GstEvent* function(GstFormat format, gint64 minsize, gint64 maxsize, gboolean async) c_gst_event_new_buffer_size;
1871 	void function(GstEvent* event, GstFormat* format, gint64* minsize, gint64* maxsize, gboolean* async) c_gst_event_parse_buffer_size;
1872 	GstEvent* function(GstQOSType type, gdouble proportion, GstClockTimeDiff diff, GstClockTime timestamp) c_gst_event_new_qos;
1873 	void function(GstEvent* event, GstQOSType* type, gdouble* proportion, GstClockTimeDiff* diff, GstClockTime* timestamp) c_gst_event_parse_qos;
1874 	GstEvent* function(gdouble rate, GstFormat format, GstSeekFlags flags, GstSeekType startType, gint64 start, GstSeekType stopType, gint64 stop) c_gst_event_new_seek;
1875 	void function(GstEvent* event, gdouble* rate, GstFormat* format, GstSeekFlags* flags, GstSeekType* startType, gint64* start, GstSeekType* stopType, gint64* stop) c_gst_event_parse_seek;
1876 	GstEvent* function(GstStructure* structure) c_gst_event_new_navigation;
1877 	GstEvent* function(GstClockTime latency) c_gst_event_new_latency;
1878 	void function(GstEvent* event, GstClockTime* latency) c_gst_event_parse_latency;
1879 	GstEvent* function(GstFormat format, guint64 amount, gdouble rate, gboolean flush, gboolean intermediate) c_gst_event_new_step;
1880 	void function(GstEvent* event, GstFormat* format, guint64* amount, gdouble* rate, gboolean* flush, gboolean* intermediate) c_gst_event_parse_step;
1881 	GstEvent* function(gchar* name, GstMessage* msg) c_gst_event_new_sink_message;
1882 	void function(GstEvent* event, GstMessage** msg) c_gst_event_parse_sink_message;
1883 	GstEvent* function() c_gst_event_new_reconfigure;
1884 	GstEvent* function(GstCaps* caps) c_gst_event_new_caps;
1885 	void function(GstEvent* event, GstCaps** caps) c_gst_event_parse_caps;
1886 	GstEvent* function(GstToc* toc, gboolean updated) c_gst_event_new_toc;
1887 	void function(GstEvent* event, GstToc** toc, gboolean* updated) c_gst_event_parse_toc;
1888 	GstEvent* function(gchar* uid) c_gst_event_new_toc_select;
1889 	void function(GstEvent* event, gchar** uid) c_gst_event_parse_toc_select;
1890 	GstEvent* function(GstFormat format, gint64 position) c_gst_event_new_segment_done;
1891 	void function(GstEvent* event, GstFormat* format, gint64* position) c_gst_event_parse_segment_done;
1892 
1893 	// gstreamer.
1894 
1895 	gchar* function(GstFormat format) c_gst_format_get_name;
1896 	GQuark function(GstFormat format) c_gst_format_to_quark;
1897 	GstFormat function(gchar* nick, gchar* description) c_gst_format_register;
1898 	GstFormat function(gchar* nick) c_gst_format_get_by_nick;
1899 	gboolean function(GstFormat* formats, GstFormat format) c_gst_formats_contains;
1900 	GstFormatDefinition* function(GstFormat format) c_gst_format_get_details;
1901 	GstIterator* function() c_gst_format_iterate_definitions;
1902 
1903 	// gstreamer.GhostPad
1904 
1905 	GstPad* function(gchar* name, GstPad* target) c_gst_ghost_pad_new;
1906 	GstPad* function(gchar* name, GstPadDirection dir) c_gst_ghost_pad_new_no_target;
1907 	GstPad* function(gchar* name, GstPad* target, GstPadTemplate* templ) c_gst_ghost_pad_new_from_template;
1908 	GstPad* function(gchar* name, GstPadTemplate* templ) c_gst_ghost_pad_new_no_target_from_template;
1909 	gboolean function(GstGhostPad* gpad, GstPad* newtarget) c_gst_ghost_pad_set_target;
1910 	GstPad* function(GstGhostPad* gpad) c_gst_ghost_pad_get_target;
1911 	gboolean function(GstGhostPad* gpad) c_gst_ghost_pad_construct;
1912 	gboolean function(GstPad* pad, GstObject* parent, GstPadMode mode, gboolean active) c_gst_ghost_pad_activate_mode_default;
1913 	gboolean function(GstPad* pad, GstObject* parent, GstPadMode mode, gboolean active) c_gst_ghost_pad_internal_activate_mode_default;
1914 
1915 	// gstreamer.ProxyPad
1916 
1917 	GstProxyPad* function(GstProxyPad* pad) c_gst_proxy_pad_get_internal;
1918 	GstIterator* function(GstPad* pad, GstObject* parent) c_gst_proxy_pad_iterate_internal_links_default;
1919 	GstFlowReturn function(GstPad* pad, GstObject* parent, GstBuffer* buffer) c_gst_proxy_pad_chain_default;
1920 	GstFlowReturn function(GstPad* pad, GstObject* parent, GstBufferList* list) c_gst_proxy_pad_chain_list_default;
1921 	GstFlowReturn function(GstPad* pad, GstObject* parent, guint64 offset, guint size, GstBuffer** buffer) c_gst_proxy_pad_getrange_default;
1922 
1923 	// gstreamer.Iterator
1924 
1925 	GstIterator* function(guint size, GType type, GMutex* lock, guint32* masterCookie, GstIteratorCopyFunction copy, GstIteratorNextFunction next, GstIteratorItemFunction item, GstIteratorResyncFunction resync, GstIteratorFreeFunction free) c_gst_iterator_new;
1926 	GstIterator* function(GType type, GMutex* lock, guint32* masterCookie, GList** list, GObject* owner, GstIteratorItemFunction item) c_gst_iterator_new_list;
1927 	GstIterator* function(GType type, GValue* object) c_gst_iterator_new_single;
1928 	GstIterator* function(GstIterator* it) c_gst_iterator_copy;
1929 	void function(GstIterator* it) c_gst_iterator_free;
1930 	GstIteratorResult function(GstIterator* it, GValue* elem) c_gst_iterator_next;
1931 	void function(GstIterator* it) c_gst_iterator_resync;
1932 	void function(GstIterator* it, GstIterator* other) c_gst_iterator_push;
1933 	GstIterator* function(GstIterator* it, GCompareFunc func, GValue* userData) c_gst_iterator_filter;
1934 	GstIteratorResult function(GstIterator* it, GstIteratorFoldFunction func, GValue* ret, void* userData) c_gst_iterator_fold;
1935 	GstIteratorResult function(GstIterator* it, GstIteratorForeachFunction func, void* userData) c_gst_iterator_foreach;
1936 	gboolean function(GstIterator* it, GCompareFunc func, GValue* elem, void* userData) c_gst_iterator_find_custom;
1937 
1938 	// gstreamer.Memory
1939 
1940 	void function(GstMemory* mem, GstMemoryFlags flags, GstAllocator* allocator, GstMemory* parent, gsize maxsize, gsize alig, gsize offset, gsize size) c_gst_memory_init;
1941 	gboolean function(GstMemory* mem, gchar* memType) c_gst_memory_is_type;
1942 	GstMemory* function(GstMemory* memory) c_gst_memory_ref;
1943 	void function(GstMemory* memory) c_gst_memory_unref;
1944 	gsize function(GstMemory* mem, gsize* offset, gsize* maxsize) c_gst_memory_get_sizes;
1945 	void function(GstMemory* mem, gssize offset, gsize size) c_gst_memory_resize;
1946 	GstMemory* function(GstMemory* mem, GstMapInfo* info, GstMapFlags flags) c_gst_memory_make_mapped;
1947 	gboolean function(GstMemory* mem, GstMapInfo* info, GstMapFlags flags) c_gst_memory_map;
1948 	void function(GstMemory* mem, GstMapInfo* info) c_gst_memory_unmap;
1949 	GstMemory* function(GstMemory* mem, gssize offset, gssize size) c_gst_memory_copy;
1950 	GstMemory* function(GstMemory* mem, gssize offset, gssize size) c_gst_memory_share;
1951 	gboolean function(GstMemory* mem1, GstMemory* mem2, gsize* offset) c_gst_memory_is_span;
1952 
1953 	// gstreamer.Message
1954 
1955 	GQuark function(GstMessageType type) c_gst_message_type_to_quark;
1956 	gchar* function(GstMessageType type) c_gst_message_type_get_name;
1957 	GstMessage* function(GstMessage* msg) c_gst_message_ref;
1958 	void function(GstMessage* msg) c_gst_message_unref;
1959 	GstMessage* function(GstMessage* msg) c_gst_message_copy;
1960 	GstStructure* function(GstMessage* message) c_gst_message_get_structure;
1961 	guint32 function(GstMessage* message) c_gst_message_get_seqnum;
1962 	void function(GstMessage* message, guint32 seqnum) c_gst_message_set_seqnum;
1963 	gboolean function(GstMessage* message, gchar* name) c_gst_message_has_name;
1964 	gboolean function(GstMessage** oldMessage, GstMessage* newMessage) c_gst_message_replace;
1965 	GstMessage* function(GstObject* src) c_gst_message_new_eos;
1966 	GstMessage* function(GstObject* src, GError* error, gchar* dbug) c_gst_message_new_error;
1967 	void function(GstMessage* message, GError** gerror, gchar** dbug) c_gst_message_parse_error;
1968 	GstMessage* function(GstObject* src, GError* error, gchar* dbug) c_gst_message_new_warning;
1969 	void function(GstMessage* message, GError** gerror, gchar** dbug) c_gst_message_parse_warning;
1970 	GstMessage* function(GstObject* src, GError* error, gchar* dbug) c_gst_message_new_info;
1971 	void function(GstMessage* message, GError** gerror, gchar** dbug) c_gst_message_parse_info;
1972 	GstMessage* function(GstObject* src, GstTagList* tagList) c_gst_message_new_tag;
1973 	void function(GstMessage* message, GstTagList** tagList) c_gst_message_parse_tag;
1974 	GstMessage* function(GstObject* src, gint percent) c_gst_message_new_buffering;
1975 	void function(GstMessage* message, gint* percent) c_gst_message_parse_buffering;
1976 	void function(GstMessage* message, GstBufferingMode mode, gint avgIn, gint avgOut, gint64 bufferingLeft) c_gst_message_set_buffering_stats;
1977 	void function(GstMessage* message, GstBufferingMode* mode, gint* avgIn, gint* avgOut, gint64* bufferingLeft) c_gst_message_parse_buffering_stats;
1978 	GstMessage* function(GstObject* src, GstState oldstate, GstState newstate, GstState pending) c_gst_message_new_state_changed;
1979 	void function(GstMessage* message, GstState* oldstate, GstState* newstate, GstState* pending) c_gst_message_parse_state_changed;
1980 	GstMessage* function(GstObject* src) c_gst_message_new_state_dirty;
1981 	GstMessage* function(GstObject* src, GstFormat format, guint64 amount, gdouble rate, gboolean flush, gboolean intermediate, guint64 duration, gboolean eos) c_gst_message_new_step_done;
1982 	void function(GstMessage* message, GstFormat* format, guint64* amount, gdouble* rate, gboolean* flush, gboolean* intermediate, guint64* duration, gboolean* eos) c_gst_message_parse_step_done;
1983 	GstMessage* function(GstObject* src, GstClock* clock, gboolean ready) c_gst_message_new_clock_provide;
1984 	void function(GstMessage* message, GstClock** clock, gboolean* ready) c_gst_message_parse_clock_provide;
1985 	GstMessage* function(GstObject* src, GstClock* clock) c_gst_message_new_clock_lost;
1986 	void function(GstMessage* message, GstClock** clock) c_gst_message_parse_clock_lost;
1987 	GstMessage* function(GstObject* src, GstClock* clock) c_gst_message_new_new_clock;
1988 	void function(GstMessage* message, GstClock** clock) c_gst_message_parse_new_clock;
1989 	GstMessage* function(GstObject* src, GstStructure* structure) c_gst_message_new_application;
1990 	GstMessage* function(GstObject* src, GstStructure* structure) c_gst_message_new_element;
1991 	GstMessage* function(GstMessageType type, GstObject* src, GstStructure* structure) c_gst_message_new_custom;
1992 	GstMessage* function(GstObject* src, GstFormat format, gint64 position) c_gst_message_new_segment_start;
1993 	void function(GstMessage* message, GstFormat* format, gint64* position) c_gst_message_parse_segment_start;
1994 	GstMessage* function(GstObject* src, GstFormat format, gint64 position) c_gst_message_new_segment_done;
1995 	void function(GstMessage* message, GstFormat* format, gint64* position) c_gst_message_parse_segment_done;
1996 	GstMessage* function(GstObject* src) c_gst_message_new_duration_changed;
1997 	GstMessage* function(GstObject* src) c_gst_message_new_latency;
1998 	GstMessage* function(GstObject* src) c_gst_message_new_async_start;
1999 	GstMessage* function(GstObject* src, GstClockTime runningTime) c_gst_message_new_async_done;
2000 	void function(GstMessage* message, GstClockTime* runningTime) c_gst_message_parse_async_done;
2001 	GstMessage* function(GstObject* src, gboolean active, GstFormat format, guint64 amount, gdouble rate, gboolean flush, gboolean intermediate) c_gst_message_new_step_start;
2002 	void function(GstMessage* message, gboolean* active, GstFormat* format, guint64* amount, gdouble* rate, gboolean* flush, gboolean* intermediate) c_gst_message_parse_step_start;
2003 	GstMessage* function(GstObject* src, gboolean live, guint64 runningTime, guint64 streamTime, guint64 timestamp, guint64 duration) c_gst_message_new_qos;
2004 	void function(GstMessage* message, gint64 jitter, gdouble proportion, gint quality) c_gst_message_set_qos_values;
2005 	void function(GstMessage* message, GstFormat format, guint64 processed, guint64 dropped) c_gst_message_set_qos_stats;
2006 	void function(GstMessage* message, gboolean* live, guint64* runningTime, guint64* streamTime, guint64* timestamp, guint64* duration) c_gst_message_parse_qos;
2007 	void function(GstMessage* message, gint64* jitter, gdouble* proportion, gint* quality) c_gst_message_parse_qos_values;
2008 	void function(GstMessage* message, GstFormat* format, guint64* processed, guint64* dropped) c_gst_message_parse_qos_stats;
2009 	GstMessage* function(GstObject* src, GstToc* toc, gboolean updated) c_gst_message_new_toc;
2010 	void function(GstMessage* message, GstToc** toc, gboolean* updated) c_gst_message_parse_toc;
2011 	GstMessage* function(GstObject* src, GstClockTime runningTime) c_gst_message_new_reset_time;
2012 	void function(GstMessage* message, GstClockTime* runningTime) c_gst_message_parse_reset_time;
2013 	GstMessage* function(GstObject* src) c_gst_message_new_stream_start;
2014 	void function(GstMessage* message, guint groupId) c_gst_message_set_group_id;
2015 	gboolean function(GstMessage* message, guint* groupId) c_gst_message_parse_group_id;
2016 	GstMessage* function(GstObject* src, GstStructureChangeType type, GstElement* owner, gboolean busy) c_gst_message_new_structure_change;
2017 	void function(GstMessage* message, GstStructureChangeType* type, GstElement** owner, gboolean* busy) c_gst_message_parse_structure_change;
2018 	GstMessage* function(GstObject* src, GstState state) c_gst_message_new_request_state;
2019 	void function(GstMessage* message, GstState* state) c_gst_message_parse_request_state;
2020 	GstMessage* function(GstObject* src, GstStreamStatusType type, GstElement* owner) c_gst_message_new_stream_status;
2021 	void function(GstMessage* message, GstStreamStatusType* type, GstElement** owner) c_gst_message_parse_stream_status;
2022 	void function(GstMessage* message, GValue* object) c_gst_message_set_stream_status_object;
2023 	GValue* function(GstMessage* message) c_gst_message_get_stream_status_object;
2024 	GstMessage* function(GstObject* src, GstProgressType type, gchar* code, gchar* text) c_gst_message_new_progress;
2025 	void function(GstMessage* message, GstProgressType* type, gchar** code, gchar** text) c_gst_message_parse_progress;
2026 	GstMessage* function(GstObject* src, gchar* contextType) c_gst_message_new_need_context;
2027 	gboolean function(GstMessage* message, gchar** contextType) c_gst_message_parse_context_type;
2028 	GstMessage* function(GstObject* src, GstContext* context) c_gst_message_new_have_context;
2029 	void function(GstMessage* message, GstContext** context) c_gst_message_parse_have_context;
2030 
2031 	// gstreamer.Meta
2032 
2033 	GType function(gchar* api, gchar** tags) c_gst_meta_api_type_register;
2034 	gboolean function(GType api, GQuark tag) c_gst_meta_api_type_has_tag;
2035 	GstMetaInfo* function(GType api, gchar* impl, gsize size, GstMetaInitFunction initFunc, GstMetaFreeFunction freeFunc, GstMetaTransformFunction transformFunc) c_gst_meta_register;
2036 	GstMetaInfo* function(gchar* impl) c_gst_meta_get_info;
2037 
2038 	// gstreamer.MiniObject
2039 
2040 	void function(GstMiniObject* miniObject, guint flags, GType type, GstMiniObjectCopyFunction copyFunc, GstMiniObjectDisposeFunction disposeFunc, GstMiniObjectFreeFunction freeFunc) c_gst_mini_object_init;
2041 	GstMiniObject* function(GstMiniObject* miniObject) c_gst_mini_object_ref;
2042 	void function(GstMiniObject* miniObject) c_gst_mini_object_unref;
2043 	void function(GstMiniObject* object, GstMiniObjectNotify notify, void* data) c_gst_mini_object_weak_ref;
2044 	void function(GstMiniObject* object, GstMiniObjectNotify notify, void* data) c_gst_mini_object_weak_unref;
2045 	gboolean function(GstMiniObject* object, GstLockFlags flags) c_gst_mini_object_lock;
2046 	void function(GstMiniObject* object, GstLockFlags flags) c_gst_mini_object_unlock;
2047 	gboolean function(GstMiniObject* miniObject) c_gst_mini_object_is_writable;
2048 	GstMiniObject* function(GstMiniObject* miniObject) c_gst_mini_object_make_writable;
2049 	GstMiniObject* function(GstMiniObject* miniObject) c_gst_mini_object_copy;
2050 	void function(GstMiniObject* object, GQuark quark, void* data, GDestroyNotify destroy) c_gst_mini_object_set_qdata;
2051 	gpointer function(GstMiniObject* object, GQuark quark) c_gst_mini_object_get_qdata;
2052 	gpointer function(GstMiniObject* object, GQuark quark) c_gst_mini_object_steal_qdata;
2053 	gboolean function(GstMiniObject** olddata, GstMiniObject* newdata) c_gst_mini_object_replace;
2054 	gboolean function(GstMiniObject** olddata, GstMiniObject* newdata) c_gst_mini_object_take;
2055 	GstMiniObject* function(GstMiniObject** olddata) c_gst_mini_object_steal;
2056 
2057 	// gstreamer.ObjectGst
2058 
2059 	gboolean function(GstObject* object, gchar* name) c_gst_object_set_name;
2060 	gchar* function(GstObject* object) c_gst_object_get_name;
2061 	gboolean function(GstObject* object, GstObject* parent) c_gst_object_set_parent;
2062 	GstObject* function(GstObject* object) c_gst_object_get_parent;
2063 	void function(GstObject* object) c_gst_object_unparent;
2064 	void function(GObject* object, GstObject* orig, GParamSpec* pspec, gchar** excludedProps) c_gst_object_default_deep_notify;
2065 	void function(GstObject* source, GError* error, gchar* dbug) c_gst_object_default_error;
2066 	gboolean function(GList* list, gchar* name) c_gst_object_check_uniqueness;
2067 	gboolean function(GstObject* object, GstObject* ancestor) c_gst_object_has_ancestor;
2068 	gpointer function(void* object) c_gst_object_ref;
2069 	void function(void* object) c_gst_object_unref;
2070 	gpointer function(void* object) c_gst_object_ref_sink;
2071 	gboolean function(GstObject** oldobj, GstObject* newobj) c_gst_object_replace;
2072 	gchar* function(GstObject* object) c_gst_object_get_path_string;
2073 	GstClockTime function(GstObject* object) c_gst_object_suggest_next_sync;
2074 	gboolean function(GstObject* object, GstClockTime timestamp) c_gst_object_sync_values;
2075 	gboolean function(GstObject* object) c_gst_object_has_active_control_bindings;
2076 	void function(GstObject* object, gboolean disabled) c_gst_object_set_control_bindings_disabled;
2077 	void function(GstObject* object, gchar* propertyName, gboolean disabled) c_gst_object_set_control_binding_disabled;
2078 	gboolean function(GstObject* object, GstControlBinding* binding) c_gst_object_add_control_binding;
2079 	GstControlBinding* function(GstObject* object, gchar* propertyName) c_gst_object_get_control_binding;
2080 	gboolean function(GstObject* object, GstControlBinding* binding) c_gst_object_remove_control_binding;
2081 	GValue* function(GstObject* object, gchar* propertyName, GstClockTime timestamp) c_gst_object_get_value;
2082 	gboolean function(GstObject* object, gchar* propertyName, GstClockTime timestamp, GstClockTime interval, guint nValues, void* values) c_gst_object_get_value_array;
2083 	gboolean function(GstObject* object, gchar* propertyName, GstClockTime timestamp, GstClockTime interval, guint nValues, GValue* values) c_gst_object_get_g_value_array;
2084 	GstClockTime function(GstObject* object) c_gst_object_get_control_rate;
2085 	void function(GstObject* object, GstClockTime controlRate) c_gst_object_set_control_rate;
2086 
2087 	// gstreamer.Pad
2088 
2089 	gchar* function(GstFlowReturn ret) c_gst_flow_get_name;
2090 	GQuark function(GstFlowReturn ret) c_gst_flow_to_quark;
2091 	gchar* function(GstPadMode mode) c_gst_pad_mode_get_name;
2092 	GstPadDirection function(GstPad* pad) c_gst_pad_get_direction;
2093 	GstElement* function(GstPad* pad) c_gst_pad_get_parent_element;
2094 	GstPadTemplate* function(GstPad* pad) c_gst_pad_get_pad_template;
2095 	GstPadLinkReturn function(GstPad* srcpad, GstPad* sinkpad) c_gst_pad_link;
2096 	GstPadLinkReturn function(GstPad* srcpad, GstPad* sinkpad, GstPadLinkCheck flags) c_gst_pad_link_full;
2097 	gboolean function(GstPad* srcpad, GstPad* sinkpad) c_gst_pad_unlink;
2098 	gboolean function(GstPad* pad) c_gst_pad_is_linked;
2099 	gboolean function(GstPad* srcpad, GstPad* sinkpad) c_gst_pad_can_link;
2100 	GstCaps* function(GstPad* pad) c_gst_pad_get_allowed_caps;
2101 	GstCaps* function(GstPad* pad) c_gst_pad_get_current_caps;
2102 	GstCaps* function(GstPad* pad) c_gst_pad_get_pad_template_caps;
2103 	GstPad* function(GstPad* pad) c_gst_pad_get_peer;
2104 	void function(GstPad* pad) c_gst_pad_use_fixed_caps;
2105 	gboolean function(GstPad* pad) c_gst_pad_has_current_caps;
2106 	GstEvent* function(GstPad* pad, GstEventType eventType, guint idx) c_gst_pad_get_sticky_event;
2107 	void function(GstPad* pad, GstPadStickyEventsForeachFunction foreachFunc, void* userData) c_gst_pad_sticky_events_foreach;
2108 	gboolean function(GstPad* pad) c_gst_pad_is_active;
2109 	GstBuffer* function(GstPadProbeInfo* info) c_gst_pad_probe_info_get_buffer;
2110 	GstBufferList* function(GstPadProbeInfo* info) c_gst_pad_probe_info_get_buffer_list;
2111 	GstEvent* function(GstPadProbeInfo* info) c_gst_pad_probe_info_get_event;
2112 	GstQuery* function(GstPadProbeInfo* info) c_gst_pad_probe_info_get_query;
2113 	gulong function(GstPad* pad, GstPadProbeType mask, GstPadProbeCallback callback, void* userData, GDestroyNotify destroyData) c_gst_pad_add_probe;
2114 	void function(GstPad* pad, gulong id) c_gst_pad_remove_probe;
2115 	gboolean function(GstPad* pad) c_gst_pad_is_blocked;
2116 	gboolean function(GstPad* pad) c_gst_pad_is_blocking;
2117 	gint64 function(GstPad* pad) c_gst_pad_get_offset;
2118 	void function(GstPad* pad, gint64 offset) c_gst_pad_set_offset;
2119 	GstPad* function(gchar* name, GstPadDirection direction) c_gst_pad_new;
2120 	GstPad* function(GstPadTemplate* templ, gchar* name) c_gst_pad_new_from_template;
2121 	GstPad* function(GstStaticPadTemplate* templ, gchar* name) c_gst_pad_new_from_static_template;
2122 	void function(GstPad* pad, GstPadChainFunction chain, void* userData, GDestroyNotify notify) c_gst_pad_set_chain_function_full;
2123 	void function(GstPad* pad, GstPadChainListFunction chainlist, void* userData, GDestroyNotify notify) c_gst_pad_set_chain_list_function_full;
2124 	GstFlowReturn function(GstPad* pad, guint64 offset, guint size, GstBuffer** buffer) c_gst_pad_get_range;
2125 	void function(GstPad* pad, GstPadGetRangeFunction get, void* userData, GDestroyNotify notify) c_gst_pad_set_getrange_function_full;
2126 	void function(GstPad* pad, GstPadEventFunction event, void* userData, GDestroyNotify notify) c_gst_pad_set_event_function_full;
2127 	void function(GstPad* pad, GstPadLinkFunction link, void* userData, GDestroyNotify notify) c_gst_pad_set_link_function_full;
2128 	void function(GstPad* pad, GstPadUnlinkFunction unlink, void* userData, GDestroyNotify notify) c_gst_pad_set_unlink_function_full;
2129 	gboolean function(GstPad* pad, GstQuery* query) c_gst_pad_proxy_query_caps;
2130 	gboolean function(GstPad* pad, GstQuery* query) c_gst_pad_proxy_query_accept_caps;
2131 	void function(GstPad* pad, GstPadActivateFunction activate, void* userData, GDestroyNotify notify) c_gst_pad_set_activate_function_full;
2132 	void function(GstPad* pad, GstPadActivateModeFunction activatemode, void* userData, GDestroyNotify notify) c_gst_pad_set_activatemode_function_full;
2133 	gboolean function(GstPad* pad) c_gst_pad_needs_reconfigure;
2134 	gboolean function(GstPad* pad) c_gst_pad_check_reconfigure;
2135 	void function(GstPad* pad) c_gst_pad_mark_reconfigure;
2136 	GstFlowReturn function(GstPad* pad, GstBuffer* buffer) c_gst_pad_push;
2137 	gboolean function(GstPad* pad, GstEvent* event) c_gst_pad_push_event;
2138 	GstFlowReturn function(GstPad* pad, GstBufferList* list) c_gst_pad_push_list;
2139 	GstFlowReturn function(GstPad* pad, guint64 offset, guint size, GstBuffer** buffer) c_gst_pad_pull_range;
2140 	gboolean function(GstPad* pad, GstPadMode mode, gboolean active) c_gst_pad_activate_mode;
2141 	gboolean function(GstPad* pad, GstEvent* event) c_gst_pad_send_event;
2142 	gboolean function(GstPad* pad, GstObject* parent, GstEvent* event) c_gst_pad_event_default;
2143 	gboolean function(GstPad* pad, GstQuery* query) c_gst_pad_query;
2144 	gboolean function(GstPad* pad, GstQuery* query) c_gst_pad_peer_query;
2145 	gboolean function(GstPad* pad, GstObject* parent, GstQuery* query) c_gst_pad_query_default;
2146 	gboolean function(GstPad* pad, GstFormat format, gint64* cur) c_gst_pad_query_position;
2147 	gboolean function(GstPad* pad, GstFormat format, gint64* duration) c_gst_pad_query_duration;
2148 	gboolean function(GstPad* pad, GstFormat srcFormat, gint64 srcVal, GstFormat destFormat, gint64* destVal) c_gst_pad_query_convert;
2149 	gboolean function(GstPad* pad, GstCaps* caps) c_gst_pad_query_accept_caps;
2150 	GstCaps* function(GstPad* pad, GstCaps* filter) c_gst_pad_query_caps;
2151 	gboolean function(GstPad* pad, GstFormat format, gint64* cur) c_gst_pad_peer_query_position;
2152 	gboolean function(GstPad* pad, GstFormat format, gint64* duration) c_gst_pad_peer_query_duration;
2153 	gboolean function(GstPad* pad, GstFormat srcFormat, gint64 srcVal, GstFormat destFormat, gint64* destVal) c_gst_pad_peer_query_convert;
2154 	gboolean function(GstPad* pad, GstCaps* caps) c_gst_pad_peer_query_accept_caps;
2155 	GstCaps* function(GstPad* pad, GstCaps* filter) c_gst_pad_peer_query_caps;
2156 	void function(GstPad* pad, GstPadQueryFunction query, void* userData, GDestroyNotify notify) c_gst_pad_set_query_function_full;
2157 	void function(GstPad* pad, GstPadIterIntLinkFunction iterintlink, void* userData, GDestroyNotify notify) c_gst_pad_set_iterate_internal_links_function_full;
2158 	GstIterator* function(GstPad* pad) c_gst_pad_iterate_internal_links;
2159 	GstIterator* function(GstPad* pad, GstObject* parent) c_gst_pad_iterate_internal_links_default;
2160 	void function(GstPad* pad, void* priv) c_gst_pad_set_element_private;
2161 	gpointer function(GstPad* pad) c_gst_pad_get_element_private;
2162 	gchar* function(GstPad* pad, GstElement* parent, gchar* streamId) c_gst_pad_create_stream_id;
2163 	gchar* function(GstPad* pad, GstElement* parent, gchar* streamId, ... ) c_gst_pad_create_stream_id_printf;
2164 	gchar* function(GstPad* pad, GstElement* parent, gchar* streamId, va_list varArgs) c_gst_pad_create_stream_id_printf_valist;
2165 	gchar* function(GstPad* pad) c_gst_pad_get_stream_id;
2166 	gboolean function(GstPad* pad, GstPadForwardFunction forward, void* userData) c_gst_pad_forward;
2167 	GstFlowReturn function(GstPad* pad, GstBuffer* buffer) c_gst_pad_chain;
2168 	GstFlowReturn function(GstPad* pad, GstBufferList* list) c_gst_pad_chain_list;
2169 	gboolean function(GstPad* pad, GstTaskFunction func, void* userData, GDestroyNotify notify) c_gst_pad_start_task;
2170 	gboolean function(GstPad* pad) c_gst_pad_pause_task;
2171 	gboolean function(GstPad* pad) c_gst_pad_stop_task;
2172 	gboolean function(GstPad* pad, gboolean active) c_gst_pad_set_active;
2173 
2174 	// gstreamer.PadTemplate
2175 
2176 	GstPadTemplate* function(GstStaticPadTemplate* padTemplate) c_gst_static_pad_template_get;
2177 	GstCaps* function(GstStaticPadTemplate* templ) c_gst_static_pad_template_get_caps;
2178 	GstPadTemplate* function(gchar* nameTemplate, GstPadDirection direction, GstPadPresence presence, GstCaps* caps) c_gst_pad_template_new;
2179 	GstCaps* function(GstPadTemplate* templ) c_gst_pad_template_get_caps;
2180 
2181 	// gstreamer.ParamSpecFraction
2182 
2183 	GParamSpec* function(gchar* name, gchar* nick, gchar* blurb, gint minNum, gint minDenom, gint maxNum, gint maxDenom, gint defaultNum, gint defaultDenom, GParamFlags flags) c_gst_param_spec_fraction;
2184 
2185 	// gstreamer.Parse
2186 
2187 	GQuark function() c_gst_parse_error_quark;
2188 	GstElement* function(gchar* pipelineDescription, GError** error) c_gst_parse_launch;
2189 	GstElement* function(gchar* pipelineDescription, GstParseContext* context, GstParseFlags flags, GError** error) c_gst_parse_launch_full;
2190 	GstElement* function(gchar** argv, GError** error) c_gst_parse_launchv;
2191 	GstElement* function(gchar** argv, GstParseContext* context, GstParseFlags flags, GError** error) c_gst_parse_launchv_full;
2192 	GstElement* function(gchar* binDescription, gboolean ghostUnlinkedPads, GError** err) c_gst_parse_bin_from_description;
2193 	GstElement* function(gchar* binDescription, gboolean ghostUnlinkedPads, GstParseContext* context, GstParseFlags flags, GError** err) c_gst_parse_bin_from_description_full;
2194 
2195 	// gstreamer.ParseContext
2196 
2197 	GstParseContext* function() c_gst_parse_context_new;
2198 	void function(GstParseContext* context) c_gst_parse_context_free;
2199 	gchar** function(GstParseContext* context) c_gst_parse_context_get_missing_elements;
2200 
2201 	// gstreamer.Pipeline
2202 
2203 	GstElement* function(gchar* name) c_gst_pipeline_new;
2204 	GstBus* function(GstPipeline* pipeline) c_gst_pipeline_get_bus;
2205 	gboolean function(GstPipeline* pipeline, GstClock* clock) c_gst_pipeline_set_clock;
2206 	GstClock* function(GstPipeline* pipeline) c_gst_pipeline_get_clock;
2207 	void function(GstPipeline* pipeline, GstClock* clock) c_gst_pipeline_use_clock;
2208 	void function(GstPipeline* pipeline) c_gst_pipeline_auto_clock;
2209 	void function(GstPipeline* pipeline, gboolean autoFlush) c_gst_pipeline_set_auto_flush_bus;
2210 	gboolean function(GstPipeline* pipeline) c_gst_pipeline_get_auto_flush_bus;
2211 	void function(GstPipeline* pipeline, GstClockTime delay) c_gst_pipeline_set_delay;
2212 	GstClockTime function(GstPipeline* pipeline) c_gst_pipeline_get_delay;
2213 
2214 	// gstreamer.Plugin
2215 
2216 	GQuark function() c_gst_plugin_error_quark;
2217 	gchar* function(GstPlugin* plugin) c_gst_plugin_get_name;
2218 	gchar* function(GstPlugin* plugin) c_gst_plugin_get_description;
2219 	gchar* function(GstPlugin* plugin) c_gst_plugin_get_filename;
2220 	gchar* function(GstPlugin* plugin) c_gst_plugin_get_license;
2221 	gchar* function(GstPlugin* plugin) c_gst_plugin_get_package;
2222 	gchar* function(GstPlugin* plugin) c_gst_plugin_get_origin;
2223 	gchar* function(GstPlugin* plugin) c_gst_plugin_get_source;
2224 	gchar* function(GstPlugin* plugin) c_gst_plugin_get_version;
2225 	gchar* function(GstPlugin* plugin) c_gst_plugin_get_release_date_string;
2226 	gboolean function(GstPlugin* plugin) c_gst_plugin_is_loaded;
2227 	GstStructure* function(GstPlugin* plugin) c_gst_plugin_get_cache_data;
2228 	void function(GstPlugin* plugin, GstStructure* cacheData) c_gst_plugin_set_cache_data;
2229 	GstPlugin* function(gchar* filename, GError** error) c_gst_plugin_load_file;
2230 	GstPlugin* function(GstPlugin* plugin) c_gst_plugin_load;
2231 	GstPlugin* function(gchar* name) c_gst_plugin_load_by_name;
2232 	void function(GList* list) c_gst_plugin_list_free;
2233 	gboolean function(gint majorVersion, gint minorVersion, gchar* name, gchar* description, GstPluginInitFunc initFunc, gchar* versio, gchar* license, gchar* source, gchar* p, gchar* origin) c_gst_plugin_register_static;
2234 	gboolean function(gint majorVersion, gint minorVersion, gchar* name, gchar* description, GstPluginInitFullFunc initFullFunc, gchar* versio, gchar* license, gchar* source, gchar* p, gchar* origin, void* userData) c_gst_plugin_register_static_full;
2235 	void function(GstPlugin* plugin, gchar** envVars, gchar** paths, gchar** names, GstPluginDependencyFlags flags) c_gst_plugin_add_dependency;
2236 	void function(GstPlugin* plugin, gchar* envVars, gchar* paths, gchar* names, GstPluginDependencyFlags flags) c_gst_plugin_add_dependency_simple;
2237 
2238 	// gstreamer.PluginFeature
2239 
2240 	void function(GstPluginFeature* feature, guint rank) c_gst_plugin_feature_set_rank;
2241 	guint function(GstPluginFeature* feature) c_gst_plugin_feature_get_rank;
2242 	GstPlugin* function(GstPluginFeature* feature) c_gst_plugin_feature_get_plugin;
2243 	gchar* function(GstPluginFeature* feature) c_gst_plugin_feature_get_plugin_name;
2244 	GstPluginFeature* function(GstPluginFeature* feature) c_gst_plugin_feature_load;
2245 	GList* function(GList* list) c_gst_plugin_feature_list_copy;
2246 	void function(GList* list) c_gst_plugin_feature_list_free;
2247 	gboolean function(GstPluginFeature* feature, guint minMajor, guint minMinor, guint minMicro) c_gst_plugin_feature_check_version;
2248 	gint function(void* p1, void* p2) c_gst_plugin_feature_rank_compare_func;
2249 
2250 	// gstreamer.Poll
2251 
2252 	gboolean function(GstPoll* set, GstPollFD* fd) c_gst_poll_add_fd;
2253 	gboolean function(GstPoll* set, GstPollFD* fd) c_gst_poll_fd_can_read;
2254 	gboolean function(GstPoll* set, GstPollFD* fd) c_gst_poll_fd_can_write;
2255 	gboolean function(GstPoll* set, GstPollFD* fd, gboolean active) c_gst_poll_fd_ctl_read;
2256 	gboolean function(GstPoll* set, GstPollFD* fd, gboolean active) c_gst_poll_fd_ctl_write;
2257 	gboolean function(GstPoll* set, GstPollFD* fd) c_gst_poll_fd_has_closed;
2258 	gboolean function(GstPoll* set, GstPollFD* fd) c_gst_poll_fd_has_error;
2259 	void function(GstPoll* set, GstPollFD* fd) c_gst_poll_fd_ignored;
2260 	void function(GstPollFD* fd) c_gst_poll_fd_init;
2261 	void function(GstPoll* set) c_gst_poll_free;
2262 	GstPoll* function(gboolean controllable) c_gst_poll_new;
2263 	GstPoll* function() c_gst_poll_new_timer;
2264 	void function(GstPoll* set, GPollFD* fd) c_gst_poll_get_read_gpollfd;
2265 	gboolean function(GstPoll* set, GstPollFD* fd) c_gst_poll_remove_fd;
2266 	void function(GstPoll* set) c_gst_poll_restart;
2267 	gboolean function(GstPoll* set, gboolean controllable) c_gst_poll_set_controllable;
2268 	void function(GstPoll* set, gboolean flushing) c_gst_poll_set_flushing;
2269 	gint function(GstPoll* set, GstClockTime timeout) c_gst_poll_wait;
2270 	gboolean function(GstPoll* set) c_gst_poll_read_control;
2271 	gboolean function(GstPoll* set) c_gst_poll_write_control;
2272 
2273 	// gstreamer.PresetT
2274 
2275 
2276 	// gstreamer.PresetT
2277 
2278 	gchar** function(GstPreset* preset) c_gst_preset_get_preset_names;
2279 	gchar** function(GstPreset* preset) c_gst_preset_get_property_names;
2280 	gboolean function(GstPreset* preset, gchar* name) c_gst_preset_load_preset;
2281 	gboolean function(GstPreset* preset, gchar* name) c_gst_preset_save_preset;
2282 	gboolean function(GstPreset* preset, gchar* oldName, gchar* newName) c_gst_preset_rename_preset;
2283 	gboolean function(GstPreset* preset, gchar* name) c_gst_preset_delete_preset;
2284 	gboolean function(GstPreset* preset, gchar* name, gchar* tag, gchar* value) c_gst_preset_set_meta;
2285 	gboolean function(GstPreset* preset, gchar* name, gchar* tag, gchar** value) c_gst_preset_get_meta;
2286 	gboolean function(gchar* appDir) c_gst_preset_set_app_dir;
2287 	gchar* function() c_gst_preset_get_app_dir;
2288 
2289 	// gstreamer.Query
2290 
2291 	GstQueryTypeFlags function(GstQueryType type) c_gst_query_type_get_flags;
2292 	gchar* function(GstQueryType type) c_gst_query_type_get_name;
2293 	GQuark function(GstQueryType type) c_gst_query_type_to_quark;
2294 	GstQuery* function(GstQuery* q) c_gst_query_ref;
2295 	void function(GstQuery* q) c_gst_query_unref;
2296 	GstQuery* function(GstQuery* q) c_gst_query_copy;
2297 	gboolean function(GstQuery** oldQuery, GstQuery* newQuery) c_gst_query_replace;
2298 	GstStructure* function(GstQuery* query) c_gst_query_writable_structure;
2299 	GstQuery* function(GstQueryType type, GstStructure* structure) c_gst_query_new_custom;
2300 	GstStructure* function(GstQuery* query) c_gst_query_get_structure;
2301 	GstQuery* function(GstFormat srcFormat, gint64 value, GstFormat destFormat) c_gst_query_new_convert;
2302 	void function(GstQuery* query, GstFormat srcFormat, gint64 srcValue, GstFormat destFormat, gint64 destValue) c_gst_query_set_convert;
2303 	void function(GstQuery* query, GstFormat* srcFormat, gint64* srcValue, GstFormat* destFormat, gint64* destValue) c_gst_query_parse_convert;
2304 	GstQuery* function(GstFormat format) c_gst_query_new_position;
2305 	void function(GstQuery* query, GstFormat format, gint64 cur) c_gst_query_set_position;
2306 	void function(GstQuery* query, GstFormat* format, gint64* cur) c_gst_query_parse_position;
2307 	GstQuery* function(GstFormat format) c_gst_query_new_duration;
2308 	void function(GstQuery* query, GstFormat format, gint64 duration) c_gst_query_set_duration;
2309 	void function(GstQuery* query, GstFormat* format, gint64* duration) c_gst_query_parse_duration;
2310 	GstQuery* function() c_gst_query_new_latency;
2311 	void function(GstQuery* query, gboolean* live, GstClockTime* minLatency, GstClockTime* maxLatency) c_gst_query_parse_latency;
2312 	void function(GstQuery* query, gboolean live, GstClockTime minLatency, GstClockTime maxLatency) c_gst_query_set_latency;
2313 	GstQuery* function(GstFormat format) c_gst_query_new_seeking;
2314 	void function(GstQuery* query, GstFormat format, gboolean seekable, gint64 segmentStart, gint64 segmentEnd) c_gst_query_set_seeking;
2315 	void function(GstQuery* query, GstFormat* format, gboolean* seekable, gint64* segmentStart, gint64* segmentEnd) c_gst_query_parse_seeking;
2316 	GstQuery* function() c_gst_query_new_formats;
2317 	void function(GstQuery* query, gint nFormats, ... ) c_gst_query_set_formats;
2318 	void function(GstQuery* query, gint nFormats, GstFormat* formats) c_gst_query_set_formatsv;
2319 	void function(GstQuery* query, guint* nFormats) c_gst_query_parse_n_formats;
2320 	void function(GstQuery* query, guint nth, GstFormat* format) c_gst_query_parse_nth_format;
2321 	GstQuery* function(GstFormat format) c_gst_query_new_segment;
2322 	void function(GstQuery* query, gdouble rate, GstFormat format, gint64 startValue, gint64 stopValue) c_gst_query_set_segment;
2323 	void function(GstQuery* query, gdouble* rate, GstFormat* format, gint64* startValue, gint64* stopValue) c_gst_query_parse_segment;
2324 	GstQuery* function(GstCaps* filter) c_gst_query_new_caps;
2325 	void function(GstQuery* query, GstCaps** filter) c_gst_query_parse_caps;
2326 	void function(GstQuery* query, GstCaps* caps) c_gst_query_set_caps_result;
2327 	void function(GstQuery* query, GstCaps** caps) c_gst_query_parse_caps_result;
2328 	GstQuery* function(GstCaps* caps) c_gst_query_new_accept_caps;
2329 	void function(GstQuery* query, GstCaps** caps) c_gst_query_parse_accept_caps;
2330 	void function(GstQuery* query, gboolean result) c_gst_query_set_accept_caps_result;
2331 	void function(GstQuery* query, gboolean* result) c_gst_query_parse_accept_caps_result;
2332 	GstQuery* function(GstFormat format) c_gst_query_new_buffering;
2333 	void function(GstQuery* query, gboolean busy, gint percent) c_gst_query_set_buffering_percent;
2334 	void function(GstQuery* query, gboolean* busy, gint* percent) c_gst_query_parse_buffering_percent;
2335 	void function(GstQuery* query, GstBufferingMode mode, gint avgIn, gint avgOut, gint64 bufferingLeft) c_gst_query_set_buffering_stats;
2336 	void function(GstQuery* query, GstBufferingMode* mode, gint* avgIn, gint* avgOut, gint64* bufferingLeft) c_gst_query_parse_buffering_stats;
2337 	void function(GstQuery* query, GstFormat format, gint64 start, gint64 stop, gint64 estimatedTotal) c_gst_query_set_buffering_range;
2338 	void function(GstQuery* query, GstFormat* format, gint64* start, gint64* stop, gint64* estimatedTotal) c_gst_query_parse_buffering_range;
2339 	gboolean function(GstQuery* query, gint64 start, gint64 stop) c_gst_query_add_buffering_range;
2340 	guint function(GstQuery* query) c_gst_query_get_n_buffering_ranges;
2341 	gboolean function(GstQuery* query, guint index, gint64* start, gint64* stop) c_gst_query_parse_nth_buffering_range;
2342 	GstQuery* function() c_gst_query_new_uri;
2343 	void function(GstQuery* query, gchar** uri) c_gst_query_parse_uri;
2344 	void function(GstQuery* query, gchar* uri) c_gst_query_set_uri;
2345 	GstQuery* function(GstCaps* caps, gboolean needPool) c_gst_query_new_allocation;
2346 	void function(GstQuery* query, GstCaps** caps, gboolean* needPool) c_gst_query_parse_allocation;
2347 	void function(GstQuery* query, GstBufferPool* pool, guint size, guint minBuffers, guint maxBuffers) c_gst_query_add_allocation_pool;
2348 	guint function(GstQuery* query) c_gst_query_get_n_allocation_pools;
2349 	void function(GstQuery* query, guint index, GstBufferPool** pool, guint* size, guint* minBuffers, guint* maxBuffers) c_gst_query_parse_nth_allocation_pool;
2350 	void function(GstQuery* query, guint index, GstBufferPool* pool, guint size, guint minBuffers, guint maxBuffers) c_gst_query_set_nth_allocation_pool;
2351 	void function(GstQuery* query, guint index) c_gst_query_remove_nth_allocation_pool;
2352 	void function(GstQuery* query, GstAllocator* allocator, GstAllocationParams* params) c_gst_query_add_allocation_param;
2353 	guint function(GstQuery* query) c_gst_query_get_n_allocation_params;
2354 	void function(GstQuery* query, guint index, GstAllocator** allocator, GstAllocationParams* params) c_gst_query_parse_nth_allocation_param;
2355 	void function(GstQuery* query, guint index, GstAllocator* allocator, GstAllocationParams* params) c_gst_query_set_nth_allocation_param;
2356 	void function(GstQuery* query, guint index) c_gst_query_remove_nth_allocation_param;
2357 	void function(GstQuery* query, GType api, GstStructure* params) c_gst_query_add_allocation_meta;
2358 	guint function(GstQuery* query) c_gst_query_get_n_allocation_metas;
2359 	GType function(GstQuery* query, guint index, GstStructure** params) c_gst_query_parse_nth_allocation_meta;
2360 	void function(GstQuery* query, guint index) c_gst_query_remove_nth_allocation_meta;
2361 	gboolean function(GstQuery* query, GType api, guint* index) c_gst_query_find_allocation_meta;
2362 	GstQuery* function() c_gst_query_new_scheduling;
2363 	void function(GstQuery* query, GstSchedulingFlags* flags, gint* minsize, gint* maxsize, gint* alig) c_gst_query_parse_scheduling;
2364 	void function(GstQuery* query, GstSchedulingFlags flags, gint minsize, gint maxsize, gint alig) c_gst_query_set_scheduling;
2365 	void function(GstQuery* query, GstPadMode mode) c_gst_query_add_scheduling_mode;
2366 	guint function(GstQuery* query) c_gst_query_get_n_scheduling_modes;
2367 	GstPadMode function(GstQuery* query, guint index) c_gst_query_parse_nth_scheduling_mode;
2368 	gboolean function(GstQuery* query, GstPadMode mode) c_gst_query_has_scheduling_mode;
2369 	gboolean function(GstQuery* query, GstPadMode mode, GstSchedulingFlags flags) c_gst_query_has_scheduling_mode_with_flags;
2370 	GstQuery* function() c_gst_query_new_drain;
2371 	GstQuery* function(gchar* contextType) c_gst_query_new_context;
2372 	void function(GstQuery* query, GstContext* context) c_gst_query_set_context;
2373 	void function(GstQuery* query, GstContext** context) c_gst_query_parse_context;
2374 	gboolean function(GstQuery* query, gchar** contextType) c_gst_query_parse_context_type;
2375 
2376 	// gstreamer.Registry
2377 
2378 	GstRegistry* function() c_gst_registry_get;
2379 	GList* function(GstRegistry* registry, GType type) c_gst_registry_get_feature_list;
2380 	guint32 function(GstRegistry* registry) c_gst_registry_get_feature_list_cookie;
2381 	GList* function(GstRegistry* registry, gchar* name) c_gst_registry_get_feature_list_by_plugin;
2382 	GList* function(GstRegistry* registry) c_gst_registry_get_plugin_list;
2383 	gboolean function(GstRegistry* registry, GstPlugin* plugin) c_gst_registry_add_plugin;
2384 	void function(GstRegistry* registry, GstPlugin* plugin) c_gst_registry_remove_plugin;
2385 	GList* function(GstRegistry* registry, GstPluginFilter filter, gboolean first, void* userData) c_gst_registry_plugin_filter;
2386 	GList* function(GstRegistry* registry, GstPluginFeatureFilter filter, gboolean first, void* userData) c_gst_registry_feature_filter;
2387 	GstPlugin* function(GstRegistry* registry, gchar* name) c_gst_registry_find_plugin;
2388 	GstPluginFeature* function(GstRegistry* registry, gchar* name, GType type) c_gst_registry_find_feature;
2389 	GstPluginFeature* function(GstRegistry* registry, char* name) c_gst_registry_lookup_feature;
2390 	gboolean function(GstRegistry* registry, gchar* path) c_gst_registry_scan_path;
2391 	GstPlugin* function(GstRegistry* registry, char* filename) c_gst_registry_lookup;
2392 	void function(GstRegistry* registry, GstPluginFeature* feature) c_gst_registry_remove_feature;
2393 	gboolean function(GstRegistry* registry, GstPluginFeature* feature) c_gst_registry_add_feature;
2394 	gboolean function(GstRegistry* registry, gchar* featureName, guint minMajor, guint minMinor, guint minMicro) c_gst_registry_check_feature_version;
2395 
2396 	// gstreamer.Segment
2397 
2398 	gboolean function(GstSegment* segment, GstFormat format, guint64 start, guint64 stop, guint64* clipStart, guint64* clipStop) c_gst_segment_clip;
2399 	void function(GstSegment* segment, GstFormat format) c_gst_segment_init;
2400 	GstSegment* function() c_gst_segment_new;
2401 	GstSegment* function(GstSegment* segment) c_gst_segment_copy;
2402 	void function(GstSegment* segment) c_gst_segment_free;
2403 	gboolean function(GstSegment* segment, gdouble rate, GstFormat format, GstSeekFlags flags, GstSeekType startType, guint64 start, GstSeekType stopType, guint64 stop, gboolean* update) c_gst_segment_do_seek;
2404 	guint64 function(GstSegment* segment, GstFormat format, guint64 position) c_gst_segment_to_running_time;
2405 	guint64 function(GstSegment* segment, GstFormat format, guint64 position) c_gst_segment_to_stream_time;
2406 	guint64 function(GstSegment* segment, GstFormat format, guint64 runningTime) c_gst_segment_to_position;
2407 	gboolean function(GstSegment* segment, GstFormat format, guint64 runningTime) c_gst_segment_set_running_time;
2408 	void function(GstSegment* src, GstSegment* dest) c_gst_segment_copy_into;
2409 
2410 	// gstreamer.Structure
2411 
2412 	GstStructure* function(gchar* name) c_gst_structure_new_empty;
2413 	GstStructure* function(GQuark quark) c_gst_structure_new_id_empty;
2414 	GstStructure* function(gchar* name, gchar* firstfield, ... ) c_gst_structure_new;
2415 	GstStructure* function(gchar* name, gchar* firstfield, va_list varargs) c_gst_structure_new_valist;
2416 	GstStructure* function(GQuark nameQuark, GQuark fieldQuark, ... ) c_gst_structure_new_id;
2417 	GstStructure* function(gchar* string) c_gst_structure_new_from_string;
2418 	GstStructure* function(GstStructure* structure) c_gst_structure_copy;
2419 	void function(GstStructure* structure) c_gst_structure_free;
2420 	gchar* function(GstStructure* structure) c_gst_structure_get_name;
2421 	gboolean function(GstStructure* structure, gchar* name) c_gst_structure_has_name;
2422 	void function(GstStructure* structure, gchar* name) c_gst_structure_set_name;
2423 	GQuark function(GstStructure* structure) c_gst_structure_get_name_id;
2424 	gboolean function(GstStructure* structure, GQuark firstFieldId, ... ) c_gst_structure_id_get;
2425 	gboolean function(GstStructure* structure, GQuark firstFieldId, va_list args) c_gst_structure_id_get_valist;
2426 	GValue* function(GstStructure* structure, GQuark field) c_gst_structure_id_get_value;
2427 	void function(GstStructure* structure, GQuark field, GValue* value) c_gst_structure_id_set_value;
2428 	void function(GstStructure* structure, GQuark field, GValue* value) c_gst_structure_id_take_value;
2429 	gboolean function(GstStructure* structure, char* firstFieldname, ... ) c_gst_structure_get;
2430 	gboolean function(GstStructure* structure, char* firstFieldname, va_list args) c_gst_structure_get_valist;
2431 	GValue* function(GstStructure* structure, gchar* fieldname) c_gst_structure_get_value;
2432 	void function(GstStructure* structure, gchar* fieldname, GValue* value) c_gst_structure_set_value;
2433 	void function(GstStructure* structure, gchar* fieldname, GValue* value) c_gst_structure_take_value;
2434 	void function(GstStructure* structure, gchar* fieldname, ... ) c_gst_structure_set;
2435 	void function(GstStructure* structure, gchar* fieldname, va_list varargs) c_gst_structure_set_valist;
2436 	void function(GstStructure* structure, GQuark fieldname, ... ) c_gst_structure_id_set;
2437 	void function(GstStructure* structure, GQuark fieldname, va_list varargs) c_gst_structure_id_set_valist;
2438 	void function(GstStructure* structure, gchar* fieldname) c_gst_structure_remove_field;
2439 	void function(GstStructure* structure, gchar* fieldname, ... ) c_gst_structure_remove_fields;
2440 	void function(GstStructure* structure, gchar* fieldname, va_list varargs) c_gst_structure_remove_fields_valist;
2441 	void function(GstStructure* structure) c_gst_structure_remove_all_fields;
2442 	GType function(GstStructure* structure, gchar* fieldname) c_gst_structure_get_field_type;
2443 	gboolean function(GstStructure* structure, GstStructureForeachFunc func, void* userData) c_gst_structure_foreach;
2444 	gint function(GstStructure* structure) c_gst_structure_n_fields;
2445 	gboolean function(GstStructure* structure, gchar* fieldname) c_gst_structure_has_field;
2446 	gboolean function(GstStructure* structure, gchar* fieldname, GType type) c_gst_structure_has_field_typed;
2447 	gboolean function(GstStructure* structure1, GstStructure* structure2) c_gst_structure_is_equal;
2448 	gboolean function(GstStructure* subset, GstStructure* superset) c_gst_structure_is_subset;
2449 	gboolean function(GstStructure* struct1, GstStructure* struct2) c_gst_structure_can_intersect;
2450 	GstStructure* function(GstStructure* struct1, GstStructure* struct2) c_gst_structure_intersect;
2451 	gboolean function(GstStructure* structure, GQuark field) c_gst_structure_id_has_field;
2452 	gboolean function(GstStructure* structure, GQuark field, GType type) c_gst_structure_id_has_field_typed;
2453 	gboolean function(GstStructure* structure, gchar* fieldname, gboolean* value) c_gst_structure_get_boolean;
2454 	gboolean function(GstStructure* structure, gchar* fieldname, gint* value) c_gst_structure_get_int;
2455 	gboolean function(GstStructure* structure, gchar* fieldname, guint* value) c_gst_structure_get_uint;
2456 	gboolean function(GstStructure* structure, gchar* fieldname, gdouble* value) c_gst_structure_get_double;
2457 	gchar* function(GstStructure* structure, gchar* fieldname) c_gst_structure_get_string;
2458 	gboolean function(GstStructure* structure, gchar* fieldname, GDate** value) c_gst_structure_get_date;
2459 	gboolean function(GstStructure* structure, gchar* fieldname, GstDateTime** value) c_gst_structure_get_date_time;
2460 	gboolean function(GstStructure* structure, gchar* fieldname, GstClockTime* value) c_gst_structure_get_clock_time;
2461 	gboolean function(GstStructure* structure, gchar* fieldname, GType enumtype, gint* value) c_gst_structure_get_enum;
2462 	gboolean function(GstStructure* structure, gchar* fieldname, gint* valueNumerator, gint* valueDenominator) c_gst_structure_get_fraction;
2463 	gboolean function(GstStructure* structure, GstStructureMapFunc func, void* userData) c_gst_structure_map_in_place;
2464 	gchar* function(GstStructure* structure, guint index) c_gst_structure_nth_field_name;
2465 	gboolean function(GstStructure* structure, gint* refcount) c_gst_structure_set_parent_refcount;
2466 	gchar* function(GstStructure* structure) c_gst_structure_to_string;
2467 	GstStructure* function(gchar* string, gchar** end) c_gst_structure_from_string;
2468 	void function(GstStructure* structure) c_gst_structure_fixate;
2469 	gboolean function(GstStructure* structure, char* fieldName) c_gst_structure_fixate_field;
2470 	gboolean function(GstStructure* structure, char* fieldName, int target) c_gst_structure_fixate_field_nearest_int;
2471 	gboolean function(GstStructure* structure, char* fieldName, double target) c_gst_structure_fixate_field_nearest_double;
2472 	gboolean function(GstStructure* structure, char* fieldName, gint targetNumerator, gint targetDenominator) c_gst_structure_fixate_field_nearest_fraction;
2473 	gboolean function(GstStructure* structure, char* fieldName, gboolean target) c_gst_structure_fixate_field_boolean;
2474 	gboolean function(GstStructure* structure, char* fieldName, gchar* target) c_gst_structure_fixate_field_string;
2475 
2476 	// gstreamer.SystemClock
2477 
2478 	GstClock* function() c_gst_system_clock_obtain;
2479 
2480 	// gstreamer.TagList
2481 
2482 	void function(gchar* name, GstTagFlag flag, GType type, gchar* nick, gchar* blurb, GstTagMergeFunc func) c_gst_tag_register;
2483 	void function(gchar* name, GstTagFlag flag, GType type, gchar* nick, gchar* blurb, GstTagMergeFunc func) c_gst_tag_register_static;
2484 	void function(GValue* dest, GValue* src) c_gst_tag_merge_use_first;
2485 	void function(GValue* dest, GValue* src) c_gst_tag_merge_strings_with_comma;
2486 	gboolean function(gchar* tag) c_gst_tag_exists;
2487 	GType function(gchar* tag) c_gst_tag_get_type;
2488 	gchar* function(gchar* tag) c_gst_tag_get_nick;
2489 	gchar* function(gchar* tag) c_gst_tag_get_description;
2490 	GstTagFlag function(gchar* tag) c_gst_tag_get_flag;
2491 	gboolean function(gchar* tag) c_gst_tag_is_fixed;
2492 	GstTagList* function(gchar* tag, ... ) c_gst_tag_list_new;
2493 	GstTagList* function() c_gst_tag_list_new_empty;
2494 	GstTagList* function(va_list varArgs) c_gst_tag_list_new_valist;
2495 	GstTagList* function(gchar* str) c_gst_tag_list_new_from_string;
2496 	GstTagScope function(GstTagList* list) c_gst_tag_list_get_scope;
2497 	void function(GstTagList* list, GstTagScope scop) c_gst_tag_list_set_scope;
2498 	gchar* function(GstTagList* list) c_gst_tag_list_to_string;
2499 	gboolean function(GstTagList* list) c_gst_tag_list_is_empty;
2500 	gboolean function(GstTagList* list1, GstTagList* list2) c_gst_tag_list_is_equal;
2501 	GstTagList* function(GstTagList* taglist) c_gst_tag_list_copy;
2502 	GstTagList* function(GstTagList* taglist) c_gst_tag_list_ref;
2503 	void function(GstTagList* taglist) c_gst_tag_list_unref;
2504 	void function(GstTagList* into, GstTagList* from, GstTagMergeMode mode) c_gst_tag_list_insert;
2505 	GstTagList* function(GstTagList* list1, GstTagList* list2, GstTagMergeMode mode) c_gst_tag_list_merge;
2506 	guint function(GstTagList* list, gchar* tag) c_gst_tag_list_get_tag_size;
2507 	gint function(GstTagList* list) c_gst_tag_list_n_tags;
2508 	gchar* function(GstTagList* list, guint index) c_gst_tag_list_nth_tag_name;
2509 	void function(GstTagList* list, GstTagMergeMode mode, gchar* tag, ... ) c_gst_tag_list_add;
2510 	void function(GstTagList* list, GstTagMergeMode mode, gchar* tag, GValue* value) c_gst_tag_list_add_value;
2511 	void function(GstTagList* list, GstTagMergeMode mode, gchar* tag, ... ) c_gst_tag_list_add_values;
2512 	void function(GstTagList* list, GstTagMergeMode mode, gchar* tag, va_list varArgs) c_gst_tag_list_add_valist;
2513 	void function(GstTagList* list, GstTagMergeMode mode, gchar* tag, va_list varArgs) c_gst_tag_list_add_valist_values;
2514 	void function(GstTagList* list, gchar* tag) c_gst_tag_list_remove_tag;
2515 	void function(GstTagList* list, GstTagForeachFunc func, void* userData) c_gst_tag_list_foreach;
2516 	GValue* function(GstTagList* list, gchar* tag, guint index) c_gst_tag_list_get_value_index;
2517 	gboolean function(GValue* dest, GstTagList* list, gchar* tag) c_gst_tag_list_copy_value;
2518 	gboolean function(GstTagList* list, gchar* tag, gboolean* value) c_gst_tag_list_get_boolean;
2519 	gboolean function(GstTagList* list, gchar* tag, guint index, gboolean* value) c_gst_tag_list_get_boolean_index;
2520 	gboolean function(GstTagList* list, gchar* tag, gint* value) c_gst_tag_list_get_int;
2521 	gboolean function(GstTagList* list, gchar* tag, guint index, gint* value) c_gst_tag_list_get_int_index;
2522 	gboolean function(GstTagList* list, gchar* tag, guint* value) c_gst_tag_list_get_uint;
2523 	gboolean function(GstTagList* list, gchar* tag, guint index, guint* value) c_gst_tag_list_get_uint_index;
2524 	gboolean function(GstTagList* list, gchar* tag, gint64* value) c_gst_tag_list_get_int64;
2525 	gboolean function(GstTagList* list, gchar* tag, guint index, gint64* value) c_gst_tag_list_get_int64_index;
2526 	gboolean function(GstTagList* list, gchar* tag, guint64* value) c_gst_tag_list_get_uint64;
2527 	gboolean function(GstTagList* list, gchar* tag, guint index, guint64* value) c_gst_tag_list_get_uint64_index;
2528 	gboolean function(GstTagList* list, gchar* tag, gfloat* value) c_gst_tag_list_get_float;
2529 	gboolean function(GstTagList* list, gchar* tag, guint index, gfloat* value) c_gst_tag_list_get_float_index;
2530 	gboolean function(GstTagList* list, gchar* tag, gdouble* value) c_gst_tag_list_get_double;
2531 	gboolean function(GstTagList* list, gchar* tag, guint index, gdouble* value) c_gst_tag_list_get_double_index;
2532 	gboolean function(GstTagList* list, gchar* tag, gchar** value) c_gst_tag_list_get_string;
2533 	gboolean function(GstTagList* list, gchar* tag, guint index, gchar** value) c_gst_tag_list_get_string_index;
2534 	gboolean function(GstTagList* list, gchar* tag, guint index, gchar** value) c_gst_tag_list_peek_string_index;
2535 	gboolean function(GstTagList* list, gchar* tag, void** value) c_gst_tag_list_get_pointer;
2536 	gboolean function(GstTagList* list, gchar* tag, guint index, void** value) c_gst_tag_list_get_pointer_index;
2537 	gboolean function(GstTagList* list, gchar* tag, GDate** value) c_gst_tag_list_get_date;
2538 	gboolean function(GstTagList* list, gchar* tag, guint index, GDate** value) c_gst_tag_list_get_date_index;
2539 	gboolean function(GstTagList* list, gchar* tag, GstDateTime** value) c_gst_tag_list_get_date_time;
2540 	gboolean function(GstTagList* list, gchar* tag, guint index, GstDateTime** value) c_gst_tag_list_get_date_time_index;
2541 	gboolean function(GstTagList* list, gchar* tag, GstSample** sample) c_gst_tag_list_get_sample;
2542 	gboolean function(GstTagList* list, gchar* tag, guint index, GstSample** sample) c_gst_tag_list_get_sample_index;
2543 
2544 	// gstreamer.TagSetterT
2545 
2546 
2547 	// gstreamer.TagSetterT
2548 
2549 	void function(GstTagSetter* setter) c_gst_tag_setter_reset_tags;
2550 	void function(GstTagSetter* setter, GstTagList* list, GstTagMergeMode mode) c_gst_tag_setter_merge_tags;
2551 	void function(GstTagSetter* setter, GstTagMergeMode mode, gchar* tag, ... ) c_gst_tag_setter_add_tags;
2552 	void function(GstTagSetter* setter, GstTagMergeMode mode, gchar* tag, GValue* value) c_gst_tag_setter_add_tag_value;
2553 	void function(GstTagSetter* setter, GstTagMergeMode mode, gchar* tag, ... ) c_gst_tag_setter_add_tag_values;
2554 	void function(GstTagSetter* setter, GstTagMergeMode mode, gchar* tag, va_list varArgs) c_gst_tag_setter_add_tag_valist;
2555 	void function(GstTagSetter* setter, GstTagMergeMode mode, gchar* tag, va_list varArgs) c_gst_tag_setter_add_tag_valist_values;
2556 	GstTagList* function(GstTagSetter* setter) c_gst_tag_setter_get_tag_list;
2557 	void function(GstTagSetter* setter, GstTagMergeMode mode) c_gst_tag_setter_set_tag_merge_mode;
2558 	GstTagMergeMode function(GstTagSetter* setter) c_gst_tag_setter_get_tag_merge_mode;
2559 
2560 	// gstreamer.Task
2561 
2562 	GstTask* function(GstTaskFunction func, void* userData, GDestroyNotify notify) c_gst_task_new;
2563 	void function(GstTask* task, GRecMutex* mutex) c_gst_task_set_lock;
2564 	void function(GstTask* task, GstTaskPool* pool) c_gst_task_set_pool;
2565 	GstTaskPool* function(GstTask* task) c_gst_task_get_pool;
2566 	void function(GstTask* task, GstTaskThreadFunc enterFunc, void* userData, GDestroyNotify notify) c_gst_task_set_enter_callback;
2567 	void function(GstTask* task, GstTaskThreadFunc leaveFunc, void* userData, GDestroyNotify notify) c_gst_task_set_leave_callback;
2568 	GstTaskState function(GstTask* task) c_gst_task_get_state;
2569 	gboolean function(GstTask* task, GstTaskState state) c_gst_task_set_state;
2570 	gboolean function(GstTask* task) c_gst_task_pause;
2571 	gboolean function(GstTask* task) c_gst_task_start;
2572 	gboolean function(GstTask* task) c_gst_task_stop;
2573 	gboolean function(GstTask* task) c_gst_task_join;
2574 	void function() c_gst_task_cleanup_all;
2575 
2576 	// gstreamer.TaskPool
2577 
2578 	GstTaskPool* function() c_gst_task_pool_new;
2579 	void function(GstTaskPool* pool, GError** error) c_gst_task_pool_prepare;
2580 	gpointer function(GstTaskPool* pool, GstTaskPoolFunction func, void* userData, GError** error) c_gst_task_pool_push;
2581 	void function(GstTaskPool* pool, void* id) c_gst_task_pool_join;
2582 	void function(GstTaskPool* pool) c_gst_task_pool_cleanup;
2583 
2584 	// gstreamer.Toc
2585 
2586 	GstToc* function(GstTocScope scop) c_gst_toc_new;
2587 	GstTocScope function(GstToc* toc) c_gst_toc_get_scope;
2588 	GList* function(GstToc* toc) c_gst_toc_get_entries;
2589 	void function(GstToc* toc, GstTocEntry* entry) c_gst_toc_append_entry;
2590 	GstTagList* function(GstToc* toc) c_gst_toc_get_tags;
2591 	void function(GstToc* toc, GstTagList* tags, GstTagMergeMode mode) c_gst_toc_merge_tags;
2592 	void function(GstToc* toc, GstTagList* tags) c_gst_toc_set_tags;
2593 	void function(GstToc* toc) c_gst_toc_dump;
2594 	GstTocEntry* function(GstToc* toc, gchar* uid) c_gst_toc_find_entry;
2595 
2596 	// gstreamer.TocEntry
2597 
2598 	GstTocEntry* function(GstTocEntryType type, gchar* uid) c_gst_toc_entry_new;
2599 	GstToc* function(GstTocEntry* entry) c_gst_toc_entry_get_toc;
2600 	gchar* function(GstTocEntry* entry) c_gst_toc_entry_get_uid;
2601 	GstTocEntry* function(GstTocEntry* entry) c_gst_toc_entry_get_parent;
2602 	GList* function(GstTocEntry* entry) c_gst_toc_entry_get_sub_entries;
2603 	void function(GstTocEntry* entry, GstTocEntry* subentry) c_gst_toc_entry_append_sub_entry;
2604 	gboolean function(GstTocEntry* entry, gint64* start, gint64* stop) c_gst_toc_entry_get_start_stop_times;
2605 	void function(GstTocEntry* entry, gint64 start, gint64 stop) c_gst_toc_entry_set_start_stop_times;
2606 	GstTagList* function(GstTocEntry* entry) c_gst_toc_entry_get_tags;
2607 	void function(GstTocEntry* entry, GstTagList* tags, GstTagMergeMode mode) c_gst_toc_entry_merge_tags;
2608 	void function(GstTocEntry* entry, GstTagList* tags) c_gst_toc_entry_set_tags;
2609 	gchar* function(GstTocEntryType type) c_gst_toc_entry_type_get_nick;
2610 	GstTocEntryType function(GstTocEntry* entry) c_gst_toc_entry_get_entry_type;
2611 	gboolean function(GstTocEntry* entry) c_gst_toc_entry_is_alternative;
2612 	gboolean function(GstTocEntry* entry) c_gst_toc_entry_is_sequence;
2613 
2614 	// gstreamer.TocSetterT
2615 
2616 
2617 	// gstreamer.TocSetterT
2618 
2619 	void function(GstTocSetter* setter, GstToc* toc) c_gst_toc_setter_set_toc;
2620 	GstToc* function(GstTocSetter* setter) c_gst_toc_setter_get_toc;
2621 	void function(GstTocSetter* setter) c_gst_toc_setter_reset;
2622 
2623 	// gstreamer.TypeFind
2624 
2625 	guint8* function(GstTypeFind* find, gint64 offset, guint size) c_gst_type_find_peek;
2626 	void function(GstTypeFind* find, guint probability, GstCaps* caps) c_gst_type_find_suggest;
2627 	void function(GstTypeFind* find, guint probability, char* mediaType, char* fieldname, ... ) c_gst_type_find_suggest_simple;
2628 	guint64 function(GstTypeFind* find) c_gst_type_find_get_length;
2629 	gboolean function(GstPlugin* plugin, gchar* name, guint rank, GstTypeFindFunction func, gchar* extensions, GstCaps* possibleCaps, void* data, GDestroyNotify dataNotify) c_gst_type_find_register;
2630 
2631 	// gstreamer.TypeFindFactory
2632 
2633 	GList* function() c_gst_type_find_factory_get_list;
2634 	gchar** function(GstTypeFindFactory* factory) c_gst_type_find_factory_get_extensions;
2635 	GstCaps* function(GstTypeFindFactory* factory) c_gst_type_find_factory_get_caps;
2636 	gboolean function(GstTypeFindFactory* factory) c_gst_type_find_factory_has_function;
2637 	void function(GstTypeFindFactory* factory, GstTypeFind* find) c_gst_type_find_factory_call_function;
2638 
2639 	// gstreamer.UriHandlerT
2640 
2641 
2642 	// gstreamer.UriHandlerT
2643 
2644 	GQuark function() c_gst_uri_error_quark;
2645 	gboolean function(gchar* protocol) c_gst_uri_protocol_is_valid;
2646 	gboolean function(GstURIType type, gchar* protocol) c_gst_uri_protocol_is_supported;
2647 	gboolean function(gchar* uri) c_gst_uri_is_valid;
2648 	gboolean function(gchar* uri, gchar* protocol) c_gst_uri_has_protocol;
2649 	gchar* function(gchar* uri) c_gst_uri_get_protocol;
2650 	gchar* function(gchar* uri) c_gst_uri_get_location;
2651 	gchar* function(gchar* protocol, gchar* location) c_gst_uri_construct;
2652 	gchar* function(gchar* filename, GError** error) c_gst_filename_to_uri;
2653 	GstElement* function(GstURIType type, gchar* uri, gchar* elementname, GError** error) c_gst_element_make_from_uri;
2654 	GstURIType function(GstURIHandler* handler) c_gst_uri_handler_get_uri_type;
2655 	gchar** function(GstURIHandler* handler) c_gst_uri_handler_get_protocols;
2656 	gchar* function(GstURIHandler* handler) c_gst_uri_handler_get_uri;
2657 	gboolean function(GstURIHandler* handler, gchar* uri, GError** error) c_gst_uri_handler_set_uri;
2658 
2659 	// gstreamer.Utils
2660 
2661 	gfloat function(guint8* data) c_GST_READ_FLOAT_LE;
2662 	gfloat function(guint8* data) c_GST_READ_FLOAT_BE;
2663 	gdouble function(guint8* data) c_GST_READ_DOUBLE_LE;
2664 	gdouble function(guint8* data) c_GST_READ_DOUBLE_BE;
2665 	void function(guint8* data, gfloat num) c_GST_WRITE_FLOAT_LE;
2666 	void function(guint8* data, gfloat num) c_GST_WRITE_FLOAT_BE;
2667 	void function(guint8* data, gdouble num) c_GST_WRITE_DOUBLE_LE;
2668 	void function(guint8* data, gdouble num) c_GST_WRITE_DOUBLE_BE;
2669 	gdouble function(gdouble inn) c_GDOUBLE_SWAP_LE_BE;
2670 	gfloat function(gfloat inn) c_GFLOAT_SWAP_LE_BE;
2671 	void function(guchar* mem, guint size) c_gst_util_dump_mem;
2672 	guint64 function(guint64 val, guint64 num, guint64 denom) c_gst_util_uint64_scale;
2673 	guint64 function(guint64 val, guint64 num, guint64 denom) c_gst_util_uint64_scale_round;
2674 	guint64 function(guint64 val, guint64 num, guint64 denom) c_gst_util_uint64_scale_ceil;
2675 	guint64 function(guint64 val, gint num, gint denom) c_gst_util_uint64_scale_int;
2676 	guint64 function(guint64 val, gint num, gint denom) c_gst_util_uint64_scale_int_round;
2677 	guint64 function(guint64 val, gint num, gint denom) c_gst_util_uint64_scale_int_ceil;
2678 	gint function(gint a, gint b) c_gst_util_greatest_common_divisor;
2679 	gint64 function(gint64 a, gint64 b) c_gst_util_greatest_common_divisor_int64;
2680 	void function(gint srcN, gint srcD, gdouble* dest) c_gst_util_fraction_to_double;
2681 	void function(gdouble src, gint* destN, gint* destD) c_gst_util_double_to_fraction;
2682 	gboolean function(gint aN, gint aD, gint bN, gint bD, gint* resN, gint* resD) c_gst_util_fraction_multiply;
2683 	gboolean function(gint aN, gint aD, gint bN, gint bD, gint* resN, gint* resD) c_gst_util_fraction_add;
2684 	gint function(gint aN, gint aD, gint bN, gint bD) c_gst_util_fraction_compare;
2685 	guint32 function() c_gst_util_seqnum_next;
2686 	gint32 function(guint32 s1, guint32 s2) c_gst_util_seqnum_compare;
2687 	guint function() c_gst_util_group_id_next;
2688 	void function(GObject* object, gchar* name, gchar* value) c_gst_util_set_object_arg;
2689 	void function(GValue* value, gchar* valueStr) c_gst_util_set_value_from_string;
2690 	GstClockTime function() c_gst_util_get_timestamp;
2691 	gpointer function(void* array, guint numElements, gsize elementSize, GCompareDataFunc searchFunc, GstSearchMode mode, void* searchData, void* userData) c_gst_util_array_binary_search;
2692 
2693 	// gstreamer.ValueGst
2694 
2695 	void function(GValue* value, gint start, gint end) c_gst_value_set_int_range;
2696 	gint function(GValue* value) c_gst_value_get_int_range_min;
2697 	gint function(GValue* value) c_gst_value_get_int_range_max;
2698 	void function(GValue* value, gint start, gint end, gint step) c_gst_value_set_int_range_step;
2699 	gint function(GValue* value) c_gst_value_get_int_range_step;
2700 	void function(GValue* value, guint64 bitmask) c_gst_value_set_bitmask;
2701 	guint64 function(GValue* value) c_gst_value_get_bitmask;
2702 	void function(GValue* value, gint64 start, gint64 end) c_gst_value_set_int64_range;
2703 	gint64 function(GValue* value) c_gst_value_get_int64_range_min;
2704 	gint64 function(GValue* value) c_gst_value_get_int64_range_max;
2705 	void function(GValue* value, gint64 start, gint64 end, gint64 step) c_gst_value_set_int64_range_step;
2706 	gint64 function(GValue* value) c_gst_value_get_int64_range_step;
2707 	void function(GValue* value, gdouble start, gdouble end) c_gst_value_set_double_range;
2708 	gdouble function(GValue* value) c_gst_value_get_double_range_min;
2709 	gdouble function(GValue* value) c_gst_value_get_double_range_max;
2710 	void function(GValue* value, GValue* appendValue) c_gst_value_list_append_value;
2711 	void function(GValue* value, GValue* prependValue) c_gst_value_list_prepend_value;
2712 	void function(GValue* dest, GValue* value1, GValue* value2) c_gst_value_list_concat;
2713 	void function(GValue* dest, GValue* value1, GValue* value2) c_gst_value_list_merge;
2714 	guint function(GValue* value) c_gst_value_list_get_size;
2715 	GValue* function(GValue* value, guint index) c_gst_value_list_get_value;
2716 	void function(GValue* value, gint numerator, gint denominator) c_gst_value_set_fraction;
2717 	gint function(GValue* value) c_gst_value_get_fraction_numerator;
2718 	gint function(GValue* value) c_gst_value_get_fraction_denominator;
2719 	gboolean function(GValue* product, GValue* factor1, GValue* factor2) c_gst_value_fraction_multiply;
2720 	gboolean function(GValue* dest, GValue* minuend, GValue* subtrahend) c_gst_value_fraction_subtract;
2721 	void function(GValue* value, GValue* start, GValue* end) c_gst_value_set_fraction_range;
2722 	GValue* function(GValue* value) c_gst_value_get_fraction_range_min;
2723 	GValue* function(GValue* value) c_gst_value_get_fraction_range_max;
2724 	void function(GValue* value, gint numeratorStart, gint denominatorStart, gint numeratorEnd, gint denominatorEnd) c_gst_value_set_fraction_range_full;
2725 	void function(GValue* value, GstCaps* caps) c_gst_value_set_caps;
2726 	GstCaps* function(GValue* value) c_gst_value_get_caps;
2727 	void function(GValue* value, GstCapsFeatures* features) c_gst_value_set_caps_features;
2728 	GstCapsFeatures* function(GValue* value) c_gst_value_get_caps_features;
2729 	void function(GValue* value, GstStructure* structure) c_gst_value_set_structure;
2730 	GstStructure* function(GValue* value) c_gst_value_get_structure;
2731 	gboolean function(GValue* value) c_gst_value_is_fixed;
2732 	void function(GstValueTable* table) c_gst_value_register;
2733 	void function(GValue* dest, GValue* src) c_gst_value_init_and_copy;
2734 	gchar* function(GValue* value) c_gst_value_serialize;
2735 	gboolean function(GValue* dest, gchar* src) c_gst_value_deserialize;
2736 	gint function(GValue* value1, GValue* value2) c_gst_value_compare;
2737 	gboolean function(GValue* value1, GValue* value2) c_gst_value_can_compare;
2738 	gboolean function(GValue* dest, GValue* value1, GValue* value2) c_gst_value_union;
2739 	gboolean function(GValue* value1, GValue* value2) c_gst_value_can_union;
2740 	gboolean function(GValue* dest, GValue* minuend, GValue* subtrahend) c_gst_value_subtract;
2741 	gboolean function(GValue* minuend, GValue* subtrahend) c_gst_value_can_subtract;
2742 	gboolean function(GValue* dest, GValue* value1, GValue* value2) c_gst_value_intersect;
2743 	gboolean function(GValue* value1, GValue* value2) c_gst_value_can_intersect;
2744 	gboolean function(GValue* value1, GValue* value2) c_gst_value_is_subset;
2745 	void function(GValue* value, GValue* appendValue) c_gst_value_array_append_value;
2746 	guint function(GValue* value) c_gst_value_array_get_size;
2747 	GValue* function(GValue* value, guint index) c_gst_value_array_get_value;
2748 	void function(GValue* value, GValue* prependValue) c_gst_value_array_prepend_value;
2749 	gboolean function(GValue* dest, GValue* src) c_gst_value_fixate;
2750 }
2751 
2752 // gstreamer.GStreamer
2753 
2754 alias c_gst_init  gst_init;
2755 alias c_gst_init_check  gst_init_check;
2756 alias c_gst_init_get_option_group  gst_init_get_option_group;
2757 alias c_gst_is_initialized  gst_is_initialized;
2758 alias c_gst_deinit  gst_deinit;
2759 alias c_gst_version  gst_version;
2760 alias c_gst_version_string  gst_version_string;
2761 alias c_gst_segtrap_is_enabled  gst_segtrap_is_enabled;
2762 alias c_gst_segtrap_set_enabled  gst_segtrap_set_enabled;
2763 alias c_gst_registry_fork_is_enabled  gst_registry_fork_is_enabled;
2764 alias c_gst_registry_fork_set_enabled  gst_registry_fork_set_enabled;
2765 alias c_gst_update_registry  gst_update_registry;
2766 
2767 // gstreamer.Allocator
2768 
2769 alias c_gst_allocator_find  gst_allocator_find;
2770 alias c_gst_allocator_register  gst_allocator_register;
2771 alias c_gst_allocator_set_default  gst_allocator_set_default;
2772 alias c_gst_allocation_params_init  gst_allocation_params_init;
2773 alias c_gst_allocation_params_copy  gst_allocation_params_copy;
2774 alias c_gst_allocation_params_free  gst_allocation_params_free;
2775 alias c_gst_allocator_alloc  gst_allocator_alloc;
2776 alias c_gst_allocator_free  gst_allocator_free;
2777 alias c_gst_memory_new_wrapped  gst_memory_new_wrapped;
2778 
2779 // gstreamer.AtomicQueue
2780 
2781 alias c_gst_atomic_queue_new  gst_atomic_queue_new;
2782 alias c_gst_atomic_queue_ref  gst_atomic_queue_ref;
2783 alias c_gst_atomic_queue_unref  gst_atomic_queue_unref;
2784 alias c_gst_atomic_queue_push  gst_atomic_queue_push;
2785 alias c_gst_atomic_queue_peek  gst_atomic_queue_peek;
2786 alias c_gst_atomic_queue_pop  gst_atomic_queue_pop;
2787 alias c_gst_atomic_queue_length  gst_atomic_queue_length;
2788 
2789 // gstreamer.Bin
2790 
2791 alias c_gst_bin_new  gst_bin_new;
2792 alias c_gst_bin_add  gst_bin_add;
2793 alias c_gst_bin_remove  gst_bin_remove;
2794 alias c_gst_bin_get_by_name  gst_bin_get_by_name;
2795 alias c_gst_bin_get_by_name_recurse_up  gst_bin_get_by_name_recurse_up;
2796 alias c_gst_bin_get_by_interface  gst_bin_get_by_interface;
2797 alias c_gst_bin_iterate_elements  gst_bin_iterate_elements;
2798 alias c_gst_bin_iterate_recurse  gst_bin_iterate_recurse;
2799 alias c_gst_bin_iterate_sinks  gst_bin_iterate_sinks;
2800 alias c_gst_bin_iterate_sorted  gst_bin_iterate_sorted;
2801 alias c_gst_bin_iterate_sources  gst_bin_iterate_sources;
2802 alias c_gst_bin_iterate_all_by_interface  gst_bin_iterate_all_by_interface;
2803 alias c_gst_bin_recalculate_latency  gst_bin_recalculate_latency;
2804 alias c_gst_bin_add_many  gst_bin_add_many;
2805 alias c_gst_bin_remove_many  gst_bin_remove_many;
2806 alias c_gst_bin_find_unlinked_pad  gst_bin_find_unlinked_pad;
2807 
2808 // gstreamer.Buffer
2809 
2810 alias c_gst_buffer_new  gst_buffer_new;
2811 alias c_gst_buffer_new_allocate  gst_buffer_new_allocate;
2812 alias c_gst_buffer_new_wrapped  gst_buffer_new_wrapped;
2813 alias c_gst_buffer_new_wrapped_full  gst_buffer_new_wrapped_full;
2814 alias c_gst_buffer_ref  gst_buffer_ref;
2815 alias c_gst_buffer_unref  gst_buffer_unref;
2816 alias c_gst_buffer_get_sizes  gst_buffer_get_sizes;
2817 alias c_gst_buffer_get_size  gst_buffer_get_size;
2818 alias c_gst_buffer_get_sizes_range  gst_buffer_get_sizes_range;
2819 alias c_gst_buffer_resize_range  gst_buffer_resize_range;
2820 alias c_gst_buffer_resize  gst_buffer_resize;
2821 alias c_gst_buffer_set_size  gst_buffer_set_size;
2822 alias c_gst_buffer_peek_memory  gst_buffer_peek_memory;
2823 alias c_gst_buffer_n_memory  gst_buffer_n_memory;
2824 alias c_gst_buffer_insert_memory  gst_buffer_insert_memory;
2825 alias c_gst_buffer_replace_memory_range  gst_buffer_replace_memory_range;
2826 alias c_gst_buffer_get_memory_range  gst_buffer_get_memory_range;
2827 alias c_gst_buffer_remove_memory_range  gst_buffer_remove_memory_range;
2828 alias c_gst_buffer_find_memory  gst_buffer_find_memory;
2829 alias c_gst_buffer_prepend_memory  gst_buffer_prepend_memory;
2830 alias c_gst_buffer_append_memory  gst_buffer_append_memory;
2831 alias c_gst_buffer_replace_memory  gst_buffer_replace_memory;
2832 alias c_gst_buffer_replace_all_memory  gst_buffer_replace_all_memory;
2833 alias c_gst_buffer_get_memory  gst_buffer_get_memory;
2834 alias c_gst_buffer_get_all_memory  gst_buffer_get_all_memory;
2835 alias c_gst_buffer_remove_memory  gst_buffer_remove_memory;
2836 alias c_gst_buffer_remove_all_memory  gst_buffer_remove_all_memory;
2837 alias c_gst_buffer_map  gst_buffer_map;
2838 alias c_gst_buffer_map_range  gst_buffer_map_range;
2839 alias c_gst_buffer_unmap  gst_buffer_unmap;
2840 alias c_gst_buffer_memcmp  gst_buffer_memcmp;
2841 alias c_gst_buffer_extract  gst_buffer_extract;
2842 alias c_gst_buffer_extract_dup  gst_buffer_extract_dup;
2843 alias c_gst_buffer_fill  gst_buffer_fill;
2844 alias c_gst_buffer_memset  gst_buffer_memset;
2845 alias c_gst_buffer_copy  gst_buffer_copy;
2846 alias c_gst_buffer_copy_into  gst_buffer_copy_into;
2847 alias c_gst_buffer_copy_region  gst_buffer_copy_region;
2848 alias c_gst_buffer_replace  gst_buffer_replace;
2849 alias c_gst_buffer_append  gst_buffer_append;
2850 alias c_gst_buffer_append_region  gst_buffer_append_region;
2851 alias c_gst_buffer_get_meta  gst_buffer_get_meta;
2852 alias c_gst_buffer_add_meta  gst_buffer_add_meta;
2853 alias c_gst_buffer_remove_meta  gst_buffer_remove_meta;
2854 alias c_gst_buffer_iterate_meta  gst_buffer_iterate_meta;
2855 alias c_gst_buffer_foreach_meta  gst_buffer_foreach_meta;
2856 
2857 // gstreamer.BufferList
2858 
2859 alias c_gst_buffer_list_new  gst_buffer_list_new;
2860 alias c_gst_buffer_list_new_sized  gst_buffer_list_new_sized;
2861 alias c_gst_buffer_list_length  gst_buffer_list_length;
2862 alias c_gst_buffer_list_insert  gst_buffer_list_insert;
2863 alias c_gst_buffer_list_remove  gst_buffer_list_remove;
2864 alias c_gst_buffer_list_ref  gst_buffer_list_ref;
2865 alias c_gst_buffer_list_unref  gst_buffer_list_unref;
2866 alias c_gst_buffer_list_copy  gst_buffer_list_copy;
2867 alias c_gst_buffer_list_foreach  gst_buffer_list_foreach;
2868 alias c_gst_buffer_list_get  gst_buffer_list_get;
2869 
2870 // gstreamer.BufferPool
2871 
2872 alias c_gst_buffer_pool_new  gst_buffer_pool_new;
2873 alias c_gst_buffer_pool_config_get_params  gst_buffer_pool_config_get_params;
2874 alias c_gst_buffer_pool_config_set_params  gst_buffer_pool_config_set_params;
2875 alias c_gst_buffer_pool_config_get_allocator  gst_buffer_pool_config_get_allocator;
2876 alias c_gst_buffer_pool_config_set_allocator  gst_buffer_pool_config_set_allocator;
2877 alias c_gst_buffer_pool_config_n_options  gst_buffer_pool_config_n_options;
2878 alias c_gst_buffer_pool_config_add_option  gst_buffer_pool_config_add_option;
2879 alias c_gst_buffer_pool_config_get_option  gst_buffer_pool_config_get_option;
2880 alias c_gst_buffer_pool_config_has_option  gst_buffer_pool_config_has_option;
2881 alias c_gst_buffer_pool_get_options  gst_buffer_pool_get_options;
2882 alias c_gst_buffer_pool_has_option  gst_buffer_pool_has_option;
2883 alias c_gst_buffer_pool_get_config  gst_buffer_pool_get_config;
2884 alias c_gst_buffer_pool_set_config  gst_buffer_pool_set_config;
2885 alias c_gst_buffer_pool_set_active  gst_buffer_pool_set_active;
2886 alias c_gst_buffer_pool_is_active  gst_buffer_pool_is_active;
2887 alias c_gst_buffer_pool_acquire_buffer  gst_buffer_pool_acquire_buffer;
2888 alias c_gst_buffer_pool_release_buffer  gst_buffer_pool_release_buffer;
2889 
2890 // gstreamer.Bus
2891 
2892 alias c_gst_bus_new  gst_bus_new;
2893 alias c_gst_bus_post  gst_bus_post;
2894 alias c_gst_bus_have_pending  gst_bus_have_pending;
2895 alias c_gst_bus_peek  gst_bus_peek;
2896 alias c_gst_bus_pop  gst_bus_pop;
2897 alias c_gst_bus_pop_filtered  gst_bus_pop_filtered;
2898 alias c_gst_bus_timed_pop  gst_bus_timed_pop;
2899 alias c_gst_bus_timed_pop_filtered  gst_bus_timed_pop_filtered;
2900 alias c_gst_bus_set_flushing  gst_bus_set_flushing;
2901 alias c_gst_bus_set_sync_handler  gst_bus_set_sync_handler;
2902 alias c_gst_bus_sync_signal_handler  gst_bus_sync_signal_handler;
2903 alias c_gst_bus_create_watch  gst_bus_create_watch;
2904 alias c_gst_bus_add_watch_full  gst_bus_add_watch_full;
2905 alias c_gst_bus_add_watch  gst_bus_add_watch;
2906 alias c_gst_bus_disable_sync_message_emission  gst_bus_disable_sync_message_emission;
2907 alias c_gst_bus_enable_sync_message_emission  gst_bus_enable_sync_message_emission;
2908 alias c_gst_bus_async_signal_func  gst_bus_async_signal_func;
2909 alias c_gst_bus_add_signal_watch  gst_bus_add_signal_watch;
2910 alias c_gst_bus_add_signal_watch_full  gst_bus_add_signal_watch_full;
2911 alias c_gst_bus_remove_signal_watch  gst_bus_remove_signal_watch;
2912 alias c_gst_bus_poll  gst_bus_poll;
2913 
2914 // gstreamer.Caps
2915 
2916 alias c_gst_caps_new_empty  gst_caps_new_empty;
2917 alias c_gst_caps_new_empty_simple  gst_caps_new_empty_simple;
2918 alias c_gst_caps_new_any  gst_caps_new_any;
2919 alias c_gst_caps_new_simple  gst_caps_new_simple;
2920 alias c_gst_caps_new_full  gst_caps_new_full;
2921 alias c_gst_caps_new_full_valist  gst_caps_new_full_valist;
2922 alias c_gst_caps_copy  gst_caps_copy;
2923 alias c_gst_caps_copy_nth  gst_caps_copy_nth;
2924 alias c_gst_static_caps_get  gst_static_caps_get;
2925 alias c_gst_static_caps_cleanup  gst_static_caps_cleanup;
2926 alias c_gst_caps_append  gst_caps_append;
2927 alias c_gst_caps_merge  gst_caps_merge;
2928 alias c_gst_caps_append_structure  gst_caps_append_structure;
2929 alias c_gst_caps_append_structure_full  gst_caps_append_structure_full;
2930 alias c_gst_caps_remove_structure  gst_caps_remove_structure;
2931 alias c_gst_caps_steal_structure  gst_caps_steal_structure;
2932 alias c_gst_caps_merge_structure  gst_caps_merge_structure;
2933 alias c_gst_caps_merge_structure_full  gst_caps_merge_structure_full;
2934 alias c_gst_caps_get_size  gst_caps_get_size;
2935 alias c_gst_caps_get_structure  gst_caps_get_structure;
2936 alias c_gst_caps_get_features  gst_caps_get_features;
2937 alias c_gst_caps_set_features  gst_caps_set_features;
2938 alias c_gst_caps_set_value  gst_caps_set_value;
2939 alias c_gst_caps_set_simple  gst_caps_set_simple;
2940 alias c_gst_caps_set_simple_valist  gst_caps_set_simple_valist;
2941 alias c_gst_caps_is_any  gst_caps_is_any;
2942 alias c_gst_caps_is_empty  gst_caps_is_empty;
2943 alias c_gst_caps_is_fixed  gst_caps_is_fixed;
2944 alias c_gst_caps_is_equal  gst_caps_is_equal;
2945 alias c_gst_caps_is_equal_fixed  gst_caps_is_equal_fixed;
2946 alias c_gst_caps_is_strictly_equal  gst_caps_is_strictly_equal;
2947 alias c_gst_caps_is_always_compatible  gst_caps_is_always_compatible;
2948 alias c_gst_caps_is_subset  gst_caps_is_subset;
2949 alias c_gst_caps_is_subset_structure  gst_caps_is_subset_structure;
2950 alias c_gst_caps_is_subset_structure_full  gst_caps_is_subset_structure_full;
2951 alias c_gst_caps_can_intersect  gst_caps_can_intersect;
2952 alias c_gst_caps_intersect  gst_caps_intersect;
2953 alias c_gst_caps_intersect_full  gst_caps_intersect_full;
2954 alias c_gst_caps_normalize  gst_caps_normalize;
2955 alias c_gst_caps_simplify  gst_caps_simplify;
2956 alias c_gst_caps_replace  gst_caps_replace;
2957 alias c_gst_caps_take  gst_caps_take;
2958 alias c_gst_caps_to_string  gst_caps_to_string;
2959 alias c_gst_caps_from_string  gst_caps_from_string;
2960 alias c_gst_caps_subtract  gst_caps_subtract;
2961 alias c_gst_caps_truncate  gst_caps_truncate;
2962 alias c_gst_caps_fixate  gst_caps_fixate;
2963 alias c_gst_caps_ref  gst_caps_ref;
2964 alias c_gst_caps_unref  gst_caps_unref;
2965 
2966 // gstreamer.CapsFeatures
2967 
2968 alias c_gst_caps_features_new  gst_caps_features_new;
2969 alias c_gst_caps_features_new_empty  gst_caps_features_new_empty;
2970 alias c_gst_caps_features_new_any  gst_caps_features_new_any;
2971 alias c_gst_caps_features_new_id  gst_caps_features_new_id;
2972 alias c_gst_caps_features_new_id_valist  gst_caps_features_new_id_valist;
2973 alias c_gst_caps_features_new_valist  gst_caps_features_new_valist;
2974 alias c_gst_caps_features_copy  gst_caps_features_copy;
2975 alias c_gst_caps_features_free  gst_caps_features_free;
2976 alias c_gst_caps_features_from_string  gst_caps_features_from_string;
2977 alias c_gst_caps_features_to_string  gst_caps_features_to_string;
2978 alias c_gst_caps_features_set_parent_refcount  gst_caps_features_set_parent_refcount;
2979 alias c_gst_caps_features_is_equal  gst_caps_features_is_equal;
2980 alias c_gst_caps_features_is_any  gst_caps_features_is_any;
2981 alias c_gst_caps_features_contains  gst_caps_features_contains;
2982 alias c_gst_caps_features_contains_id  gst_caps_features_contains_id;
2983 alias c_gst_caps_features_get_size  gst_caps_features_get_size;
2984 alias c_gst_caps_features_get_nth  gst_caps_features_get_nth;
2985 alias c_gst_caps_features_get_nth_id  gst_caps_features_get_nth_id;
2986 alias c_gst_caps_features_add  gst_caps_features_add;
2987 alias c_gst_caps_features_add_id  gst_caps_features_add_id;
2988 alias c_gst_caps_features_remove  gst_caps_features_remove;
2989 alias c_gst_caps_features_remove_id  gst_caps_features_remove_id;
2990 
2991 // gstreamer.Sample
2992 
2993 alias c_gst_sample_get_buffer  gst_sample_get_buffer;
2994 alias c_gst_sample_get_caps  gst_sample_get_caps;
2995 alias c_gst_sample_get_info  gst_sample_get_info;
2996 alias c_gst_sample_get_segment  gst_sample_get_segment;
2997 alias c_gst_sample_new  gst_sample_new;
2998 alias c_gst_sample_ref  gst_sample_ref;
2999 alias c_gst_sample_unref  gst_sample_unref;
3000 
3001 // gstreamer.ChildProxyT
3002 
3003 
3004 // gstreamer.ChildProxyT
3005 
3006 alias c_gst_child_proxy_get_children_count  gst_child_proxy_get_children_count;
3007 alias c_gst_child_proxy_get_child_by_name  gst_child_proxy_get_child_by_name;
3008 alias c_gst_child_proxy_get_child_by_index  gst_child_proxy_get_child_by_index;
3009 alias c_gst_child_proxy_lookup  gst_child_proxy_lookup;
3010 alias c_gst_child_proxy_get_property  gst_child_proxy_get_property;
3011 alias c_gst_child_proxy_get_valist  gst_child_proxy_get_valist;
3012 alias c_gst_child_proxy_get  gst_child_proxy_get;
3013 alias c_gst_child_proxy_set_property  gst_child_proxy_set_property;
3014 alias c_gst_child_proxy_set_valist  gst_child_proxy_set_valist;
3015 alias c_gst_child_proxy_set  gst_child_proxy_set;
3016 alias c_gst_child_proxy_child_added  gst_child_proxy_child_added;
3017 alias c_gst_child_proxy_child_removed  gst_child_proxy_child_removed;
3018 
3019 // gstreamer.Clock
3020 
3021 alias c_gst_clock_add_observation  gst_clock_add_observation;
3022 alias c_gst_clock_set_master  gst_clock_set_master;
3023 alias c_gst_clock_get_master  gst_clock_get_master;
3024 alias c_gst_clock_set_resolution  gst_clock_set_resolution;
3025 alias c_gst_clock_get_resolution  gst_clock_get_resolution;
3026 alias c_gst_clock_get_time  gst_clock_get_time;
3027 alias c_gst_clock_new_single_shot_id  gst_clock_new_single_shot_id;
3028 alias c_gst_clock_new_periodic_id  gst_clock_new_periodic_id;
3029 alias c_gst_clock_single_shot_id_reinit  gst_clock_single_shot_id_reinit;
3030 alias c_gst_clock_periodic_id_reinit  gst_clock_periodic_id_reinit;
3031 alias c_gst_clock_get_internal_time  gst_clock_get_internal_time;
3032 alias c_gst_clock_adjust_unlocked  gst_clock_adjust_unlocked;
3033 alias c_gst_clock_unadjust_unlocked  gst_clock_unadjust_unlocked;
3034 alias c_gst_clock_get_calibration  gst_clock_get_calibration;
3035 alias c_gst_clock_set_calibration  gst_clock_set_calibration;
3036 alias c_gst_clock_get_timeout  gst_clock_get_timeout;
3037 alias c_gst_clock_set_timeout  gst_clock_set_timeout;
3038 alias c_gst_clock_id_get_time  gst_clock_id_get_time;
3039 alias c_gst_clock_id_wait  gst_clock_id_wait;
3040 alias c_gst_clock_id_wait_async  gst_clock_id_wait_async;
3041 alias c_gst_clock_id_unschedule  gst_clock_id_unschedule;
3042 alias c_gst_clock_id_compare_func  gst_clock_id_compare_func;
3043 alias c_gst_clock_id_ref  gst_clock_id_ref;
3044 alias c_gst_clock_id_unref  gst_clock_id_unref;
3045 
3046 // gstreamer.Context
3047 
3048 alias c_gst_context_new  gst_context_new;
3049 alias c_gst_context_ref  gst_context_ref;
3050 alias c_gst_context_unref  gst_context_unref;
3051 alias c_gst_context_copy  gst_context_copy;
3052 alias c_gst_context_get_context_type  gst_context_get_context_type;
3053 alias c_gst_context_has_context_type  gst_context_has_context_type;
3054 alias c_gst_context_is_persistent  gst_context_is_persistent;
3055 alias c_gst_context_get_structure  gst_context_get_structure;
3056 alias c_gst_context_writable_structure  gst_context_writable_structure;
3057 alias c_gst_context_replace  gst_context_replace;
3058 
3059 // gstreamer.ControlBinding
3060 
3061 alias c_gst_control_binding_sync_values  gst_control_binding_sync_values;
3062 alias c_gst_control_binding_get_value  gst_control_binding_get_value;
3063 alias c_gst_control_binding_get_value_array  gst_control_binding_get_value_array;
3064 alias c_gst_control_binding_get_g_value_array  gst_control_binding_get_g_value_array;
3065 alias c_gst_control_binding_set_disabled  gst_control_binding_set_disabled;
3066 alias c_gst_control_binding_is_disabled  gst_control_binding_is_disabled;
3067 
3068 // gstreamer.ControlSource
3069 
3070 alias c_gst_control_source_get_value  gst_control_source_get_value;
3071 alias c_gst_control_source_get_value_array  gst_control_source_get_value_array;
3072 
3073 // gstreamer.DateTime
3074 
3075 alias c_gst_date_time_get_day  gst_date_time_get_day;
3076 alias c_gst_date_time_get_month  gst_date_time_get_month;
3077 alias c_gst_date_time_get_hour  gst_date_time_get_hour;
3078 alias c_gst_date_time_get_microsecond  gst_date_time_get_microsecond;
3079 alias c_gst_date_time_get_minute  gst_date_time_get_minute;
3080 alias c_gst_date_time_get_time_zone_offset  gst_date_time_get_time_zone_offset;
3081 alias c_gst_date_time_get_second  gst_date_time_get_second;
3082 alias c_gst_date_time_get_year  gst_date_time_get_year;
3083 alias c_gst_date_time_new  gst_date_time_new;
3084 alias c_gst_date_time_new_ymd  gst_date_time_new_ymd;
3085 alias c_gst_date_time_new_ym  gst_date_time_new_ym;
3086 alias c_gst_date_time_new_y  gst_date_time_new_y;
3087 alias c_gst_date_time_new_from_unix_epoch_local_time  gst_date_time_new_from_unix_epoch_local_time;
3088 alias c_gst_date_time_new_from_unix_epoch_utc  gst_date_time_new_from_unix_epoch_utc;
3089 alias c_gst_date_time_new_local_time  gst_date_time_new_local_time;
3090 alias c_gst_date_time_new_now_local_time  gst_date_time_new_now_local_time;
3091 alias c_gst_date_time_new_now_utc  gst_date_time_new_now_utc;
3092 alias c_gst_date_time_ref  gst_date_time_ref;
3093 alias c_gst_date_time_unref  gst_date_time_unref;
3094 alias c_gst_date_time_has_day  gst_date_time_has_day;
3095 alias c_gst_date_time_has_month  gst_date_time_has_month;
3096 alias c_gst_date_time_has_second  gst_date_time_has_second;
3097 alias c_gst_date_time_has_time  gst_date_time_has_time;
3098 alias c_gst_date_time_has_year  gst_date_time_has_year;
3099 alias c_gst_date_time_new_from_iso8601_string  gst_date_time_new_from_iso8601_string;
3100 alias c_gst_date_time_to_iso8601_string  gst_date_time_to_iso8601_string;
3101 alias c_gst_date_time_new_from_g_date_time  gst_date_time_new_from_g_date_time;
3102 alias c_gst_date_time_to_g_date_time  gst_date_time_to_g_date_time;
3103 
3104 // gstreamer.Element
3105 
3106 alias c_gst_element_class_add_pad_template  gst_element_class_add_pad_template;
3107 alias c_gst_element_class_get_pad_template  gst_element_class_get_pad_template;
3108 alias c_gst_element_class_get_pad_template_list  gst_element_class_get_pad_template_list;
3109 alias c_gst_element_class_set_metadata  gst_element_class_set_metadata;
3110 alias c_gst_element_class_set_static_metadata  gst_element_class_set_static_metadata;
3111 alias c_gst_element_class_add_metadata  gst_element_class_add_metadata;
3112 alias c_gst_element_class_add_static_metadata  gst_element_class_add_static_metadata;
3113 alias c_gst_element_add_pad  gst_element_add_pad;
3114 alias c_gst_element_create_all_pads  gst_element_create_all_pads;
3115 alias c_gst_element_get_compatible_pad  gst_element_get_compatible_pad;
3116 alias c_gst_element_get_compatible_pad_template  gst_element_get_compatible_pad_template;
3117 alias c_gst_element_get_request_pad  gst_element_get_request_pad;
3118 alias c_gst_element_get_static_pad  gst_element_get_static_pad;
3119 alias c_gst_element_request_pad  gst_element_request_pad;
3120 alias c_gst_element_no_more_pads  gst_element_no_more_pads;
3121 alias c_gst_element_release_request_pad  gst_element_release_request_pad;
3122 alias c_gst_element_remove_pad  gst_element_remove_pad;
3123 alias c_gst_element_iterate_pads  gst_element_iterate_pads;
3124 alias c_gst_element_iterate_sink_pads  gst_element_iterate_sink_pads;
3125 alias c_gst_element_iterate_src_pads  gst_element_iterate_src_pads;
3126 alias c_gst_element_link  gst_element_link;
3127 alias c_gst_element_unlink  gst_element_unlink;
3128 alias c_gst_element_link_many  gst_element_link_many;
3129 alias c_gst_element_unlink_many  gst_element_unlink_many;
3130 alias c_gst_element_link_pads  gst_element_link_pads;
3131 alias c_gst_element_link_pads_full  gst_element_link_pads_full;
3132 alias c_gst_element_unlink_pads  gst_element_unlink_pads;
3133 alias c_gst_element_link_pads_filtered  gst_element_link_pads_filtered;
3134 alias c_gst_element_link_filtered  gst_element_link_filtered;
3135 alias c_gst_element_class_get_metadata  gst_element_class_get_metadata;
3136 alias c_gst_element_set_base_time  gst_element_set_base_time;
3137 alias c_gst_element_get_base_time  gst_element_get_base_time;
3138 alias c_gst_element_set_start_time  gst_element_set_start_time;
3139 alias c_gst_element_get_start_time  gst_element_get_start_time;
3140 alias c_gst_element_set_bus  gst_element_set_bus;
3141 alias c_gst_element_get_bus  gst_element_get_bus;
3142 alias c_gst_element_set_context  gst_element_set_context;
3143 alias c_gst_element_get_factory  gst_element_get_factory;
3144 alias c_gst_element_set_clock  gst_element_set_clock;
3145 alias c_gst_element_get_clock  gst_element_get_clock;
3146 alias c_gst_element_provide_clock  gst_element_provide_clock;
3147 alias c_gst_element_set_state  gst_element_set_state;
3148 alias c_gst_element_get_state  gst_element_get_state;
3149 alias c_gst_element_set_locked_state  gst_element_set_locked_state;
3150 alias c_gst_element_is_locked_state  gst_element_is_locked_state;
3151 alias c_gst_element_abort_state  gst_element_abort_state;
3152 alias c_gst_element_continue_state  gst_element_continue_state;
3153 alias c_gst_element_lost_state  gst_element_lost_state;
3154 alias c_gst_element_state_get_name  gst_element_state_get_name;
3155 alias c_gst_element_state_change_return_get_name  gst_element_state_change_return_get_name;
3156 alias c_gst_element_sync_state_with_parent  gst_element_sync_state_with_parent;
3157 alias c_gst_element_change_state  gst_element_change_state;
3158 alias c_gst_element_message_full  gst_element_message_full;
3159 alias c_gst_element_post_message  gst_element_post_message;
3160 alias c_gst_element_query  gst_element_query;
3161 alias c_gst_element_query_convert  gst_element_query_convert;
3162 alias c_gst_element_query_position  gst_element_query_position;
3163 alias c_gst_element_query_duration  gst_element_query_duration;
3164 alias c_gst_element_send_event  gst_element_send_event;
3165 alias c_gst_element_seek_simple  gst_element_seek_simple;
3166 alias c_gst_element_seek  gst_element_seek;
3167 
3168 // gstreamer.ElementFactory
3169 
3170 alias c_gst_element_register  gst_element_register;
3171 alias c_gst_element_factory_find  gst_element_factory_find;
3172 alias c_gst_element_factory_get_element_type  gst_element_factory_get_element_type;
3173 alias c_gst_element_factory_get_metadata  gst_element_factory_get_metadata;
3174 alias c_gst_element_factory_get_metadata_keys  gst_element_factory_get_metadata_keys;
3175 alias c_gst_element_factory_get_num_pad_templates  gst_element_factory_get_num_pad_templates;
3176 alias c_gst_element_factory_get_uri_type  gst_element_factory_get_uri_type;
3177 alias c_gst_element_factory_get_uri_protocols  gst_element_factory_get_uri_protocols;
3178 alias c_gst_element_factory_has_interface  gst_element_factory_has_interface;
3179 alias c_gst_element_factory_create  gst_element_factory_create;
3180 alias c_gst_element_factory_make  gst_element_factory_make;
3181 alias c_gst_element_factory_can_sink_all_caps  gst_element_factory_can_sink_all_caps;
3182 alias c_gst_element_factory_can_src_all_caps  gst_element_factory_can_src_all_caps;
3183 alias c_gst_element_factory_can_sink_any_caps  gst_element_factory_can_sink_any_caps;
3184 alias c_gst_element_factory_can_src_any_caps  gst_element_factory_can_src_any_caps;
3185 alias c_gst_element_factory_get_static_pad_templates  gst_element_factory_get_static_pad_templates;
3186 alias c_gst_element_factory_list_filter  gst_element_factory_list_filter;
3187 alias c_gst_element_factory_list_get_elements  gst_element_factory_list_get_elements;
3188 alias c_gst_element_factory_list_is_type  gst_element_factory_list_is_type;
3189 
3190 // gstreamer.
3191 
3192 alias c_gst_error_get_message  gst_error_get_message;
3193 
3194 // gstreamer.Event
3195 
3196 alias c_gst_event_type_get_flags  gst_event_type_get_flags;
3197 alias c_gst_event_type_get_name  gst_event_type_get_name;
3198 alias c_gst_event_type_to_quark  gst_event_type_to_quark;
3199 alias c_gst_event_ref  gst_event_ref;
3200 alias c_gst_event_unref  gst_event_unref;
3201 alias c_gst_event_replace  gst_event_replace;
3202 alias c_gst_event_copy  gst_event_copy;
3203 alias c_gst_event_steal  gst_event_steal;
3204 alias c_gst_event_take  gst_event_take;
3205 alias c_gst_event_writable_structure  gst_event_writable_structure;
3206 alias c_gst_event_new_custom  gst_event_new_custom;
3207 alias c_gst_event_get_structure  gst_event_get_structure;
3208 alias c_gst_event_has_name  gst_event_has_name;
3209 alias c_gst_event_get_seqnum  gst_event_get_seqnum;
3210 alias c_gst_event_set_seqnum  gst_event_set_seqnum;
3211 alias c_gst_event_new_flush_start  gst_event_new_flush_start;
3212 alias c_gst_event_new_flush_stop  gst_event_new_flush_stop;
3213 alias c_gst_event_parse_flush_stop  gst_event_parse_flush_stop;
3214 alias c_gst_event_new_eos  gst_event_new_eos;
3215 alias c_gst_event_new_gap  gst_event_new_gap;
3216 alias c_gst_event_parse_gap  gst_event_parse_gap;
3217 alias c_gst_event_new_stream_start  gst_event_new_stream_start;
3218 alias c_gst_event_parse_stream_start  gst_event_parse_stream_start;
3219 alias c_gst_event_set_stream_flags  gst_event_set_stream_flags;
3220 alias c_gst_event_parse_stream_flags  gst_event_parse_stream_flags;
3221 alias c_gst_event_set_group_id  gst_event_set_group_id;
3222 alias c_gst_event_parse_group_id  gst_event_parse_group_id;
3223 alias c_gst_event_new_segment  gst_event_new_segment;
3224 alias c_gst_event_parse_segment  gst_event_parse_segment;
3225 alias c_gst_event_copy_segment  gst_event_copy_segment;
3226 alias c_gst_event_new_tag  gst_event_new_tag;
3227 alias c_gst_event_parse_tag  gst_event_parse_tag;
3228 alias c_gst_event_new_buffer_size  gst_event_new_buffer_size;
3229 alias c_gst_event_parse_buffer_size  gst_event_parse_buffer_size;
3230 alias c_gst_event_new_qos  gst_event_new_qos;
3231 alias c_gst_event_parse_qos  gst_event_parse_qos;
3232 alias c_gst_event_new_seek  gst_event_new_seek;
3233 alias c_gst_event_parse_seek  gst_event_parse_seek;
3234 alias c_gst_event_new_navigation  gst_event_new_navigation;
3235 alias c_gst_event_new_latency  gst_event_new_latency;
3236 alias c_gst_event_parse_latency  gst_event_parse_latency;
3237 alias c_gst_event_new_step  gst_event_new_step;
3238 alias c_gst_event_parse_step  gst_event_parse_step;
3239 alias c_gst_event_new_sink_message  gst_event_new_sink_message;
3240 alias c_gst_event_parse_sink_message  gst_event_parse_sink_message;
3241 alias c_gst_event_new_reconfigure  gst_event_new_reconfigure;
3242 alias c_gst_event_new_caps  gst_event_new_caps;
3243 alias c_gst_event_parse_caps  gst_event_parse_caps;
3244 alias c_gst_event_new_toc  gst_event_new_toc;
3245 alias c_gst_event_parse_toc  gst_event_parse_toc;
3246 alias c_gst_event_new_toc_select  gst_event_new_toc_select;
3247 alias c_gst_event_parse_toc_select  gst_event_parse_toc_select;
3248 alias c_gst_event_new_segment_done  gst_event_new_segment_done;
3249 alias c_gst_event_parse_segment_done  gst_event_parse_segment_done;
3250 
3251 // gstreamer.
3252 
3253 alias c_gst_format_get_name  gst_format_get_name;
3254 alias c_gst_format_to_quark  gst_format_to_quark;
3255 alias c_gst_format_register  gst_format_register;
3256 alias c_gst_format_get_by_nick  gst_format_get_by_nick;
3257 alias c_gst_formats_contains  gst_formats_contains;
3258 alias c_gst_format_get_details  gst_format_get_details;
3259 alias c_gst_format_iterate_definitions  gst_format_iterate_definitions;
3260 
3261 // gstreamer.GhostPad
3262 
3263 alias c_gst_ghost_pad_new  gst_ghost_pad_new;
3264 alias c_gst_ghost_pad_new_no_target  gst_ghost_pad_new_no_target;
3265 alias c_gst_ghost_pad_new_from_template  gst_ghost_pad_new_from_template;
3266 alias c_gst_ghost_pad_new_no_target_from_template  gst_ghost_pad_new_no_target_from_template;
3267 alias c_gst_ghost_pad_set_target  gst_ghost_pad_set_target;
3268 alias c_gst_ghost_pad_get_target  gst_ghost_pad_get_target;
3269 alias c_gst_ghost_pad_construct  gst_ghost_pad_construct;
3270 alias c_gst_ghost_pad_activate_mode_default  gst_ghost_pad_activate_mode_default;
3271 alias c_gst_ghost_pad_internal_activate_mode_default  gst_ghost_pad_internal_activate_mode_default;
3272 
3273 // gstreamer.ProxyPad
3274 
3275 alias c_gst_proxy_pad_get_internal  gst_proxy_pad_get_internal;
3276 alias c_gst_proxy_pad_iterate_internal_links_default  gst_proxy_pad_iterate_internal_links_default;
3277 alias c_gst_proxy_pad_chain_default  gst_proxy_pad_chain_default;
3278 alias c_gst_proxy_pad_chain_list_default  gst_proxy_pad_chain_list_default;
3279 alias c_gst_proxy_pad_getrange_default  gst_proxy_pad_getrange_default;
3280 
3281 // gstreamer.Iterator
3282 
3283 alias c_gst_iterator_new  gst_iterator_new;
3284 alias c_gst_iterator_new_list  gst_iterator_new_list;
3285 alias c_gst_iterator_new_single  gst_iterator_new_single;
3286 alias c_gst_iterator_copy  gst_iterator_copy;
3287 alias c_gst_iterator_free  gst_iterator_free;
3288 alias c_gst_iterator_next  gst_iterator_next;
3289 alias c_gst_iterator_resync  gst_iterator_resync;
3290 alias c_gst_iterator_push  gst_iterator_push;
3291 alias c_gst_iterator_filter  gst_iterator_filter;
3292 alias c_gst_iterator_fold  gst_iterator_fold;
3293 alias c_gst_iterator_foreach  gst_iterator_foreach;
3294 alias c_gst_iterator_find_custom  gst_iterator_find_custom;
3295 
3296 // gstreamer.Memory
3297 
3298 alias c_gst_memory_init  gst_memory_init;
3299 alias c_gst_memory_is_type  gst_memory_is_type;
3300 alias c_gst_memory_ref  gst_memory_ref;
3301 alias c_gst_memory_unref  gst_memory_unref;
3302 alias c_gst_memory_get_sizes  gst_memory_get_sizes;
3303 alias c_gst_memory_resize  gst_memory_resize;
3304 alias c_gst_memory_make_mapped  gst_memory_make_mapped;
3305 alias c_gst_memory_map  gst_memory_map;
3306 alias c_gst_memory_unmap  gst_memory_unmap;
3307 alias c_gst_memory_copy  gst_memory_copy;
3308 alias c_gst_memory_share  gst_memory_share;
3309 alias c_gst_memory_is_span  gst_memory_is_span;
3310 
3311 // gstreamer.Message
3312 
3313 alias c_gst_message_type_to_quark  gst_message_type_to_quark;
3314 alias c_gst_message_type_get_name  gst_message_type_get_name;
3315 alias c_gst_message_ref  gst_message_ref;
3316 alias c_gst_message_unref  gst_message_unref;
3317 alias c_gst_message_copy  gst_message_copy;
3318 alias c_gst_message_get_structure  gst_message_get_structure;
3319 alias c_gst_message_get_seqnum  gst_message_get_seqnum;
3320 alias c_gst_message_set_seqnum  gst_message_set_seqnum;
3321 alias c_gst_message_has_name  gst_message_has_name;
3322 alias c_gst_message_replace  gst_message_replace;
3323 alias c_gst_message_new_eos  gst_message_new_eos;
3324 alias c_gst_message_new_error  gst_message_new_error;
3325 alias c_gst_message_parse_error  gst_message_parse_error;
3326 alias c_gst_message_new_warning  gst_message_new_warning;
3327 alias c_gst_message_parse_warning  gst_message_parse_warning;
3328 alias c_gst_message_new_info  gst_message_new_info;
3329 alias c_gst_message_parse_info  gst_message_parse_info;
3330 alias c_gst_message_new_tag  gst_message_new_tag;
3331 alias c_gst_message_parse_tag  gst_message_parse_tag;
3332 alias c_gst_message_new_buffering  gst_message_new_buffering;
3333 alias c_gst_message_parse_buffering  gst_message_parse_buffering;
3334 alias c_gst_message_set_buffering_stats  gst_message_set_buffering_stats;
3335 alias c_gst_message_parse_buffering_stats  gst_message_parse_buffering_stats;
3336 alias c_gst_message_new_state_changed  gst_message_new_state_changed;
3337 alias c_gst_message_parse_state_changed  gst_message_parse_state_changed;
3338 alias c_gst_message_new_state_dirty  gst_message_new_state_dirty;
3339 alias c_gst_message_new_step_done  gst_message_new_step_done;
3340 alias c_gst_message_parse_step_done  gst_message_parse_step_done;
3341 alias c_gst_message_new_clock_provide  gst_message_new_clock_provide;
3342 alias c_gst_message_parse_clock_provide  gst_message_parse_clock_provide;
3343 alias c_gst_message_new_clock_lost  gst_message_new_clock_lost;
3344 alias c_gst_message_parse_clock_lost  gst_message_parse_clock_lost;
3345 alias c_gst_message_new_new_clock  gst_message_new_new_clock;
3346 alias c_gst_message_parse_new_clock  gst_message_parse_new_clock;
3347 alias c_gst_message_new_application  gst_message_new_application;
3348 alias c_gst_message_new_element  gst_message_new_element;
3349 alias c_gst_message_new_custom  gst_message_new_custom;
3350 alias c_gst_message_new_segment_start  gst_message_new_segment_start;
3351 alias c_gst_message_parse_segment_start  gst_message_parse_segment_start;
3352 alias c_gst_message_new_segment_done  gst_message_new_segment_done;
3353 alias c_gst_message_parse_segment_done  gst_message_parse_segment_done;
3354 alias c_gst_message_new_duration_changed  gst_message_new_duration_changed;
3355 alias c_gst_message_new_latency  gst_message_new_latency;
3356 alias c_gst_message_new_async_start  gst_message_new_async_start;
3357 alias c_gst_message_new_async_done  gst_message_new_async_done;
3358 alias c_gst_message_parse_async_done  gst_message_parse_async_done;
3359 alias c_gst_message_new_step_start  gst_message_new_step_start;
3360 alias c_gst_message_parse_step_start  gst_message_parse_step_start;
3361 alias c_gst_message_new_qos  gst_message_new_qos;
3362 alias c_gst_message_set_qos_values  gst_message_set_qos_values;
3363 alias c_gst_message_set_qos_stats  gst_message_set_qos_stats;
3364 alias c_gst_message_parse_qos  gst_message_parse_qos;
3365 alias c_gst_message_parse_qos_values  gst_message_parse_qos_values;
3366 alias c_gst_message_parse_qos_stats  gst_message_parse_qos_stats;
3367 alias c_gst_message_new_toc  gst_message_new_toc;
3368 alias c_gst_message_parse_toc  gst_message_parse_toc;
3369 alias c_gst_message_new_reset_time  gst_message_new_reset_time;
3370 alias c_gst_message_parse_reset_time  gst_message_parse_reset_time;
3371 alias c_gst_message_new_stream_start  gst_message_new_stream_start;
3372 alias c_gst_message_set_group_id  gst_message_set_group_id;
3373 alias c_gst_message_parse_group_id  gst_message_parse_group_id;
3374 alias c_gst_message_new_structure_change  gst_message_new_structure_change;
3375 alias c_gst_message_parse_structure_change  gst_message_parse_structure_change;
3376 alias c_gst_message_new_request_state  gst_message_new_request_state;
3377 alias c_gst_message_parse_request_state  gst_message_parse_request_state;
3378 alias c_gst_message_new_stream_status  gst_message_new_stream_status;
3379 alias c_gst_message_parse_stream_status  gst_message_parse_stream_status;
3380 alias c_gst_message_set_stream_status_object  gst_message_set_stream_status_object;
3381 alias c_gst_message_get_stream_status_object  gst_message_get_stream_status_object;
3382 alias c_gst_message_new_progress  gst_message_new_progress;
3383 alias c_gst_message_parse_progress  gst_message_parse_progress;
3384 alias c_gst_message_new_need_context  gst_message_new_need_context;
3385 alias c_gst_message_parse_context_type  gst_message_parse_context_type;
3386 alias c_gst_message_new_have_context  gst_message_new_have_context;
3387 alias c_gst_message_parse_have_context  gst_message_parse_have_context;
3388 
3389 // gstreamer.Meta
3390 
3391 alias c_gst_meta_api_type_register  gst_meta_api_type_register;
3392 alias c_gst_meta_api_type_has_tag  gst_meta_api_type_has_tag;
3393 alias c_gst_meta_register  gst_meta_register;
3394 alias c_gst_meta_get_info  gst_meta_get_info;
3395 
3396 // gstreamer.MiniObject
3397 
3398 alias c_gst_mini_object_init  gst_mini_object_init;
3399 alias c_gst_mini_object_ref  gst_mini_object_ref;
3400 alias c_gst_mini_object_unref  gst_mini_object_unref;
3401 alias c_gst_mini_object_weak_ref  gst_mini_object_weak_ref;
3402 alias c_gst_mini_object_weak_unref  gst_mini_object_weak_unref;
3403 alias c_gst_mini_object_lock  gst_mini_object_lock;
3404 alias c_gst_mini_object_unlock  gst_mini_object_unlock;
3405 alias c_gst_mini_object_is_writable  gst_mini_object_is_writable;
3406 alias c_gst_mini_object_make_writable  gst_mini_object_make_writable;
3407 alias c_gst_mini_object_copy  gst_mini_object_copy;
3408 alias c_gst_mini_object_set_qdata  gst_mini_object_set_qdata;
3409 alias c_gst_mini_object_get_qdata  gst_mini_object_get_qdata;
3410 alias c_gst_mini_object_steal_qdata  gst_mini_object_steal_qdata;
3411 alias c_gst_mini_object_replace  gst_mini_object_replace;
3412 alias c_gst_mini_object_take  gst_mini_object_take;
3413 alias c_gst_mini_object_steal  gst_mini_object_steal;
3414 
3415 // gstreamer.ObjectGst
3416 
3417 alias c_gst_object_set_name  gst_object_set_name;
3418 alias c_gst_object_get_name  gst_object_get_name;
3419 alias c_gst_object_set_parent  gst_object_set_parent;
3420 alias c_gst_object_get_parent  gst_object_get_parent;
3421 alias c_gst_object_unparent  gst_object_unparent;
3422 alias c_gst_object_default_deep_notify  gst_object_default_deep_notify;
3423 alias c_gst_object_default_error  gst_object_default_error;
3424 alias c_gst_object_check_uniqueness  gst_object_check_uniqueness;
3425 alias c_gst_object_has_ancestor  gst_object_has_ancestor;
3426 alias c_gst_object_ref  gst_object_ref;
3427 alias c_gst_object_unref  gst_object_unref;
3428 alias c_gst_object_ref_sink  gst_object_ref_sink;
3429 alias c_gst_object_replace  gst_object_replace;
3430 alias c_gst_object_get_path_string  gst_object_get_path_string;
3431 alias c_gst_object_suggest_next_sync  gst_object_suggest_next_sync;
3432 alias c_gst_object_sync_values  gst_object_sync_values;
3433 alias c_gst_object_has_active_control_bindings  gst_object_has_active_control_bindings;
3434 alias c_gst_object_set_control_bindings_disabled  gst_object_set_control_bindings_disabled;
3435 alias c_gst_object_set_control_binding_disabled  gst_object_set_control_binding_disabled;
3436 alias c_gst_object_add_control_binding  gst_object_add_control_binding;
3437 alias c_gst_object_get_control_binding  gst_object_get_control_binding;
3438 alias c_gst_object_remove_control_binding  gst_object_remove_control_binding;
3439 alias c_gst_object_get_value  gst_object_get_value;
3440 alias c_gst_object_get_value_array  gst_object_get_value_array;
3441 alias c_gst_object_get_g_value_array  gst_object_get_g_value_array;
3442 alias c_gst_object_get_control_rate  gst_object_get_control_rate;
3443 alias c_gst_object_set_control_rate  gst_object_set_control_rate;
3444 
3445 // gstreamer.Pad
3446 
3447 alias c_gst_flow_get_name  gst_flow_get_name;
3448 alias c_gst_flow_to_quark  gst_flow_to_quark;
3449 alias c_gst_pad_mode_get_name  gst_pad_mode_get_name;
3450 alias c_gst_pad_get_direction  gst_pad_get_direction;
3451 alias c_gst_pad_get_parent_element  gst_pad_get_parent_element;
3452 alias c_gst_pad_get_pad_template  gst_pad_get_pad_template;
3453 alias c_gst_pad_link  gst_pad_link;
3454 alias c_gst_pad_link_full  gst_pad_link_full;
3455 alias c_gst_pad_unlink  gst_pad_unlink;
3456 alias c_gst_pad_is_linked  gst_pad_is_linked;
3457 alias c_gst_pad_can_link  gst_pad_can_link;
3458 alias c_gst_pad_get_allowed_caps  gst_pad_get_allowed_caps;
3459 alias c_gst_pad_get_current_caps  gst_pad_get_current_caps;
3460 alias c_gst_pad_get_pad_template_caps  gst_pad_get_pad_template_caps;
3461 alias c_gst_pad_get_peer  gst_pad_get_peer;
3462 alias c_gst_pad_use_fixed_caps  gst_pad_use_fixed_caps;
3463 alias c_gst_pad_has_current_caps  gst_pad_has_current_caps;
3464 alias c_gst_pad_get_sticky_event  gst_pad_get_sticky_event;
3465 alias c_gst_pad_sticky_events_foreach  gst_pad_sticky_events_foreach;
3466 alias c_gst_pad_is_active  gst_pad_is_active;
3467 alias c_gst_pad_probe_info_get_buffer  gst_pad_probe_info_get_buffer;
3468 alias c_gst_pad_probe_info_get_buffer_list  gst_pad_probe_info_get_buffer_list;
3469 alias c_gst_pad_probe_info_get_event  gst_pad_probe_info_get_event;
3470 alias c_gst_pad_probe_info_get_query  gst_pad_probe_info_get_query;
3471 alias c_gst_pad_add_probe  gst_pad_add_probe;
3472 alias c_gst_pad_remove_probe  gst_pad_remove_probe;
3473 alias c_gst_pad_is_blocked  gst_pad_is_blocked;
3474 alias c_gst_pad_is_blocking  gst_pad_is_blocking;
3475 alias c_gst_pad_get_offset  gst_pad_get_offset;
3476 alias c_gst_pad_set_offset  gst_pad_set_offset;
3477 alias c_gst_pad_new  gst_pad_new;
3478 alias c_gst_pad_new_from_template  gst_pad_new_from_template;
3479 alias c_gst_pad_new_from_static_template  gst_pad_new_from_static_template;
3480 alias c_gst_pad_set_chain_function_full  gst_pad_set_chain_function_full;
3481 alias c_gst_pad_set_chain_list_function_full  gst_pad_set_chain_list_function_full;
3482 alias c_gst_pad_get_range  gst_pad_get_range;
3483 alias c_gst_pad_set_getrange_function_full  gst_pad_set_getrange_function_full;
3484 alias c_gst_pad_set_event_function_full  gst_pad_set_event_function_full;
3485 alias c_gst_pad_set_link_function_full  gst_pad_set_link_function_full;
3486 alias c_gst_pad_set_unlink_function_full  gst_pad_set_unlink_function_full;
3487 alias c_gst_pad_proxy_query_caps  gst_pad_proxy_query_caps;
3488 alias c_gst_pad_proxy_query_accept_caps  gst_pad_proxy_query_accept_caps;
3489 alias c_gst_pad_set_activate_function_full  gst_pad_set_activate_function_full;
3490 alias c_gst_pad_set_activatemode_function_full  gst_pad_set_activatemode_function_full;
3491 alias c_gst_pad_needs_reconfigure  gst_pad_needs_reconfigure;
3492 alias c_gst_pad_check_reconfigure  gst_pad_check_reconfigure;
3493 alias c_gst_pad_mark_reconfigure  gst_pad_mark_reconfigure;
3494 alias c_gst_pad_push  gst_pad_push;
3495 alias c_gst_pad_push_event  gst_pad_push_event;
3496 alias c_gst_pad_push_list  gst_pad_push_list;
3497 alias c_gst_pad_pull_range  gst_pad_pull_range;
3498 alias c_gst_pad_activate_mode  gst_pad_activate_mode;
3499 alias c_gst_pad_send_event  gst_pad_send_event;
3500 alias c_gst_pad_event_default  gst_pad_event_default;
3501 alias c_gst_pad_query  gst_pad_query;
3502 alias c_gst_pad_peer_query  gst_pad_peer_query;
3503 alias c_gst_pad_query_default  gst_pad_query_default;
3504 alias c_gst_pad_query_position  gst_pad_query_position;
3505 alias c_gst_pad_query_duration  gst_pad_query_duration;
3506 alias c_gst_pad_query_convert  gst_pad_query_convert;
3507 alias c_gst_pad_query_accept_caps  gst_pad_query_accept_caps;
3508 alias c_gst_pad_query_caps  gst_pad_query_caps;
3509 alias c_gst_pad_peer_query_position  gst_pad_peer_query_position;
3510 alias c_gst_pad_peer_query_duration  gst_pad_peer_query_duration;
3511 alias c_gst_pad_peer_query_convert  gst_pad_peer_query_convert;
3512 alias c_gst_pad_peer_query_accept_caps  gst_pad_peer_query_accept_caps;
3513 alias c_gst_pad_peer_query_caps  gst_pad_peer_query_caps;
3514 alias c_gst_pad_set_query_function_full  gst_pad_set_query_function_full;
3515 alias c_gst_pad_set_iterate_internal_links_function_full  gst_pad_set_iterate_internal_links_function_full;
3516 alias c_gst_pad_iterate_internal_links  gst_pad_iterate_internal_links;
3517 alias c_gst_pad_iterate_internal_links_default  gst_pad_iterate_internal_links_default;
3518 alias c_gst_pad_set_element_private  gst_pad_set_element_private;
3519 alias c_gst_pad_get_element_private  gst_pad_get_element_private;
3520 alias c_gst_pad_create_stream_id  gst_pad_create_stream_id;
3521 alias c_gst_pad_create_stream_id_printf  gst_pad_create_stream_id_printf;
3522 alias c_gst_pad_create_stream_id_printf_valist  gst_pad_create_stream_id_printf_valist;
3523 alias c_gst_pad_get_stream_id  gst_pad_get_stream_id;
3524 alias c_gst_pad_forward  gst_pad_forward;
3525 alias c_gst_pad_chain  gst_pad_chain;
3526 alias c_gst_pad_chain_list  gst_pad_chain_list;
3527 alias c_gst_pad_start_task  gst_pad_start_task;
3528 alias c_gst_pad_pause_task  gst_pad_pause_task;
3529 alias c_gst_pad_stop_task  gst_pad_stop_task;
3530 alias c_gst_pad_set_active  gst_pad_set_active;
3531 
3532 // gstreamer.PadTemplate
3533 
3534 alias c_gst_static_pad_template_get  gst_static_pad_template_get;
3535 alias c_gst_static_pad_template_get_caps  gst_static_pad_template_get_caps;
3536 alias c_gst_pad_template_new  gst_pad_template_new;
3537 alias c_gst_pad_template_get_caps  gst_pad_template_get_caps;
3538 
3539 // gstreamer.ParamSpecFraction
3540 
3541 alias c_gst_param_spec_fraction  gst_param_spec_fraction;
3542 
3543 // gstreamer.Parse
3544 
3545 alias c_gst_parse_error_quark  gst_parse_error_quark;
3546 alias c_gst_parse_launch  gst_parse_launch;
3547 alias c_gst_parse_launch_full  gst_parse_launch_full;
3548 alias c_gst_parse_launchv  gst_parse_launchv;
3549 alias c_gst_parse_launchv_full  gst_parse_launchv_full;
3550 alias c_gst_parse_bin_from_description  gst_parse_bin_from_description;
3551 alias c_gst_parse_bin_from_description_full  gst_parse_bin_from_description_full;
3552 
3553 // gstreamer.ParseContext
3554 
3555 alias c_gst_parse_context_new  gst_parse_context_new;
3556 alias c_gst_parse_context_free  gst_parse_context_free;
3557 alias c_gst_parse_context_get_missing_elements  gst_parse_context_get_missing_elements;
3558 
3559 // gstreamer.Pipeline
3560 
3561 alias c_gst_pipeline_new  gst_pipeline_new;
3562 alias c_gst_pipeline_get_bus  gst_pipeline_get_bus;
3563 alias c_gst_pipeline_set_clock  gst_pipeline_set_clock;
3564 alias c_gst_pipeline_get_clock  gst_pipeline_get_clock;
3565 alias c_gst_pipeline_use_clock  gst_pipeline_use_clock;
3566 alias c_gst_pipeline_auto_clock  gst_pipeline_auto_clock;
3567 alias c_gst_pipeline_set_auto_flush_bus  gst_pipeline_set_auto_flush_bus;
3568 alias c_gst_pipeline_get_auto_flush_bus  gst_pipeline_get_auto_flush_bus;
3569 alias c_gst_pipeline_set_delay  gst_pipeline_set_delay;
3570 alias c_gst_pipeline_get_delay  gst_pipeline_get_delay;
3571 
3572 // gstreamer.Plugin
3573 
3574 alias c_gst_plugin_error_quark  gst_plugin_error_quark;
3575 alias c_gst_plugin_get_name  gst_plugin_get_name;
3576 alias c_gst_plugin_get_description  gst_plugin_get_description;
3577 alias c_gst_plugin_get_filename  gst_plugin_get_filename;
3578 alias c_gst_plugin_get_license  gst_plugin_get_license;
3579 alias c_gst_plugin_get_package  gst_plugin_get_package;
3580 alias c_gst_plugin_get_origin  gst_plugin_get_origin;
3581 alias c_gst_plugin_get_source  gst_plugin_get_source;
3582 alias c_gst_plugin_get_version  gst_plugin_get_version;
3583 alias c_gst_plugin_get_release_date_string  gst_plugin_get_release_date_string;
3584 alias c_gst_plugin_is_loaded  gst_plugin_is_loaded;
3585 alias c_gst_plugin_get_cache_data  gst_plugin_get_cache_data;
3586 alias c_gst_plugin_set_cache_data  gst_plugin_set_cache_data;
3587 alias c_gst_plugin_load_file  gst_plugin_load_file;
3588 alias c_gst_plugin_load  gst_plugin_load;
3589 alias c_gst_plugin_load_by_name  gst_plugin_load_by_name;
3590 alias c_gst_plugin_list_free  gst_plugin_list_free;
3591 alias c_gst_plugin_register_static  gst_plugin_register_static;
3592 alias c_gst_plugin_register_static_full  gst_plugin_register_static_full;
3593 alias c_gst_plugin_add_dependency  gst_plugin_add_dependency;
3594 alias c_gst_plugin_add_dependency_simple  gst_plugin_add_dependency_simple;
3595 
3596 // gstreamer.PluginFeature
3597 
3598 alias c_gst_plugin_feature_set_rank  gst_plugin_feature_set_rank;
3599 alias c_gst_plugin_feature_get_rank  gst_plugin_feature_get_rank;
3600 alias c_gst_plugin_feature_get_plugin  gst_plugin_feature_get_plugin;
3601 alias c_gst_plugin_feature_get_plugin_name  gst_plugin_feature_get_plugin_name;
3602 alias c_gst_plugin_feature_load  gst_plugin_feature_load;
3603 alias c_gst_plugin_feature_list_copy  gst_plugin_feature_list_copy;
3604 alias c_gst_plugin_feature_list_free  gst_plugin_feature_list_free;
3605 alias c_gst_plugin_feature_check_version  gst_plugin_feature_check_version;
3606 alias c_gst_plugin_feature_rank_compare_func  gst_plugin_feature_rank_compare_func;
3607 
3608 // gstreamer.Poll
3609 
3610 alias c_gst_poll_add_fd  gst_poll_add_fd;
3611 alias c_gst_poll_fd_can_read  gst_poll_fd_can_read;
3612 alias c_gst_poll_fd_can_write  gst_poll_fd_can_write;
3613 alias c_gst_poll_fd_ctl_read  gst_poll_fd_ctl_read;
3614 alias c_gst_poll_fd_ctl_write  gst_poll_fd_ctl_write;
3615 alias c_gst_poll_fd_has_closed  gst_poll_fd_has_closed;
3616 alias c_gst_poll_fd_has_error  gst_poll_fd_has_error;
3617 alias c_gst_poll_fd_ignored  gst_poll_fd_ignored;
3618 alias c_gst_poll_fd_init  gst_poll_fd_init;
3619 alias c_gst_poll_free  gst_poll_free;
3620 alias c_gst_poll_new  gst_poll_new;
3621 alias c_gst_poll_new_timer  gst_poll_new_timer;
3622 alias c_gst_poll_get_read_gpollfd  gst_poll_get_read_gpollfd;
3623 alias c_gst_poll_remove_fd  gst_poll_remove_fd;
3624 alias c_gst_poll_restart  gst_poll_restart;
3625 alias c_gst_poll_set_controllable  gst_poll_set_controllable;
3626 alias c_gst_poll_set_flushing  gst_poll_set_flushing;
3627 alias c_gst_poll_wait  gst_poll_wait;
3628 alias c_gst_poll_read_control  gst_poll_read_control;
3629 alias c_gst_poll_write_control  gst_poll_write_control;
3630 
3631 // gstreamer.PresetT
3632 
3633 
3634 // gstreamer.PresetT
3635 
3636 alias c_gst_preset_get_preset_names  gst_preset_get_preset_names;
3637 alias c_gst_preset_get_property_names  gst_preset_get_property_names;
3638 alias c_gst_preset_load_preset  gst_preset_load_preset;
3639 alias c_gst_preset_save_preset  gst_preset_save_preset;
3640 alias c_gst_preset_rename_preset  gst_preset_rename_preset;
3641 alias c_gst_preset_delete_preset  gst_preset_delete_preset;
3642 alias c_gst_preset_set_meta  gst_preset_set_meta;
3643 alias c_gst_preset_get_meta  gst_preset_get_meta;
3644 alias c_gst_preset_set_app_dir  gst_preset_set_app_dir;
3645 alias c_gst_preset_get_app_dir  gst_preset_get_app_dir;
3646 
3647 // gstreamer.Query
3648 
3649 alias c_gst_query_type_get_flags  gst_query_type_get_flags;
3650 alias c_gst_query_type_get_name  gst_query_type_get_name;
3651 alias c_gst_query_type_to_quark  gst_query_type_to_quark;
3652 alias c_gst_query_ref  gst_query_ref;
3653 alias c_gst_query_unref  gst_query_unref;
3654 alias c_gst_query_copy  gst_query_copy;
3655 alias c_gst_query_replace  gst_query_replace;
3656 alias c_gst_query_writable_structure  gst_query_writable_structure;
3657 alias c_gst_query_new_custom  gst_query_new_custom;
3658 alias c_gst_query_get_structure  gst_query_get_structure;
3659 alias c_gst_query_new_convert  gst_query_new_convert;
3660 alias c_gst_query_set_convert  gst_query_set_convert;
3661 alias c_gst_query_parse_convert  gst_query_parse_convert;
3662 alias c_gst_query_new_position  gst_query_new_position;
3663 alias c_gst_query_set_position  gst_query_set_position;
3664 alias c_gst_query_parse_position  gst_query_parse_position;
3665 alias c_gst_query_new_duration  gst_query_new_duration;
3666 alias c_gst_query_set_duration  gst_query_set_duration;
3667 alias c_gst_query_parse_duration  gst_query_parse_duration;
3668 alias c_gst_query_new_latency  gst_query_new_latency;
3669 alias c_gst_query_parse_latency  gst_query_parse_latency;
3670 alias c_gst_query_set_latency  gst_query_set_latency;
3671 alias c_gst_query_new_seeking  gst_query_new_seeking;
3672 alias c_gst_query_set_seeking  gst_query_set_seeking;
3673 alias c_gst_query_parse_seeking  gst_query_parse_seeking;
3674 alias c_gst_query_new_formats  gst_query_new_formats;
3675 alias c_gst_query_set_formats  gst_query_set_formats;
3676 alias c_gst_query_set_formatsv  gst_query_set_formatsv;
3677 alias c_gst_query_parse_n_formats  gst_query_parse_n_formats;
3678 alias c_gst_query_parse_nth_format  gst_query_parse_nth_format;
3679 alias c_gst_query_new_segment  gst_query_new_segment;
3680 alias c_gst_query_set_segment  gst_query_set_segment;
3681 alias c_gst_query_parse_segment  gst_query_parse_segment;
3682 alias c_gst_query_new_caps  gst_query_new_caps;
3683 alias c_gst_query_parse_caps  gst_query_parse_caps;
3684 alias c_gst_query_set_caps_result  gst_query_set_caps_result;
3685 alias c_gst_query_parse_caps_result  gst_query_parse_caps_result;
3686 alias c_gst_query_new_accept_caps  gst_query_new_accept_caps;
3687 alias c_gst_query_parse_accept_caps  gst_query_parse_accept_caps;
3688 alias c_gst_query_set_accept_caps_result  gst_query_set_accept_caps_result;
3689 alias c_gst_query_parse_accept_caps_result  gst_query_parse_accept_caps_result;
3690 alias c_gst_query_new_buffering  gst_query_new_buffering;
3691 alias c_gst_query_set_buffering_percent  gst_query_set_buffering_percent;
3692 alias c_gst_query_parse_buffering_percent  gst_query_parse_buffering_percent;
3693 alias c_gst_query_set_buffering_stats  gst_query_set_buffering_stats;
3694 alias c_gst_query_parse_buffering_stats  gst_query_parse_buffering_stats;
3695 alias c_gst_query_set_buffering_range  gst_query_set_buffering_range;
3696 alias c_gst_query_parse_buffering_range  gst_query_parse_buffering_range;
3697 alias c_gst_query_add_buffering_range  gst_query_add_buffering_range;
3698 alias c_gst_query_get_n_buffering_ranges  gst_query_get_n_buffering_ranges;
3699 alias c_gst_query_parse_nth_buffering_range  gst_query_parse_nth_buffering_range;
3700 alias c_gst_query_new_uri  gst_query_new_uri;
3701 alias c_gst_query_parse_uri  gst_query_parse_uri;
3702 alias c_gst_query_set_uri  gst_query_set_uri;
3703 alias c_gst_query_new_allocation  gst_query_new_allocation;
3704 alias c_gst_query_parse_allocation  gst_query_parse_allocation;
3705 alias c_gst_query_add_allocation_pool  gst_query_add_allocation_pool;
3706 alias c_gst_query_get_n_allocation_pools  gst_query_get_n_allocation_pools;
3707 alias c_gst_query_parse_nth_allocation_pool  gst_query_parse_nth_allocation_pool;
3708 alias c_gst_query_set_nth_allocation_pool  gst_query_set_nth_allocation_pool;
3709 alias c_gst_query_remove_nth_allocation_pool  gst_query_remove_nth_allocation_pool;
3710 alias c_gst_query_add_allocation_param  gst_query_add_allocation_param;
3711 alias c_gst_query_get_n_allocation_params  gst_query_get_n_allocation_params;
3712 alias c_gst_query_parse_nth_allocation_param  gst_query_parse_nth_allocation_param;
3713 alias c_gst_query_set_nth_allocation_param  gst_query_set_nth_allocation_param;
3714 alias c_gst_query_remove_nth_allocation_param  gst_query_remove_nth_allocation_param;
3715 alias c_gst_query_add_allocation_meta  gst_query_add_allocation_meta;
3716 alias c_gst_query_get_n_allocation_metas  gst_query_get_n_allocation_metas;
3717 alias c_gst_query_parse_nth_allocation_meta  gst_query_parse_nth_allocation_meta;
3718 alias c_gst_query_remove_nth_allocation_meta  gst_query_remove_nth_allocation_meta;
3719 alias c_gst_query_find_allocation_meta  gst_query_find_allocation_meta;
3720 alias c_gst_query_new_scheduling  gst_query_new_scheduling;
3721 alias c_gst_query_parse_scheduling  gst_query_parse_scheduling;
3722 alias c_gst_query_set_scheduling  gst_query_set_scheduling;
3723 alias c_gst_query_add_scheduling_mode  gst_query_add_scheduling_mode;
3724 alias c_gst_query_get_n_scheduling_modes  gst_query_get_n_scheduling_modes;
3725 alias c_gst_query_parse_nth_scheduling_mode  gst_query_parse_nth_scheduling_mode;
3726 alias c_gst_query_has_scheduling_mode  gst_query_has_scheduling_mode;
3727 alias c_gst_query_has_scheduling_mode_with_flags  gst_query_has_scheduling_mode_with_flags;
3728 alias c_gst_query_new_drain  gst_query_new_drain;
3729 alias c_gst_query_new_context  gst_query_new_context;
3730 alias c_gst_query_set_context  gst_query_set_context;
3731 alias c_gst_query_parse_context  gst_query_parse_context;
3732 alias c_gst_query_parse_context_type  gst_query_parse_context_type;
3733 
3734 // gstreamer.Registry
3735 
3736 alias c_gst_registry_get  gst_registry_get;
3737 alias c_gst_registry_get_feature_list  gst_registry_get_feature_list;
3738 alias c_gst_registry_get_feature_list_cookie  gst_registry_get_feature_list_cookie;
3739 alias c_gst_registry_get_feature_list_by_plugin  gst_registry_get_feature_list_by_plugin;
3740 alias c_gst_registry_get_plugin_list  gst_registry_get_plugin_list;
3741 alias c_gst_registry_add_plugin  gst_registry_add_plugin;
3742 alias c_gst_registry_remove_plugin  gst_registry_remove_plugin;
3743 alias c_gst_registry_plugin_filter  gst_registry_plugin_filter;
3744 alias c_gst_registry_feature_filter  gst_registry_feature_filter;
3745 alias c_gst_registry_find_plugin  gst_registry_find_plugin;
3746 alias c_gst_registry_find_feature  gst_registry_find_feature;
3747 alias c_gst_registry_lookup_feature  gst_registry_lookup_feature;
3748 alias c_gst_registry_scan_path  gst_registry_scan_path;
3749 alias c_gst_registry_lookup  gst_registry_lookup;
3750 alias c_gst_registry_remove_feature  gst_registry_remove_feature;
3751 alias c_gst_registry_add_feature  gst_registry_add_feature;
3752 alias c_gst_registry_check_feature_version  gst_registry_check_feature_version;
3753 
3754 // gstreamer.Segment
3755 
3756 alias c_gst_segment_clip  gst_segment_clip;
3757 alias c_gst_segment_init  gst_segment_init;
3758 alias c_gst_segment_new  gst_segment_new;
3759 alias c_gst_segment_copy  gst_segment_copy;
3760 alias c_gst_segment_free  gst_segment_free;
3761 alias c_gst_segment_do_seek  gst_segment_do_seek;
3762 alias c_gst_segment_to_running_time  gst_segment_to_running_time;
3763 alias c_gst_segment_to_stream_time  gst_segment_to_stream_time;
3764 alias c_gst_segment_to_position  gst_segment_to_position;
3765 alias c_gst_segment_set_running_time  gst_segment_set_running_time;
3766 alias c_gst_segment_copy_into  gst_segment_copy_into;
3767 
3768 // gstreamer.Structure
3769 
3770 alias c_gst_structure_new_empty  gst_structure_new_empty;
3771 alias c_gst_structure_new_id_empty  gst_structure_new_id_empty;
3772 alias c_gst_structure_new  gst_structure_new;
3773 alias c_gst_structure_new_valist  gst_structure_new_valist;
3774 alias c_gst_structure_new_id  gst_structure_new_id;
3775 alias c_gst_structure_new_from_string  gst_structure_new_from_string;
3776 alias c_gst_structure_copy  gst_structure_copy;
3777 alias c_gst_structure_free  gst_structure_free;
3778 alias c_gst_structure_get_name  gst_structure_get_name;
3779 alias c_gst_structure_has_name  gst_structure_has_name;
3780 alias c_gst_structure_set_name  gst_structure_set_name;
3781 alias c_gst_structure_get_name_id  gst_structure_get_name_id;
3782 alias c_gst_structure_id_get  gst_structure_id_get;
3783 alias c_gst_structure_id_get_valist  gst_structure_id_get_valist;
3784 alias c_gst_structure_id_get_value  gst_structure_id_get_value;
3785 alias c_gst_structure_id_set_value  gst_structure_id_set_value;
3786 alias c_gst_structure_id_take_value  gst_structure_id_take_value;
3787 alias c_gst_structure_get  gst_structure_get;
3788 alias c_gst_structure_get_valist  gst_structure_get_valist;
3789 alias c_gst_structure_get_value  gst_structure_get_value;
3790 alias c_gst_structure_set_value  gst_structure_set_value;
3791 alias c_gst_structure_take_value  gst_structure_take_value;
3792 alias c_gst_structure_set  gst_structure_set;
3793 alias c_gst_structure_set_valist  gst_structure_set_valist;
3794 alias c_gst_structure_id_set  gst_structure_id_set;
3795 alias c_gst_structure_id_set_valist  gst_structure_id_set_valist;
3796 alias c_gst_structure_remove_field  gst_structure_remove_field;
3797 alias c_gst_structure_remove_fields  gst_structure_remove_fields;
3798 alias c_gst_structure_remove_fields_valist  gst_structure_remove_fields_valist;
3799 alias c_gst_structure_remove_all_fields  gst_structure_remove_all_fields;
3800 alias c_gst_structure_get_field_type  gst_structure_get_field_type;
3801 alias c_gst_structure_foreach  gst_structure_foreach;
3802 alias c_gst_structure_n_fields  gst_structure_n_fields;
3803 alias c_gst_structure_has_field  gst_structure_has_field;
3804 alias c_gst_structure_has_field_typed  gst_structure_has_field_typed;
3805 alias c_gst_structure_is_equal  gst_structure_is_equal;
3806 alias c_gst_structure_is_subset  gst_structure_is_subset;
3807 alias c_gst_structure_can_intersect  gst_structure_can_intersect;
3808 alias c_gst_structure_intersect  gst_structure_intersect;
3809 alias c_gst_structure_id_has_field  gst_structure_id_has_field;
3810 alias c_gst_structure_id_has_field_typed  gst_structure_id_has_field_typed;
3811 alias c_gst_structure_get_boolean  gst_structure_get_boolean;
3812 alias c_gst_structure_get_int  gst_structure_get_int;
3813 alias c_gst_structure_get_uint  gst_structure_get_uint;
3814 alias c_gst_structure_get_double  gst_structure_get_double;
3815 alias c_gst_structure_get_string  gst_structure_get_string;
3816 alias c_gst_structure_get_date  gst_structure_get_date;
3817 alias c_gst_structure_get_date_time  gst_structure_get_date_time;
3818 alias c_gst_structure_get_clock_time  gst_structure_get_clock_time;
3819 alias c_gst_structure_get_enum  gst_structure_get_enum;
3820 alias c_gst_structure_get_fraction  gst_structure_get_fraction;
3821 alias c_gst_structure_map_in_place  gst_structure_map_in_place;
3822 alias c_gst_structure_nth_field_name  gst_structure_nth_field_name;
3823 alias c_gst_structure_set_parent_refcount  gst_structure_set_parent_refcount;
3824 alias c_gst_structure_to_string  gst_structure_to_string;
3825 alias c_gst_structure_from_string  gst_structure_from_string;
3826 alias c_gst_structure_fixate  gst_structure_fixate;
3827 alias c_gst_structure_fixate_field  gst_structure_fixate_field;
3828 alias c_gst_structure_fixate_field_nearest_int  gst_structure_fixate_field_nearest_int;
3829 alias c_gst_structure_fixate_field_nearest_double  gst_structure_fixate_field_nearest_double;
3830 alias c_gst_structure_fixate_field_nearest_fraction  gst_structure_fixate_field_nearest_fraction;
3831 alias c_gst_structure_fixate_field_boolean  gst_structure_fixate_field_boolean;
3832 alias c_gst_structure_fixate_field_string  gst_structure_fixate_field_string;
3833 
3834 // gstreamer.SystemClock
3835 
3836 alias c_gst_system_clock_obtain  gst_system_clock_obtain;
3837 
3838 // gstreamer.TagList
3839 
3840 alias c_gst_tag_register  gst_tag_register;
3841 alias c_gst_tag_register_static  gst_tag_register_static;
3842 alias c_gst_tag_merge_use_first  gst_tag_merge_use_first;
3843 alias c_gst_tag_merge_strings_with_comma  gst_tag_merge_strings_with_comma;
3844 alias c_gst_tag_exists  gst_tag_exists;
3845 alias c_gst_tag_get_type  gst_tag_get_type;
3846 alias c_gst_tag_get_nick  gst_tag_get_nick;
3847 alias c_gst_tag_get_description  gst_tag_get_description;
3848 alias c_gst_tag_get_flag  gst_tag_get_flag;
3849 alias c_gst_tag_is_fixed  gst_tag_is_fixed;
3850 alias c_gst_tag_list_new  gst_tag_list_new;
3851 alias c_gst_tag_list_new_empty  gst_tag_list_new_empty;
3852 alias c_gst_tag_list_new_valist  gst_tag_list_new_valist;
3853 alias c_gst_tag_list_new_from_string  gst_tag_list_new_from_string;
3854 alias c_gst_tag_list_get_scope  gst_tag_list_get_scope;
3855 alias c_gst_tag_list_set_scope  gst_tag_list_set_scope;
3856 alias c_gst_tag_list_to_string  gst_tag_list_to_string;
3857 alias c_gst_tag_list_is_empty  gst_tag_list_is_empty;
3858 alias c_gst_tag_list_is_equal  gst_tag_list_is_equal;
3859 alias c_gst_tag_list_copy  gst_tag_list_copy;
3860 alias c_gst_tag_list_ref  gst_tag_list_ref;
3861 alias c_gst_tag_list_unref  gst_tag_list_unref;
3862 alias c_gst_tag_list_insert  gst_tag_list_insert;
3863 alias c_gst_tag_list_merge  gst_tag_list_merge;
3864 alias c_gst_tag_list_get_tag_size  gst_tag_list_get_tag_size;
3865 alias c_gst_tag_list_n_tags  gst_tag_list_n_tags;
3866 alias c_gst_tag_list_nth_tag_name  gst_tag_list_nth_tag_name;
3867 alias c_gst_tag_list_add  gst_tag_list_add;
3868 alias c_gst_tag_list_add_value  gst_tag_list_add_value;
3869 alias c_gst_tag_list_add_values  gst_tag_list_add_values;
3870 alias c_gst_tag_list_add_valist  gst_tag_list_add_valist;
3871 alias c_gst_tag_list_add_valist_values  gst_tag_list_add_valist_values;
3872 alias c_gst_tag_list_remove_tag  gst_tag_list_remove_tag;
3873 alias c_gst_tag_list_foreach  gst_tag_list_foreach;
3874 alias c_gst_tag_list_get_value_index  gst_tag_list_get_value_index;
3875 alias c_gst_tag_list_copy_value  gst_tag_list_copy_value;
3876 alias c_gst_tag_list_get_boolean  gst_tag_list_get_boolean;
3877 alias c_gst_tag_list_get_boolean_index  gst_tag_list_get_boolean_index;
3878 alias c_gst_tag_list_get_int  gst_tag_list_get_int;
3879 alias c_gst_tag_list_get_int_index  gst_tag_list_get_int_index;
3880 alias c_gst_tag_list_get_uint  gst_tag_list_get_uint;
3881 alias c_gst_tag_list_get_uint_index  gst_tag_list_get_uint_index;
3882 alias c_gst_tag_list_get_int64  gst_tag_list_get_int64;
3883 alias c_gst_tag_list_get_int64_index  gst_tag_list_get_int64_index;
3884 alias c_gst_tag_list_get_uint64  gst_tag_list_get_uint64;
3885 alias c_gst_tag_list_get_uint64_index  gst_tag_list_get_uint64_index;
3886 alias c_gst_tag_list_get_float  gst_tag_list_get_float;
3887 alias c_gst_tag_list_get_float_index  gst_tag_list_get_float_index;
3888 alias c_gst_tag_list_get_double  gst_tag_list_get_double;
3889 alias c_gst_tag_list_get_double_index  gst_tag_list_get_double_index;
3890 alias c_gst_tag_list_get_string  gst_tag_list_get_string;
3891 alias c_gst_tag_list_get_string_index  gst_tag_list_get_string_index;
3892 alias c_gst_tag_list_peek_string_index  gst_tag_list_peek_string_index;
3893 alias c_gst_tag_list_get_pointer  gst_tag_list_get_pointer;
3894 alias c_gst_tag_list_get_pointer_index  gst_tag_list_get_pointer_index;
3895 alias c_gst_tag_list_get_date  gst_tag_list_get_date;
3896 alias c_gst_tag_list_get_date_index  gst_tag_list_get_date_index;
3897 alias c_gst_tag_list_get_date_time  gst_tag_list_get_date_time;
3898 alias c_gst_tag_list_get_date_time_index  gst_tag_list_get_date_time_index;
3899 alias c_gst_tag_list_get_sample  gst_tag_list_get_sample;
3900 alias c_gst_tag_list_get_sample_index  gst_tag_list_get_sample_index;
3901 
3902 // gstreamer.TagSetterT
3903 
3904 
3905 // gstreamer.TagSetterT
3906 
3907 alias c_gst_tag_setter_reset_tags  gst_tag_setter_reset_tags;
3908 alias c_gst_tag_setter_merge_tags  gst_tag_setter_merge_tags;
3909 alias c_gst_tag_setter_add_tags  gst_tag_setter_add_tags;
3910 alias c_gst_tag_setter_add_tag_value  gst_tag_setter_add_tag_value;
3911 alias c_gst_tag_setter_add_tag_values  gst_tag_setter_add_tag_values;
3912 alias c_gst_tag_setter_add_tag_valist  gst_tag_setter_add_tag_valist;
3913 alias c_gst_tag_setter_add_tag_valist_values  gst_tag_setter_add_tag_valist_values;
3914 alias c_gst_tag_setter_get_tag_list  gst_tag_setter_get_tag_list;
3915 alias c_gst_tag_setter_set_tag_merge_mode  gst_tag_setter_set_tag_merge_mode;
3916 alias c_gst_tag_setter_get_tag_merge_mode  gst_tag_setter_get_tag_merge_mode;
3917 
3918 // gstreamer.Task
3919 
3920 alias c_gst_task_new  gst_task_new;
3921 alias c_gst_task_set_lock  gst_task_set_lock;
3922 alias c_gst_task_set_pool  gst_task_set_pool;
3923 alias c_gst_task_get_pool  gst_task_get_pool;
3924 alias c_gst_task_set_enter_callback  gst_task_set_enter_callback;
3925 alias c_gst_task_set_leave_callback  gst_task_set_leave_callback;
3926 alias c_gst_task_get_state  gst_task_get_state;
3927 alias c_gst_task_set_state  gst_task_set_state;
3928 alias c_gst_task_pause  gst_task_pause;
3929 alias c_gst_task_start  gst_task_start;
3930 alias c_gst_task_stop  gst_task_stop;
3931 alias c_gst_task_join  gst_task_join;
3932 alias c_gst_task_cleanup_all  gst_task_cleanup_all;
3933 
3934 // gstreamer.TaskPool
3935 
3936 alias c_gst_task_pool_new  gst_task_pool_new;
3937 alias c_gst_task_pool_prepare  gst_task_pool_prepare;
3938 alias c_gst_task_pool_push  gst_task_pool_push;
3939 alias c_gst_task_pool_join  gst_task_pool_join;
3940 alias c_gst_task_pool_cleanup  gst_task_pool_cleanup;
3941 
3942 // gstreamer.Toc
3943 
3944 alias c_gst_toc_new  gst_toc_new;
3945 alias c_gst_toc_get_scope  gst_toc_get_scope;
3946 alias c_gst_toc_get_entries  gst_toc_get_entries;
3947 alias c_gst_toc_append_entry  gst_toc_append_entry;
3948 alias c_gst_toc_get_tags  gst_toc_get_tags;
3949 alias c_gst_toc_merge_tags  gst_toc_merge_tags;
3950 alias c_gst_toc_set_tags  gst_toc_set_tags;
3951 alias c_gst_toc_dump  gst_toc_dump;
3952 alias c_gst_toc_find_entry  gst_toc_find_entry;
3953 
3954 // gstreamer.TocEntry
3955 
3956 alias c_gst_toc_entry_new  gst_toc_entry_new;
3957 alias c_gst_toc_entry_get_toc  gst_toc_entry_get_toc;
3958 alias c_gst_toc_entry_get_uid  gst_toc_entry_get_uid;
3959 alias c_gst_toc_entry_get_parent  gst_toc_entry_get_parent;
3960 alias c_gst_toc_entry_get_sub_entries  gst_toc_entry_get_sub_entries;
3961 alias c_gst_toc_entry_append_sub_entry  gst_toc_entry_append_sub_entry;
3962 alias c_gst_toc_entry_get_start_stop_times  gst_toc_entry_get_start_stop_times;
3963 alias c_gst_toc_entry_set_start_stop_times  gst_toc_entry_set_start_stop_times;
3964 alias c_gst_toc_entry_get_tags  gst_toc_entry_get_tags;
3965 alias c_gst_toc_entry_merge_tags  gst_toc_entry_merge_tags;
3966 alias c_gst_toc_entry_set_tags  gst_toc_entry_set_tags;
3967 alias c_gst_toc_entry_type_get_nick  gst_toc_entry_type_get_nick;
3968 alias c_gst_toc_entry_get_entry_type  gst_toc_entry_get_entry_type;
3969 alias c_gst_toc_entry_is_alternative  gst_toc_entry_is_alternative;
3970 alias c_gst_toc_entry_is_sequence  gst_toc_entry_is_sequence;
3971 
3972 // gstreamer.TocSetterT
3973 
3974 
3975 // gstreamer.TocSetterT
3976 
3977 alias c_gst_toc_setter_set_toc  gst_toc_setter_set_toc;
3978 alias c_gst_toc_setter_get_toc  gst_toc_setter_get_toc;
3979 alias c_gst_toc_setter_reset  gst_toc_setter_reset;
3980 
3981 // gstreamer.TypeFind
3982 
3983 alias c_gst_type_find_peek  gst_type_find_peek;
3984 alias c_gst_type_find_suggest  gst_type_find_suggest;
3985 alias c_gst_type_find_suggest_simple  gst_type_find_suggest_simple;
3986 alias c_gst_type_find_get_length  gst_type_find_get_length;
3987 alias c_gst_type_find_register  gst_type_find_register;
3988 
3989 // gstreamer.TypeFindFactory
3990 
3991 alias c_gst_type_find_factory_get_list  gst_type_find_factory_get_list;
3992 alias c_gst_type_find_factory_get_extensions  gst_type_find_factory_get_extensions;
3993 alias c_gst_type_find_factory_get_caps  gst_type_find_factory_get_caps;
3994 alias c_gst_type_find_factory_has_function  gst_type_find_factory_has_function;
3995 alias c_gst_type_find_factory_call_function  gst_type_find_factory_call_function;
3996 
3997 // gstreamer.UriHandlerT
3998 
3999 
4000 // gstreamer.UriHandlerT
4001 
4002 alias c_gst_uri_error_quark  gst_uri_error_quark;
4003 alias c_gst_uri_protocol_is_valid  gst_uri_protocol_is_valid;
4004 alias c_gst_uri_protocol_is_supported  gst_uri_protocol_is_supported;
4005 alias c_gst_uri_is_valid  gst_uri_is_valid;
4006 alias c_gst_uri_has_protocol  gst_uri_has_protocol;
4007 alias c_gst_uri_get_protocol  gst_uri_get_protocol;
4008 alias c_gst_uri_get_location  gst_uri_get_location;
4009 alias c_gst_uri_construct  gst_uri_construct;
4010 alias c_gst_filename_to_uri  gst_filename_to_uri;
4011 alias c_gst_element_make_from_uri  gst_element_make_from_uri;
4012 alias c_gst_uri_handler_get_uri_type  gst_uri_handler_get_uri_type;
4013 alias c_gst_uri_handler_get_protocols  gst_uri_handler_get_protocols;
4014 alias c_gst_uri_handler_get_uri  gst_uri_handler_get_uri;
4015 alias c_gst_uri_handler_set_uri  gst_uri_handler_set_uri;
4016 
4017 // gstreamer.Utils
4018 
4019 alias c_GST_READ_FLOAT_LE  GST_READ_FLOAT_LE;
4020 alias c_GST_READ_FLOAT_BE  GST_READ_FLOAT_BE;
4021 alias c_GST_READ_DOUBLE_LE  GST_READ_DOUBLE_LE;
4022 alias c_GST_READ_DOUBLE_BE  GST_READ_DOUBLE_BE;
4023 alias c_GST_WRITE_FLOAT_LE  GST_WRITE_FLOAT_LE;
4024 alias c_GST_WRITE_FLOAT_BE  GST_WRITE_FLOAT_BE;
4025 alias c_GST_WRITE_DOUBLE_LE  GST_WRITE_DOUBLE_LE;
4026 alias c_GST_WRITE_DOUBLE_BE  GST_WRITE_DOUBLE_BE;
4027 alias c_GDOUBLE_SWAP_LE_BE  GDOUBLE_SWAP_LE_BE;
4028 alias c_GFLOAT_SWAP_LE_BE  GFLOAT_SWAP_LE_BE;
4029 alias c_gst_util_dump_mem  gst_util_dump_mem;
4030 alias c_gst_util_uint64_scale  gst_util_uint64_scale;
4031 alias c_gst_util_uint64_scale_round  gst_util_uint64_scale_round;
4032 alias c_gst_util_uint64_scale_ceil  gst_util_uint64_scale_ceil;
4033 alias c_gst_util_uint64_scale_int  gst_util_uint64_scale_int;
4034 alias c_gst_util_uint64_scale_int_round  gst_util_uint64_scale_int_round;
4035 alias c_gst_util_uint64_scale_int_ceil  gst_util_uint64_scale_int_ceil;
4036 alias c_gst_util_greatest_common_divisor  gst_util_greatest_common_divisor;
4037 alias c_gst_util_greatest_common_divisor_int64  gst_util_greatest_common_divisor_int64;
4038 alias c_gst_util_fraction_to_double  gst_util_fraction_to_double;
4039 alias c_gst_util_double_to_fraction  gst_util_double_to_fraction;
4040 alias c_gst_util_fraction_multiply  gst_util_fraction_multiply;
4041 alias c_gst_util_fraction_add  gst_util_fraction_add;
4042 alias c_gst_util_fraction_compare  gst_util_fraction_compare;
4043 alias c_gst_util_seqnum_next  gst_util_seqnum_next;
4044 alias c_gst_util_seqnum_compare  gst_util_seqnum_compare;
4045 alias c_gst_util_group_id_next  gst_util_group_id_next;
4046 alias c_gst_util_set_object_arg  gst_util_set_object_arg;
4047 alias c_gst_util_set_value_from_string  gst_util_set_value_from_string;
4048 alias c_gst_util_get_timestamp  gst_util_get_timestamp;
4049 alias c_gst_util_array_binary_search  gst_util_array_binary_search;
4050 
4051 // gstreamer.ValueGst
4052 
4053 alias c_gst_value_set_int_range  gst_value_set_int_range;
4054 alias c_gst_value_get_int_range_min  gst_value_get_int_range_min;
4055 alias c_gst_value_get_int_range_max  gst_value_get_int_range_max;
4056 alias c_gst_value_set_int_range_step  gst_value_set_int_range_step;
4057 alias c_gst_value_get_int_range_step  gst_value_get_int_range_step;
4058 alias c_gst_value_set_bitmask  gst_value_set_bitmask;
4059 alias c_gst_value_get_bitmask  gst_value_get_bitmask;
4060 alias c_gst_value_set_int64_range  gst_value_set_int64_range;
4061 alias c_gst_value_get_int64_range_min  gst_value_get_int64_range_min;
4062 alias c_gst_value_get_int64_range_max  gst_value_get_int64_range_max;
4063 alias c_gst_value_set_int64_range_step  gst_value_set_int64_range_step;
4064 alias c_gst_value_get_int64_range_step  gst_value_get_int64_range_step;
4065 alias c_gst_value_set_double_range  gst_value_set_double_range;
4066 alias c_gst_value_get_double_range_min  gst_value_get_double_range_min;
4067 alias c_gst_value_get_double_range_max  gst_value_get_double_range_max;
4068 alias c_gst_value_list_append_value  gst_value_list_append_value;
4069 alias c_gst_value_list_prepend_value  gst_value_list_prepend_value;
4070 alias c_gst_value_list_concat  gst_value_list_concat;
4071 alias c_gst_value_list_merge  gst_value_list_merge;
4072 alias c_gst_value_list_get_size  gst_value_list_get_size;
4073 alias c_gst_value_list_get_value  gst_value_list_get_value;
4074 alias c_gst_value_set_fraction  gst_value_set_fraction;
4075 alias c_gst_value_get_fraction_numerator  gst_value_get_fraction_numerator;
4076 alias c_gst_value_get_fraction_denominator  gst_value_get_fraction_denominator;
4077 alias c_gst_value_fraction_multiply  gst_value_fraction_multiply;
4078 alias c_gst_value_fraction_subtract  gst_value_fraction_subtract;
4079 alias c_gst_value_set_fraction_range  gst_value_set_fraction_range;
4080 alias c_gst_value_get_fraction_range_min  gst_value_get_fraction_range_min;
4081 alias c_gst_value_get_fraction_range_max  gst_value_get_fraction_range_max;
4082 alias c_gst_value_set_fraction_range_full  gst_value_set_fraction_range_full;
4083 alias c_gst_value_set_caps  gst_value_set_caps;
4084 alias c_gst_value_get_caps  gst_value_get_caps;
4085 alias c_gst_value_set_caps_features  gst_value_set_caps_features;
4086 alias c_gst_value_get_caps_features  gst_value_get_caps_features;
4087 alias c_gst_value_set_structure  gst_value_set_structure;
4088 alias c_gst_value_get_structure  gst_value_get_structure;
4089 alias c_gst_value_is_fixed  gst_value_is_fixed;
4090 alias c_gst_value_register  gst_value_register;
4091 alias c_gst_value_init_and_copy  gst_value_init_and_copy;
4092 alias c_gst_value_serialize  gst_value_serialize;
4093 alias c_gst_value_deserialize  gst_value_deserialize;
4094 alias c_gst_value_compare  gst_value_compare;
4095 alias c_gst_value_can_compare  gst_value_can_compare;
4096 alias c_gst_value_union  gst_value_union;
4097 alias c_gst_value_can_union  gst_value_can_union;
4098 alias c_gst_value_subtract  gst_value_subtract;
4099 alias c_gst_value_can_subtract  gst_value_can_subtract;
4100 alias c_gst_value_intersect  gst_value_intersect;
4101 alias c_gst_value_can_intersect  gst_value_can_intersect;
4102 alias c_gst_value_is_subset  gst_value_is_subset;
4103 alias c_gst_value_array_append_value  gst_value_array_append_value;
4104 alias c_gst_value_array_get_size  gst_value_array_get_size;
4105 alias c_gst_value_array_get_value  gst_value_array_get_value;
4106 alias c_gst_value_array_prepend_value  gst_value_array_prepend_value;
4107 alias c_gst_value_fixate  gst_value_fixate;