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 gstreamer.c.functions;
26 
27 import std.stdio;
28 import gstreamer.c.types;
29 import gtkd.Loader;
30 
31 version (Windows)
32 	static immutable LIBRARY_GSTREAMER = ["libgstreamer-1.0-0.dll;gstreamer-1.0-0.dll;gstreamer-1.dll"];
33 else version (OSX)
34 	static immutable LIBRARY_GSTREAMER = ["libgstreamer-1.0.0.dylib"];
35 else
36 	static immutable LIBRARY_GSTREAMER = ["libgstreamer-1.0.so.0"];
37 
38 shared static this()
39 {
40 	// gstreamer.AllocationParams
41 
42 	Linker.link(gst_allocation_params_get_type, "gst_allocation_params_get_type", LIBRARY_GSTREAMER);
43 	Linker.link(gst_allocation_params_copy, "gst_allocation_params_copy", LIBRARY_GSTREAMER);
44 	Linker.link(gst_allocation_params_free, "gst_allocation_params_free", LIBRARY_GSTREAMER);
45 	Linker.link(gst_allocation_params_init, "gst_allocation_params_init", LIBRARY_GSTREAMER);
46 
47 	// gstreamer.Allocator
48 
49 	Linker.link(gst_allocator_get_type, "gst_allocator_get_type", LIBRARY_GSTREAMER);
50 	Linker.link(gst_allocator_find, "gst_allocator_find", LIBRARY_GSTREAMER);
51 	Linker.link(gst_allocator_register, "gst_allocator_register", LIBRARY_GSTREAMER);
52 	Linker.link(gst_allocator_alloc, "gst_allocator_alloc", LIBRARY_GSTREAMER);
53 	Linker.link(gst_allocator_free, "gst_allocator_free", LIBRARY_GSTREAMER);
54 	Linker.link(gst_allocator_set_default, "gst_allocator_set_default", LIBRARY_GSTREAMER);
55 
56 	// gstreamer.AtomicQueue
57 
58 	Linker.link(gst_atomic_queue_get_type, "gst_atomic_queue_get_type", LIBRARY_GSTREAMER);
59 	Linker.link(gst_atomic_queue_new, "gst_atomic_queue_new", LIBRARY_GSTREAMER);
60 	Linker.link(gst_atomic_queue_length, "gst_atomic_queue_length", LIBRARY_GSTREAMER);
61 	Linker.link(gst_atomic_queue_peek, "gst_atomic_queue_peek", LIBRARY_GSTREAMER);
62 	Linker.link(gst_atomic_queue_pop, "gst_atomic_queue_pop", LIBRARY_GSTREAMER);
63 	Linker.link(gst_atomic_queue_push, "gst_atomic_queue_push", 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 
67 	// gstreamer.Bin
68 
69 	Linker.link(gst_bin_get_type, "gst_bin_get_type", LIBRARY_GSTREAMER);
70 	Linker.link(gst_bin_new, "gst_bin_new", LIBRARY_GSTREAMER);
71 	Linker.link(gst_bin_add, "gst_bin_add", LIBRARY_GSTREAMER);
72 	Linker.link(gst_bin_add_many, "gst_bin_add_many", LIBRARY_GSTREAMER);
73 	Linker.link(gst_bin_find_unlinked_pad, "gst_bin_find_unlinked_pad", LIBRARY_GSTREAMER);
74 	Linker.link(gst_bin_get_by_interface, "gst_bin_get_by_interface", LIBRARY_GSTREAMER);
75 	Linker.link(gst_bin_get_by_name, "gst_bin_get_by_name", LIBRARY_GSTREAMER);
76 	Linker.link(gst_bin_get_by_name_recurse_up, "gst_bin_get_by_name_recurse_up", LIBRARY_GSTREAMER);
77 	Linker.link(gst_bin_get_suppressed_flags, "gst_bin_get_suppressed_flags", LIBRARY_GSTREAMER);
78 	Linker.link(gst_bin_iterate_all_by_element_factory_name, "gst_bin_iterate_all_by_element_factory_name", LIBRARY_GSTREAMER);
79 	Linker.link(gst_bin_iterate_all_by_interface, "gst_bin_iterate_all_by_interface", LIBRARY_GSTREAMER);
80 	Linker.link(gst_bin_iterate_elements, "gst_bin_iterate_elements", LIBRARY_GSTREAMER);
81 	Linker.link(gst_bin_iterate_recurse, "gst_bin_iterate_recurse", LIBRARY_GSTREAMER);
82 	Linker.link(gst_bin_iterate_sinks, "gst_bin_iterate_sinks", LIBRARY_GSTREAMER);
83 	Linker.link(gst_bin_iterate_sorted, "gst_bin_iterate_sorted", LIBRARY_GSTREAMER);
84 	Linker.link(gst_bin_iterate_sources, "gst_bin_iterate_sources", LIBRARY_GSTREAMER);
85 	Linker.link(gst_bin_recalculate_latency, "gst_bin_recalculate_latency", LIBRARY_GSTREAMER);
86 	Linker.link(gst_bin_remove, "gst_bin_remove", LIBRARY_GSTREAMER);
87 	Linker.link(gst_bin_remove_many, "gst_bin_remove_many", LIBRARY_GSTREAMER);
88 	Linker.link(gst_bin_set_suppressed_flags, "gst_bin_set_suppressed_flags", LIBRARY_GSTREAMER);
89 	Linker.link(gst_bin_sync_children_states, "gst_bin_sync_children_states", LIBRARY_GSTREAMER);
90 
91 	// gstreamer.Bitmask
92 
93 	Linker.link(gst_bitmask_get_type, "gst_bitmask_get_type", LIBRARY_GSTREAMER);
94 
95 	// gstreamer.Buffer
96 
97 	Linker.link(gst_buffer_get_type, "gst_buffer_get_type", LIBRARY_GSTREAMER);
98 	Linker.link(gst_buffer_new, "gst_buffer_new", LIBRARY_GSTREAMER);
99 	Linker.link(gst_buffer_new_allocate, "gst_buffer_new_allocate", LIBRARY_GSTREAMER);
100 	Linker.link(gst_buffer_new_wrapped, "gst_buffer_new_wrapped", LIBRARY_GSTREAMER);
101 	Linker.link(gst_buffer_new_wrapped_bytes, "gst_buffer_new_wrapped_bytes", LIBRARY_GSTREAMER);
102 	Linker.link(gst_buffer_new_wrapped_full, "gst_buffer_new_wrapped_full", LIBRARY_GSTREAMER);
103 	Linker.link(gst_buffer_add_meta, "gst_buffer_add_meta", LIBRARY_GSTREAMER);
104 	Linker.link(gst_buffer_add_parent_buffer_meta, "gst_buffer_add_parent_buffer_meta", LIBRARY_GSTREAMER);
105 	Linker.link(gst_buffer_add_protection_meta, "gst_buffer_add_protection_meta", LIBRARY_GSTREAMER);
106 	Linker.link(gst_buffer_add_reference_timestamp_meta, "gst_buffer_add_reference_timestamp_meta", LIBRARY_GSTREAMER);
107 	Linker.link(gst_buffer_append, "gst_buffer_append", LIBRARY_GSTREAMER);
108 	Linker.link(gst_buffer_append_memory, "gst_buffer_append_memory", LIBRARY_GSTREAMER);
109 	Linker.link(gst_buffer_append_region, "gst_buffer_append_region", LIBRARY_GSTREAMER);
110 	Linker.link(gst_buffer_copy_deep, "gst_buffer_copy_deep", LIBRARY_GSTREAMER);
111 	Linker.link(gst_buffer_copy_into, "gst_buffer_copy_into", LIBRARY_GSTREAMER);
112 	Linker.link(gst_buffer_copy_region, "gst_buffer_copy_region", LIBRARY_GSTREAMER);
113 	Linker.link(gst_buffer_extract, "gst_buffer_extract", LIBRARY_GSTREAMER);
114 	Linker.link(gst_buffer_extract_dup, "gst_buffer_extract_dup", LIBRARY_GSTREAMER);
115 	Linker.link(gst_buffer_fill, "gst_buffer_fill", LIBRARY_GSTREAMER);
116 	Linker.link(gst_buffer_find_memory, "gst_buffer_find_memory", LIBRARY_GSTREAMER);
117 	Linker.link(gst_buffer_foreach_meta, "gst_buffer_foreach_meta", LIBRARY_GSTREAMER);
118 	Linker.link(gst_buffer_get_all_memory, "gst_buffer_get_all_memory", LIBRARY_GSTREAMER);
119 	Linker.link(gst_buffer_get_flags, "gst_buffer_get_flags", LIBRARY_GSTREAMER);
120 	Linker.link(gst_buffer_get_memory, "gst_buffer_get_memory", LIBRARY_GSTREAMER);
121 	Linker.link(gst_buffer_get_memory_range, "gst_buffer_get_memory_range", LIBRARY_GSTREAMER);
122 	Linker.link(gst_buffer_get_meta, "gst_buffer_get_meta", LIBRARY_GSTREAMER);
123 	Linker.link(gst_buffer_get_n_meta, "gst_buffer_get_n_meta", LIBRARY_GSTREAMER);
124 	Linker.link(gst_buffer_get_reference_timestamp_meta, "gst_buffer_get_reference_timestamp_meta", LIBRARY_GSTREAMER);
125 	Linker.link(gst_buffer_get_size, "gst_buffer_get_size", LIBRARY_GSTREAMER);
126 	Linker.link(gst_buffer_get_sizes, "gst_buffer_get_sizes", LIBRARY_GSTREAMER);
127 	Linker.link(gst_buffer_get_sizes_range, "gst_buffer_get_sizes_range", LIBRARY_GSTREAMER);
128 	Linker.link(gst_buffer_has_flags, "gst_buffer_has_flags", LIBRARY_GSTREAMER);
129 	Linker.link(gst_buffer_insert_memory, "gst_buffer_insert_memory", LIBRARY_GSTREAMER);
130 	Linker.link(gst_buffer_is_all_memory_writable, "gst_buffer_is_all_memory_writable", LIBRARY_GSTREAMER);
131 	Linker.link(gst_buffer_is_memory_range_writable, "gst_buffer_is_memory_range_writable", LIBRARY_GSTREAMER);
132 	Linker.link(gst_buffer_iterate_meta, "gst_buffer_iterate_meta", LIBRARY_GSTREAMER);
133 	Linker.link(gst_buffer_iterate_meta_filtered, "gst_buffer_iterate_meta_filtered", LIBRARY_GSTREAMER);
134 	Linker.link(gst_buffer_map, "gst_buffer_map", LIBRARY_GSTREAMER);
135 	Linker.link(gst_buffer_map_range, "gst_buffer_map_range", LIBRARY_GSTREAMER);
136 	Linker.link(gst_buffer_memcmp, "gst_buffer_memcmp", LIBRARY_GSTREAMER);
137 	Linker.link(gst_buffer_memset, "gst_buffer_memset", LIBRARY_GSTREAMER);
138 	Linker.link(gst_buffer_n_memory, "gst_buffer_n_memory", LIBRARY_GSTREAMER);
139 	Linker.link(gst_buffer_peek_memory, "gst_buffer_peek_memory", LIBRARY_GSTREAMER);
140 	Linker.link(gst_buffer_prepend_memory, "gst_buffer_prepend_memory", LIBRARY_GSTREAMER);
141 	Linker.link(gst_buffer_remove_all_memory, "gst_buffer_remove_all_memory", LIBRARY_GSTREAMER);
142 	Linker.link(gst_buffer_remove_memory, "gst_buffer_remove_memory", LIBRARY_GSTREAMER);
143 	Linker.link(gst_buffer_remove_memory_range, "gst_buffer_remove_memory_range", LIBRARY_GSTREAMER);
144 	Linker.link(gst_buffer_remove_meta, "gst_buffer_remove_meta", LIBRARY_GSTREAMER);
145 	Linker.link(gst_buffer_replace_all_memory, "gst_buffer_replace_all_memory", LIBRARY_GSTREAMER);
146 	Linker.link(gst_buffer_replace_memory, "gst_buffer_replace_memory", LIBRARY_GSTREAMER);
147 	Linker.link(gst_buffer_replace_memory_range, "gst_buffer_replace_memory_range", LIBRARY_GSTREAMER);
148 	Linker.link(gst_buffer_resize, "gst_buffer_resize", LIBRARY_GSTREAMER);
149 	Linker.link(gst_buffer_resize_range, "gst_buffer_resize_range", LIBRARY_GSTREAMER);
150 	Linker.link(gst_buffer_set_flags, "gst_buffer_set_flags", LIBRARY_GSTREAMER);
151 	Linker.link(gst_buffer_set_size, "gst_buffer_set_size", LIBRARY_GSTREAMER);
152 	Linker.link(gst_buffer_unmap, "gst_buffer_unmap", LIBRARY_GSTREAMER);
153 	Linker.link(gst_buffer_unset_flags, "gst_buffer_unset_flags", LIBRARY_GSTREAMER);
154 	Linker.link(gst_buffer_get_max_memory, "gst_buffer_get_max_memory", LIBRARY_GSTREAMER);
155 
156 	// gstreamer.BufferList
157 
158 	Linker.link(gst_buffer_list_get_type, "gst_buffer_list_get_type", LIBRARY_GSTREAMER);
159 	Linker.link(gst_buffer_list_new, "gst_buffer_list_new", LIBRARY_GSTREAMER);
160 	Linker.link(gst_buffer_list_new_sized, "gst_buffer_list_new_sized", LIBRARY_GSTREAMER);
161 	Linker.link(gst_buffer_list_calculate_size, "gst_buffer_list_calculate_size", LIBRARY_GSTREAMER);
162 	Linker.link(gst_buffer_list_copy_deep, "gst_buffer_list_copy_deep", LIBRARY_GSTREAMER);
163 	Linker.link(gst_buffer_list_foreach, "gst_buffer_list_foreach", LIBRARY_GSTREAMER);
164 	Linker.link(gst_buffer_list_get, "gst_buffer_list_get", LIBRARY_GSTREAMER);
165 	Linker.link(gst_buffer_list_get_writable, "gst_buffer_list_get_writable", LIBRARY_GSTREAMER);
166 	Linker.link(gst_buffer_list_insert, "gst_buffer_list_insert", LIBRARY_GSTREAMER);
167 	Linker.link(gst_buffer_list_length, "gst_buffer_list_length", LIBRARY_GSTREAMER);
168 	Linker.link(gst_buffer_list_remove, "gst_buffer_list_remove", LIBRARY_GSTREAMER);
169 
170 	// gstreamer.BufferPool
171 
172 	Linker.link(gst_buffer_pool_get_type, "gst_buffer_pool_get_type", LIBRARY_GSTREAMER);
173 	Linker.link(gst_buffer_pool_new, "gst_buffer_pool_new", LIBRARY_GSTREAMER);
174 	Linker.link(gst_buffer_pool_config_add_option, "gst_buffer_pool_config_add_option", LIBRARY_GSTREAMER);
175 	Linker.link(gst_buffer_pool_config_get_allocator, "gst_buffer_pool_config_get_allocator", LIBRARY_GSTREAMER);
176 	Linker.link(gst_buffer_pool_config_get_option, "gst_buffer_pool_config_get_option", LIBRARY_GSTREAMER);
177 	Linker.link(gst_buffer_pool_config_get_params, "gst_buffer_pool_config_get_params", LIBRARY_GSTREAMER);
178 	Linker.link(gst_buffer_pool_config_has_option, "gst_buffer_pool_config_has_option", LIBRARY_GSTREAMER);
179 	Linker.link(gst_buffer_pool_config_n_options, "gst_buffer_pool_config_n_options", LIBRARY_GSTREAMER);
180 	Linker.link(gst_buffer_pool_config_set_allocator, "gst_buffer_pool_config_set_allocator", LIBRARY_GSTREAMER);
181 	Linker.link(gst_buffer_pool_config_set_params, "gst_buffer_pool_config_set_params", LIBRARY_GSTREAMER);
182 	Linker.link(gst_buffer_pool_config_validate_params, "gst_buffer_pool_config_validate_params", LIBRARY_GSTREAMER);
183 	Linker.link(gst_buffer_pool_acquire_buffer, "gst_buffer_pool_acquire_buffer", LIBRARY_GSTREAMER);
184 	Linker.link(gst_buffer_pool_get_config, "gst_buffer_pool_get_config", LIBRARY_GSTREAMER);
185 	Linker.link(gst_buffer_pool_get_options, "gst_buffer_pool_get_options", LIBRARY_GSTREAMER);
186 	Linker.link(gst_buffer_pool_has_option, "gst_buffer_pool_has_option", LIBRARY_GSTREAMER);
187 	Linker.link(gst_buffer_pool_is_active, "gst_buffer_pool_is_active", LIBRARY_GSTREAMER);
188 	Linker.link(gst_buffer_pool_release_buffer, "gst_buffer_pool_release_buffer", LIBRARY_GSTREAMER);
189 	Linker.link(gst_buffer_pool_set_active, "gst_buffer_pool_set_active", LIBRARY_GSTREAMER);
190 	Linker.link(gst_buffer_pool_set_config, "gst_buffer_pool_set_config", LIBRARY_GSTREAMER);
191 	Linker.link(gst_buffer_pool_set_flushing, "gst_buffer_pool_set_flushing", LIBRARY_GSTREAMER);
192 
193 	// gstreamer.Bus
194 
195 	Linker.link(gst_bus_get_type, "gst_bus_get_type", LIBRARY_GSTREAMER);
196 	Linker.link(gst_bus_new, "gst_bus_new", LIBRARY_GSTREAMER);
197 	Linker.link(gst_bus_add_signal_watch, "gst_bus_add_signal_watch", LIBRARY_GSTREAMER);
198 	Linker.link(gst_bus_add_signal_watch_full, "gst_bus_add_signal_watch_full", LIBRARY_GSTREAMER);
199 	Linker.link(gst_bus_add_watch, "gst_bus_add_watch", LIBRARY_GSTREAMER);
200 	Linker.link(gst_bus_add_watch_full, "gst_bus_add_watch_full", LIBRARY_GSTREAMER);
201 	Linker.link(gst_bus_async_signal_func, "gst_bus_async_signal_func", LIBRARY_GSTREAMER);
202 	Linker.link(gst_bus_create_watch, "gst_bus_create_watch", LIBRARY_GSTREAMER);
203 	Linker.link(gst_bus_disable_sync_message_emission, "gst_bus_disable_sync_message_emission", LIBRARY_GSTREAMER);
204 	Linker.link(gst_bus_enable_sync_message_emission, "gst_bus_enable_sync_message_emission", LIBRARY_GSTREAMER);
205 	Linker.link(gst_bus_get_pollfd, "gst_bus_get_pollfd", LIBRARY_GSTREAMER);
206 	Linker.link(gst_bus_have_pending, "gst_bus_have_pending", LIBRARY_GSTREAMER);
207 	Linker.link(gst_bus_peek, "gst_bus_peek", LIBRARY_GSTREAMER);
208 	Linker.link(gst_bus_poll, "gst_bus_poll", LIBRARY_GSTREAMER);
209 	Linker.link(gst_bus_pop, "gst_bus_pop", LIBRARY_GSTREAMER);
210 	Linker.link(gst_bus_pop_filtered, "gst_bus_pop_filtered", LIBRARY_GSTREAMER);
211 	Linker.link(gst_bus_post, "gst_bus_post", LIBRARY_GSTREAMER);
212 	Linker.link(gst_bus_remove_signal_watch, "gst_bus_remove_signal_watch", LIBRARY_GSTREAMER);
213 	Linker.link(gst_bus_remove_watch, "gst_bus_remove_watch", LIBRARY_GSTREAMER);
214 	Linker.link(gst_bus_set_flushing, "gst_bus_set_flushing", LIBRARY_GSTREAMER);
215 	Linker.link(gst_bus_set_sync_handler, "gst_bus_set_sync_handler", LIBRARY_GSTREAMER);
216 	Linker.link(gst_bus_sync_signal_handler, "gst_bus_sync_signal_handler", LIBRARY_GSTREAMER);
217 	Linker.link(gst_bus_timed_pop, "gst_bus_timed_pop", LIBRARY_GSTREAMER);
218 	Linker.link(gst_bus_timed_pop_filtered, "gst_bus_timed_pop_filtered", LIBRARY_GSTREAMER);
219 
220 	// gstreamer.Caps
221 
222 	Linker.link(gst_caps_get_type, "gst_caps_get_type", LIBRARY_GSTREAMER);
223 	Linker.link(gst_caps_new_any, "gst_caps_new_any", LIBRARY_GSTREAMER);
224 	Linker.link(gst_caps_new_empty, "gst_caps_new_empty", LIBRARY_GSTREAMER);
225 	Linker.link(gst_caps_new_empty_simple, "gst_caps_new_empty_simple", LIBRARY_GSTREAMER);
226 	Linker.link(gst_caps_new_full, "gst_caps_new_full", LIBRARY_GSTREAMER);
227 	Linker.link(gst_caps_new_full_valist, "gst_caps_new_full_valist", LIBRARY_GSTREAMER);
228 	Linker.link(gst_caps_new_simple, "gst_caps_new_simple", LIBRARY_GSTREAMER);
229 	Linker.link(gst_caps_append, "gst_caps_append", LIBRARY_GSTREAMER);
230 	Linker.link(gst_caps_append_structure, "gst_caps_append_structure", LIBRARY_GSTREAMER);
231 	Linker.link(gst_caps_append_structure_full, "gst_caps_append_structure_full", LIBRARY_GSTREAMER);
232 	Linker.link(gst_caps_can_intersect, "gst_caps_can_intersect", LIBRARY_GSTREAMER);
233 	Linker.link(gst_caps_copy, "gst_caps_copy", LIBRARY_GSTREAMER);
234 	Linker.link(gst_caps_copy_nth, "gst_caps_copy_nth", LIBRARY_GSTREAMER);
235 	Linker.link(gst_caps_filter_and_map_in_place, "gst_caps_filter_and_map_in_place", LIBRARY_GSTREAMER);
236 	Linker.link(gst_caps_fixate, "gst_caps_fixate", LIBRARY_GSTREAMER);
237 	Linker.link(gst_caps_foreach, "gst_caps_foreach", LIBRARY_GSTREAMER);
238 	Linker.link(gst_caps_get_features, "gst_caps_get_features", LIBRARY_GSTREAMER);
239 	Linker.link(gst_caps_get_size, "gst_caps_get_size", LIBRARY_GSTREAMER);
240 	Linker.link(gst_caps_get_structure, "gst_caps_get_structure", LIBRARY_GSTREAMER);
241 	Linker.link(gst_caps_intersect, "gst_caps_intersect", LIBRARY_GSTREAMER);
242 	Linker.link(gst_caps_intersect_full, "gst_caps_intersect_full", LIBRARY_GSTREAMER);
243 	Linker.link(gst_caps_is_always_compatible, "gst_caps_is_always_compatible", LIBRARY_GSTREAMER);
244 	Linker.link(gst_caps_is_any, "gst_caps_is_any", LIBRARY_GSTREAMER);
245 	Linker.link(gst_caps_is_empty, "gst_caps_is_empty", LIBRARY_GSTREAMER);
246 	Linker.link(gst_caps_is_equal, "gst_caps_is_equal", LIBRARY_GSTREAMER);
247 	Linker.link(gst_caps_is_equal_fixed, "gst_caps_is_equal_fixed", LIBRARY_GSTREAMER);
248 	Linker.link(gst_caps_is_fixed, "gst_caps_is_fixed", LIBRARY_GSTREAMER);
249 	Linker.link(gst_caps_is_strictly_equal, "gst_caps_is_strictly_equal", LIBRARY_GSTREAMER);
250 	Linker.link(gst_caps_is_subset, "gst_caps_is_subset", LIBRARY_GSTREAMER);
251 	Linker.link(gst_caps_is_subset_structure, "gst_caps_is_subset_structure", LIBRARY_GSTREAMER);
252 	Linker.link(gst_caps_is_subset_structure_full, "gst_caps_is_subset_structure_full", LIBRARY_GSTREAMER);
253 	Linker.link(gst_caps_map_in_place, "gst_caps_map_in_place", LIBRARY_GSTREAMER);
254 	Linker.link(gst_caps_merge, "gst_caps_merge", LIBRARY_GSTREAMER);
255 	Linker.link(gst_caps_merge_structure, "gst_caps_merge_structure", LIBRARY_GSTREAMER);
256 	Linker.link(gst_caps_merge_structure_full, "gst_caps_merge_structure_full", LIBRARY_GSTREAMER);
257 	Linker.link(gst_caps_normalize, "gst_caps_normalize", LIBRARY_GSTREAMER);
258 	Linker.link(gst_caps_remove_structure, "gst_caps_remove_structure", LIBRARY_GSTREAMER);
259 	Linker.link(gst_caps_set_features, "gst_caps_set_features", LIBRARY_GSTREAMER);
260 	Linker.link(gst_caps_set_features_simple, "gst_caps_set_features_simple", LIBRARY_GSTREAMER);
261 	Linker.link(gst_caps_set_simple, "gst_caps_set_simple", LIBRARY_GSTREAMER);
262 	Linker.link(gst_caps_set_simple_valist, "gst_caps_set_simple_valist", LIBRARY_GSTREAMER);
263 	Linker.link(gst_caps_set_value, "gst_caps_set_value", LIBRARY_GSTREAMER);
264 	Linker.link(gst_caps_simplify, "gst_caps_simplify", LIBRARY_GSTREAMER);
265 	Linker.link(gst_caps_steal_structure, "gst_caps_steal_structure", LIBRARY_GSTREAMER);
266 	Linker.link(gst_caps_subtract, "gst_caps_subtract", LIBRARY_GSTREAMER);
267 	Linker.link(gst_caps_to_string, "gst_caps_to_string", LIBRARY_GSTREAMER);
268 	Linker.link(gst_caps_truncate, "gst_caps_truncate", LIBRARY_GSTREAMER);
269 	Linker.link(gst_caps_from_string, "gst_caps_from_string", LIBRARY_GSTREAMER);
270 
271 	// gstreamer.CapsFeatures
272 
273 	Linker.link(gst_caps_features_get_type, "gst_caps_features_get_type", LIBRARY_GSTREAMER);
274 	Linker.link(gst_caps_features_new, "gst_caps_features_new", LIBRARY_GSTREAMER);
275 	Linker.link(gst_caps_features_new_any, "gst_caps_features_new_any", LIBRARY_GSTREAMER);
276 	Linker.link(gst_caps_features_new_empty, "gst_caps_features_new_empty", LIBRARY_GSTREAMER);
277 	Linker.link(gst_caps_features_new_id, "gst_caps_features_new_id", LIBRARY_GSTREAMER);
278 	Linker.link(gst_caps_features_new_id_valist, "gst_caps_features_new_id_valist", LIBRARY_GSTREAMER);
279 	Linker.link(gst_caps_features_new_valist, "gst_caps_features_new_valist", LIBRARY_GSTREAMER);
280 	Linker.link(gst_caps_features_add, "gst_caps_features_add", LIBRARY_GSTREAMER);
281 	Linker.link(gst_caps_features_add_id, "gst_caps_features_add_id", LIBRARY_GSTREAMER);
282 	Linker.link(gst_caps_features_contains, "gst_caps_features_contains", LIBRARY_GSTREAMER);
283 	Linker.link(gst_caps_features_contains_id, "gst_caps_features_contains_id", LIBRARY_GSTREAMER);
284 	Linker.link(gst_caps_features_copy, "gst_caps_features_copy", LIBRARY_GSTREAMER);
285 	Linker.link(gst_caps_features_free, "gst_caps_features_free", LIBRARY_GSTREAMER);
286 	Linker.link(gst_caps_features_get_nth, "gst_caps_features_get_nth", LIBRARY_GSTREAMER);
287 	Linker.link(gst_caps_features_get_nth_id, "gst_caps_features_get_nth_id", LIBRARY_GSTREAMER);
288 	Linker.link(gst_caps_features_get_size, "gst_caps_features_get_size", LIBRARY_GSTREAMER);
289 	Linker.link(gst_caps_features_is_any, "gst_caps_features_is_any", LIBRARY_GSTREAMER);
290 	Linker.link(gst_caps_features_is_equal, "gst_caps_features_is_equal", LIBRARY_GSTREAMER);
291 	Linker.link(gst_caps_features_remove, "gst_caps_features_remove", LIBRARY_GSTREAMER);
292 	Linker.link(gst_caps_features_remove_id, "gst_caps_features_remove_id", LIBRARY_GSTREAMER);
293 	Linker.link(gst_caps_features_set_parent_refcount, "gst_caps_features_set_parent_refcount", LIBRARY_GSTREAMER);
294 	Linker.link(gst_caps_features_to_string, "gst_caps_features_to_string", LIBRARY_GSTREAMER);
295 	Linker.link(gst_caps_features_from_string, "gst_caps_features_from_string", LIBRARY_GSTREAMER);
296 
297 	// gstreamer.ChildProxy
298 
299 	Linker.link(gst_child_proxy_get_type, "gst_child_proxy_get_type", LIBRARY_GSTREAMER);
300 	Linker.link(gst_child_proxy_child_added, "gst_child_proxy_child_added", LIBRARY_GSTREAMER);
301 	Linker.link(gst_child_proxy_child_removed, "gst_child_proxy_child_removed", LIBRARY_GSTREAMER);
302 	Linker.link(gst_child_proxy_get, "gst_child_proxy_get", LIBRARY_GSTREAMER);
303 	Linker.link(gst_child_proxy_get_child_by_index, "gst_child_proxy_get_child_by_index", LIBRARY_GSTREAMER);
304 	Linker.link(gst_child_proxy_get_child_by_name, "gst_child_proxy_get_child_by_name", LIBRARY_GSTREAMER);
305 	Linker.link(gst_child_proxy_get_children_count, "gst_child_proxy_get_children_count", LIBRARY_GSTREAMER);
306 	Linker.link(gst_child_proxy_get_property, "gst_child_proxy_get_property", LIBRARY_GSTREAMER);
307 	Linker.link(gst_child_proxy_get_valist, "gst_child_proxy_get_valist", LIBRARY_GSTREAMER);
308 	Linker.link(gst_child_proxy_lookup, "gst_child_proxy_lookup", LIBRARY_GSTREAMER);
309 	Linker.link(gst_child_proxy_set, "gst_child_proxy_set", LIBRARY_GSTREAMER);
310 	Linker.link(gst_child_proxy_set_property, "gst_child_proxy_set_property", LIBRARY_GSTREAMER);
311 	Linker.link(gst_child_proxy_set_valist, "gst_child_proxy_set_valist", LIBRARY_GSTREAMER);
312 
313 	// gstreamer.Clock
314 
315 	Linker.link(gst_clock_get_type, "gst_clock_get_type", LIBRARY_GSTREAMER);
316 	Linker.link(gst_clock_id_compare_func, "gst_clock_id_compare_func", LIBRARY_GSTREAMER);
317 	Linker.link(gst_clock_id_get_clock, "gst_clock_id_get_clock", LIBRARY_GSTREAMER);
318 	Linker.link(gst_clock_id_get_time, "gst_clock_id_get_time", LIBRARY_GSTREAMER);
319 	Linker.link(gst_clock_id_ref, "gst_clock_id_ref", LIBRARY_GSTREAMER);
320 	Linker.link(gst_clock_id_unref, "gst_clock_id_unref", LIBRARY_GSTREAMER);
321 	Linker.link(gst_clock_id_unschedule, "gst_clock_id_unschedule", LIBRARY_GSTREAMER);
322 	Linker.link(gst_clock_id_uses_clock, "gst_clock_id_uses_clock", LIBRARY_GSTREAMER);
323 	Linker.link(gst_clock_id_wait, "gst_clock_id_wait", LIBRARY_GSTREAMER);
324 	Linker.link(gst_clock_id_wait_async, "gst_clock_id_wait_async", LIBRARY_GSTREAMER);
325 	Linker.link(gst_clock_add_observation, "gst_clock_add_observation", LIBRARY_GSTREAMER);
326 	Linker.link(gst_clock_add_observation_unapplied, "gst_clock_add_observation_unapplied", LIBRARY_GSTREAMER);
327 	Linker.link(gst_clock_adjust_unlocked, "gst_clock_adjust_unlocked", LIBRARY_GSTREAMER);
328 	Linker.link(gst_clock_adjust_with_calibration, "gst_clock_adjust_with_calibration", LIBRARY_GSTREAMER);
329 	Linker.link(gst_clock_get_calibration, "gst_clock_get_calibration", LIBRARY_GSTREAMER);
330 	Linker.link(gst_clock_get_internal_time, "gst_clock_get_internal_time", LIBRARY_GSTREAMER);
331 	Linker.link(gst_clock_get_master, "gst_clock_get_master", LIBRARY_GSTREAMER);
332 	Linker.link(gst_clock_get_resolution, "gst_clock_get_resolution", LIBRARY_GSTREAMER);
333 	Linker.link(gst_clock_get_time, "gst_clock_get_time", LIBRARY_GSTREAMER);
334 	Linker.link(gst_clock_get_timeout, "gst_clock_get_timeout", LIBRARY_GSTREAMER);
335 	Linker.link(gst_clock_is_synced, "gst_clock_is_synced", LIBRARY_GSTREAMER);
336 	Linker.link(gst_clock_new_periodic_id, "gst_clock_new_periodic_id", LIBRARY_GSTREAMER);
337 	Linker.link(gst_clock_new_single_shot_id, "gst_clock_new_single_shot_id", LIBRARY_GSTREAMER);
338 	Linker.link(gst_clock_periodic_id_reinit, "gst_clock_periodic_id_reinit", LIBRARY_GSTREAMER);
339 	Linker.link(gst_clock_set_calibration, "gst_clock_set_calibration", LIBRARY_GSTREAMER);
340 	Linker.link(gst_clock_set_master, "gst_clock_set_master", LIBRARY_GSTREAMER);
341 	Linker.link(gst_clock_set_resolution, "gst_clock_set_resolution", LIBRARY_GSTREAMER);
342 	Linker.link(gst_clock_set_synced, "gst_clock_set_synced", LIBRARY_GSTREAMER);
343 	Linker.link(gst_clock_set_timeout, "gst_clock_set_timeout", LIBRARY_GSTREAMER);
344 	Linker.link(gst_clock_single_shot_id_reinit, "gst_clock_single_shot_id_reinit", LIBRARY_GSTREAMER);
345 	Linker.link(gst_clock_unadjust_unlocked, "gst_clock_unadjust_unlocked", LIBRARY_GSTREAMER);
346 	Linker.link(gst_clock_unadjust_with_calibration, "gst_clock_unadjust_with_calibration", LIBRARY_GSTREAMER);
347 	Linker.link(gst_clock_wait_for_sync, "gst_clock_wait_for_sync", LIBRARY_GSTREAMER);
348 
349 	// gstreamer.Context
350 
351 	Linker.link(gst_context_get_type, "gst_context_get_type", LIBRARY_GSTREAMER);
352 	Linker.link(gst_context_new, "gst_context_new", LIBRARY_GSTREAMER);
353 	Linker.link(gst_context_get_context_type, "gst_context_get_context_type", LIBRARY_GSTREAMER);
354 	Linker.link(gst_context_get_structure, "gst_context_get_structure", LIBRARY_GSTREAMER);
355 	Linker.link(gst_context_has_context_type, "gst_context_has_context_type", LIBRARY_GSTREAMER);
356 	Linker.link(gst_context_is_persistent, "gst_context_is_persistent", LIBRARY_GSTREAMER);
357 	Linker.link(gst_context_writable_structure, "gst_context_writable_structure", LIBRARY_GSTREAMER);
358 
359 	// gstreamer.ControlBinding
360 
361 	Linker.link(gst_control_binding_get_type, "gst_control_binding_get_type", LIBRARY_GSTREAMER);
362 	Linker.link(gst_control_binding_get_g_value_array, "gst_control_binding_get_g_value_array", LIBRARY_GSTREAMER);
363 	Linker.link(gst_control_binding_get_value, "gst_control_binding_get_value", LIBRARY_GSTREAMER);
364 	Linker.link(gst_control_binding_get_value_array, "gst_control_binding_get_value_array", LIBRARY_GSTREAMER);
365 	Linker.link(gst_control_binding_is_disabled, "gst_control_binding_is_disabled", LIBRARY_GSTREAMER);
366 	Linker.link(gst_control_binding_set_disabled, "gst_control_binding_set_disabled", LIBRARY_GSTREAMER);
367 	Linker.link(gst_control_binding_sync_values, "gst_control_binding_sync_values", LIBRARY_GSTREAMER);
368 
369 	// gstreamer.ControlSource
370 
371 	Linker.link(gst_control_source_get_type, "gst_control_source_get_type", LIBRARY_GSTREAMER);
372 	Linker.link(gst_control_source_get_value, "gst_control_source_get_value", LIBRARY_GSTREAMER);
373 	Linker.link(gst_control_source_get_value_array, "gst_control_source_get_value_array", LIBRARY_GSTREAMER);
374 
375 	// gstreamer.DateTime
376 
377 	Linker.link(gst_date_time_get_type, "gst_date_time_get_type", LIBRARY_GSTREAMER);
378 	Linker.link(gst_date_time_new, "gst_date_time_new", LIBRARY_GSTREAMER);
379 	Linker.link(gst_date_time_new_from_g_date_time, "gst_date_time_new_from_g_date_time", LIBRARY_GSTREAMER);
380 	Linker.link(gst_date_time_new_from_iso8601_string, "gst_date_time_new_from_iso8601_string", LIBRARY_GSTREAMER);
381 	Linker.link(gst_date_time_new_from_unix_epoch_local_time, "gst_date_time_new_from_unix_epoch_local_time", LIBRARY_GSTREAMER);
382 	Linker.link(gst_date_time_new_from_unix_epoch_local_time_usecs, "gst_date_time_new_from_unix_epoch_local_time_usecs", LIBRARY_GSTREAMER);
383 	Linker.link(gst_date_time_new_from_unix_epoch_utc, "gst_date_time_new_from_unix_epoch_utc", LIBRARY_GSTREAMER);
384 	Linker.link(gst_date_time_new_from_unix_epoch_utc_usecs, "gst_date_time_new_from_unix_epoch_utc_usecs", LIBRARY_GSTREAMER);
385 	Linker.link(gst_date_time_new_local_time, "gst_date_time_new_local_time", LIBRARY_GSTREAMER);
386 	Linker.link(gst_date_time_new_now_local_time, "gst_date_time_new_now_local_time", LIBRARY_GSTREAMER);
387 	Linker.link(gst_date_time_new_now_utc, "gst_date_time_new_now_utc", LIBRARY_GSTREAMER);
388 	Linker.link(gst_date_time_new_y, "gst_date_time_new_y", LIBRARY_GSTREAMER);
389 	Linker.link(gst_date_time_new_ym, "gst_date_time_new_ym", LIBRARY_GSTREAMER);
390 	Linker.link(gst_date_time_new_ymd, "gst_date_time_new_ymd", LIBRARY_GSTREAMER);
391 	Linker.link(gst_date_time_get_day, "gst_date_time_get_day", LIBRARY_GSTREAMER);
392 	Linker.link(gst_date_time_get_hour, "gst_date_time_get_hour", LIBRARY_GSTREAMER);
393 	Linker.link(gst_date_time_get_microsecond, "gst_date_time_get_microsecond", LIBRARY_GSTREAMER);
394 	Linker.link(gst_date_time_get_minute, "gst_date_time_get_minute", LIBRARY_GSTREAMER);
395 	Linker.link(gst_date_time_get_month, "gst_date_time_get_month", LIBRARY_GSTREAMER);
396 	Linker.link(gst_date_time_get_second, "gst_date_time_get_second", LIBRARY_GSTREAMER);
397 	Linker.link(gst_date_time_get_time_zone_offset, "gst_date_time_get_time_zone_offset", LIBRARY_GSTREAMER);
398 	Linker.link(gst_date_time_get_year, "gst_date_time_get_year", LIBRARY_GSTREAMER);
399 	Linker.link(gst_date_time_has_day, "gst_date_time_has_day", LIBRARY_GSTREAMER);
400 	Linker.link(gst_date_time_has_month, "gst_date_time_has_month", LIBRARY_GSTREAMER);
401 	Linker.link(gst_date_time_has_second, "gst_date_time_has_second", LIBRARY_GSTREAMER);
402 	Linker.link(gst_date_time_has_time, "gst_date_time_has_time", LIBRARY_GSTREAMER);
403 	Linker.link(gst_date_time_has_year, "gst_date_time_has_year", LIBRARY_GSTREAMER);
404 	Linker.link(gst_date_time_ref, "gst_date_time_ref", LIBRARY_GSTREAMER);
405 	Linker.link(gst_date_time_to_g_date_time, "gst_date_time_to_g_date_time", LIBRARY_GSTREAMER);
406 	Linker.link(gst_date_time_to_iso8601_string, "gst_date_time_to_iso8601_string", LIBRARY_GSTREAMER);
407 	Linker.link(gst_date_time_unref, "gst_date_time_unref", LIBRARY_GSTREAMER);
408 
409 	// gstreamer.DebugCategory
410 
411 	Linker.link(gst_debug_category_free, "gst_debug_category_free", LIBRARY_GSTREAMER);
412 	Linker.link(gst_debug_category_get_color, "gst_debug_category_get_color", LIBRARY_GSTREAMER);
413 	Linker.link(gst_debug_category_get_description, "gst_debug_category_get_description", LIBRARY_GSTREAMER);
414 	Linker.link(gst_debug_category_get_name, "gst_debug_category_get_name", LIBRARY_GSTREAMER);
415 	Linker.link(gst_debug_category_get_threshold, "gst_debug_category_get_threshold", LIBRARY_GSTREAMER);
416 	Linker.link(gst_debug_category_reset_threshold, "gst_debug_category_reset_threshold", LIBRARY_GSTREAMER);
417 	Linker.link(gst_debug_category_set_threshold, "gst_debug_category_set_threshold", LIBRARY_GSTREAMER);
418 
419 	// gstreamer.DebugMessage
420 
421 	Linker.link(gst_debug_message_get, "gst_debug_message_get", LIBRARY_GSTREAMER);
422 
423 	// gstreamer.Device
424 
425 	Linker.link(gst_device_get_type, "gst_device_get_type", LIBRARY_GSTREAMER);
426 	Linker.link(gst_device_create_element, "gst_device_create_element", LIBRARY_GSTREAMER);
427 	Linker.link(gst_device_get_caps, "gst_device_get_caps", LIBRARY_GSTREAMER);
428 	Linker.link(gst_device_get_device_class, "gst_device_get_device_class", LIBRARY_GSTREAMER);
429 	Linker.link(gst_device_get_display_name, "gst_device_get_display_name", LIBRARY_GSTREAMER);
430 	Linker.link(gst_device_get_properties, "gst_device_get_properties", LIBRARY_GSTREAMER);
431 	Linker.link(gst_device_has_classes, "gst_device_has_classes", LIBRARY_GSTREAMER);
432 	Linker.link(gst_device_has_classesv, "gst_device_has_classesv", LIBRARY_GSTREAMER);
433 	Linker.link(gst_device_reconfigure_element, "gst_device_reconfigure_element", LIBRARY_GSTREAMER);
434 
435 	// gstreamer.DeviceMonitor
436 
437 	Linker.link(gst_device_monitor_get_type, "gst_device_monitor_get_type", LIBRARY_GSTREAMER);
438 	Linker.link(gst_device_monitor_new, "gst_device_monitor_new", LIBRARY_GSTREAMER);
439 	Linker.link(gst_device_monitor_add_filter, "gst_device_monitor_add_filter", LIBRARY_GSTREAMER);
440 	Linker.link(gst_device_monitor_get_bus, "gst_device_monitor_get_bus", LIBRARY_GSTREAMER);
441 	Linker.link(gst_device_monitor_get_devices, "gst_device_monitor_get_devices", LIBRARY_GSTREAMER);
442 	Linker.link(gst_device_monitor_get_providers, "gst_device_monitor_get_providers", LIBRARY_GSTREAMER);
443 	Linker.link(gst_device_monitor_get_show_all_devices, "gst_device_monitor_get_show_all_devices", LIBRARY_GSTREAMER);
444 	Linker.link(gst_device_monitor_remove_filter, "gst_device_monitor_remove_filter", LIBRARY_GSTREAMER);
445 	Linker.link(gst_device_monitor_set_show_all_devices, "gst_device_monitor_set_show_all_devices", LIBRARY_GSTREAMER);
446 	Linker.link(gst_device_monitor_start, "gst_device_monitor_start", LIBRARY_GSTREAMER);
447 	Linker.link(gst_device_monitor_stop, "gst_device_monitor_stop", LIBRARY_GSTREAMER);
448 
449 	// gstreamer.DeviceProvider
450 
451 	Linker.link(gst_device_provider_get_type, "gst_device_provider_get_type", LIBRARY_GSTREAMER);
452 	Linker.link(gst_device_provider_register, "gst_device_provider_register", LIBRARY_GSTREAMER);
453 	Linker.link(gst_device_provider_can_monitor, "gst_device_provider_can_monitor", LIBRARY_GSTREAMER);
454 	Linker.link(gst_device_provider_device_add, "gst_device_provider_device_add", LIBRARY_GSTREAMER);
455 	Linker.link(gst_device_provider_device_changed, "gst_device_provider_device_changed", LIBRARY_GSTREAMER);
456 	Linker.link(gst_device_provider_device_remove, "gst_device_provider_device_remove", LIBRARY_GSTREAMER);
457 	Linker.link(gst_device_provider_get_bus, "gst_device_provider_get_bus", LIBRARY_GSTREAMER);
458 	Linker.link(gst_device_provider_get_devices, "gst_device_provider_get_devices", LIBRARY_GSTREAMER);
459 	Linker.link(gst_device_provider_get_factory, "gst_device_provider_get_factory", LIBRARY_GSTREAMER);
460 	Linker.link(gst_device_provider_get_hidden_providers, "gst_device_provider_get_hidden_providers", LIBRARY_GSTREAMER);
461 	Linker.link(gst_device_provider_get_metadata, "gst_device_provider_get_metadata", LIBRARY_GSTREAMER);
462 	Linker.link(gst_device_provider_hide_provider, "gst_device_provider_hide_provider", LIBRARY_GSTREAMER);
463 	Linker.link(gst_device_provider_start, "gst_device_provider_start", LIBRARY_GSTREAMER);
464 	Linker.link(gst_device_provider_stop, "gst_device_provider_stop", LIBRARY_GSTREAMER);
465 	Linker.link(gst_device_provider_unhide_provider, "gst_device_provider_unhide_provider", LIBRARY_GSTREAMER);
466 
467 	// gstreamer.DeviceProviderClass
468 
469 	Linker.link(gst_device_provider_class_add_metadata, "gst_device_provider_class_add_metadata", LIBRARY_GSTREAMER);
470 	Linker.link(gst_device_provider_class_add_static_metadata, "gst_device_provider_class_add_static_metadata", LIBRARY_GSTREAMER);
471 	Linker.link(gst_device_provider_class_get_metadata, "gst_device_provider_class_get_metadata", LIBRARY_GSTREAMER);
472 	Linker.link(gst_device_provider_class_set_metadata, "gst_device_provider_class_set_metadata", LIBRARY_GSTREAMER);
473 	Linker.link(gst_device_provider_class_set_static_metadata, "gst_device_provider_class_set_static_metadata", LIBRARY_GSTREAMER);
474 
475 	// gstreamer.DeviceProviderFactory
476 
477 	Linker.link(gst_device_provider_factory_get_type, "gst_device_provider_factory_get_type", LIBRARY_GSTREAMER);
478 	Linker.link(gst_device_provider_factory_find, "gst_device_provider_factory_find", LIBRARY_GSTREAMER);
479 	Linker.link(gst_device_provider_factory_get_by_name, "gst_device_provider_factory_get_by_name", LIBRARY_GSTREAMER);
480 	Linker.link(gst_device_provider_factory_list_get_device_providers, "gst_device_provider_factory_list_get_device_providers", LIBRARY_GSTREAMER);
481 	Linker.link(gst_device_provider_factory_get, "gst_device_provider_factory_get", LIBRARY_GSTREAMER);
482 	Linker.link(gst_device_provider_factory_get_device_provider_type, "gst_device_provider_factory_get_device_provider_type", LIBRARY_GSTREAMER);
483 	Linker.link(gst_device_provider_factory_get_metadata, "gst_device_provider_factory_get_metadata", LIBRARY_GSTREAMER);
484 	Linker.link(gst_device_provider_factory_get_metadata_keys, "gst_device_provider_factory_get_metadata_keys", LIBRARY_GSTREAMER);
485 	Linker.link(gst_device_provider_factory_has_classes, "gst_device_provider_factory_has_classes", LIBRARY_GSTREAMER);
486 	Linker.link(gst_device_provider_factory_has_classesv, "gst_device_provider_factory_has_classesv", LIBRARY_GSTREAMER);
487 
488 	// gstreamer.DoubleRange
489 
490 	Linker.link(gst_double_range_get_type, "gst_double_range_get_type", LIBRARY_GSTREAMER);
491 
492 	// gstreamer.DynamicTypeFactory
493 
494 	Linker.link(gst_dynamic_type_factory_get_type, "gst_dynamic_type_factory_get_type", LIBRARY_GSTREAMER);
495 	Linker.link(gst_dynamic_type_factory_load, "gst_dynamic_type_factory_load", LIBRARY_GSTREAMER);
496 
497 	// gstreamer.Element
498 
499 	Linker.link(gst_element_get_type, "gst_element_get_type", LIBRARY_GSTREAMER);
500 	Linker.link(gst_element_make_from_uri, "gst_element_make_from_uri", LIBRARY_GSTREAMER);
501 	Linker.link(gst_element_register, "gst_element_register", LIBRARY_GSTREAMER);
502 	Linker.link(gst_element_state_change_return_get_name, "gst_element_state_change_return_get_name", LIBRARY_GSTREAMER);
503 	Linker.link(gst_element_state_get_name, "gst_element_state_get_name", LIBRARY_GSTREAMER);
504 	Linker.link(gst_element_abort_state, "gst_element_abort_state", LIBRARY_GSTREAMER);
505 	Linker.link(gst_element_add_pad, "gst_element_add_pad", LIBRARY_GSTREAMER);
506 	Linker.link(gst_element_add_property_deep_notify_watch, "gst_element_add_property_deep_notify_watch", LIBRARY_GSTREAMER);
507 	Linker.link(gst_element_add_property_notify_watch, "gst_element_add_property_notify_watch", LIBRARY_GSTREAMER);
508 	Linker.link(gst_element_call_async, "gst_element_call_async", LIBRARY_GSTREAMER);
509 	Linker.link(gst_element_change_state, "gst_element_change_state", LIBRARY_GSTREAMER);
510 	Linker.link(gst_element_continue_state, "gst_element_continue_state", LIBRARY_GSTREAMER);
511 	Linker.link(gst_element_create_all_pads, "gst_element_create_all_pads", LIBRARY_GSTREAMER);
512 	Linker.link(gst_element_foreach_pad, "gst_element_foreach_pad", LIBRARY_GSTREAMER);
513 	Linker.link(gst_element_foreach_sink_pad, "gst_element_foreach_sink_pad", LIBRARY_GSTREAMER);
514 	Linker.link(gst_element_foreach_src_pad, "gst_element_foreach_src_pad", LIBRARY_GSTREAMER);
515 	Linker.link(gst_element_get_base_time, "gst_element_get_base_time", LIBRARY_GSTREAMER);
516 	Linker.link(gst_element_get_bus, "gst_element_get_bus", LIBRARY_GSTREAMER);
517 	Linker.link(gst_element_get_clock, "gst_element_get_clock", LIBRARY_GSTREAMER);
518 	Linker.link(gst_element_get_compatible_pad, "gst_element_get_compatible_pad", LIBRARY_GSTREAMER);
519 	Linker.link(gst_element_get_compatible_pad_template, "gst_element_get_compatible_pad_template", LIBRARY_GSTREAMER);
520 	Linker.link(gst_element_get_context, "gst_element_get_context", LIBRARY_GSTREAMER);
521 	Linker.link(gst_element_get_context_unlocked, "gst_element_get_context_unlocked", LIBRARY_GSTREAMER);
522 	Linker.link(gst_element_get_contexts, "gst_element_get_contexts", LIBRARY_GSTREAMER);
523 	Linker.link(gst_element_get_current_clock_time, "gst_element_get_current_clock_time", LIBRARY_GSTREAMER);
524 	Linker.link(gst_element_get_current_running_time, "gst_element_get_current_running_time", LIBRARY_GSTREAMER);
525 	Linker.link(gst_element_get_factory, "gst_element_get_factory", LIBRARY_GSTREAMER);
526 	Linker.link(gst_element_get_metadata, "gst_element_get_metadata", LIBRARY_GSTREAMER);
527 	Linker.link(gst_element_get_pad_template, "gst_element_get_pad_template", LIBRARY_GSTREAMER);
528 	Linker.link(gst_element_get_pad_template_list, "gst_element_get_pad_template_list", LIBRARY_GSTREAMER);
529 	Linker.link(gst_element_get_request_pad, "gst_element_get_request_pad", LIBRARY_GSTREAMER);
530 	Linker.link(gst_element_get_start_time, "gst_element_get_start_time", LIBRARY_GSTREAMER);
531 	Linker.link(gst_element_get_state, "gst_element_get_state", LIBRARY_GSTREAMER);
532 	Linker.link(gst_element_get_static_pad, "gst_element_get_static_pad", LIBRARY_GSTREAMER);
533 	Linker.link(gst_element_is_locked_state, "gst_element_is_locked_state", LIBRARY_GSTREAMER);
534 	Linker.link(gst_element_iterate_pads, "gst_element_iterate_pads", LIBRARY_GSTREAMER);
535 	Linker.link(gst_element_iterate_sink_pads, "gst_element_iterate_sink_pads", LIBRARY_GSTREAMER);
536 	Linker.link(gst_element_iterate_src_pads, "gst_element_iterate_src_pads", LIBRARY_GSTREAMER);
537 	Linker.link(gst_element_link, "gst_element_link", LIBRARY_GSTREAMER);
538 	Linker.link(gst_element_link_filtered, "gst_element_link_filtered", LIBRARY_GSTREAMER);
539 	Linker.link(gst_element_link_many, "gst_element_link_many", LIBRARY_GSTREAMER);
540 	Linker.link(gst_element_link_pads, "gst_element_link_pads", LIBRARY_GSTREAMER);
541 	Linker.link(gst_element_link_pads_filtered, "gst_element_link_pads_filtered", LIBRARY_GSTREAMER);
542 	Linker.link(gst_element_link_pads_full, "gst_element_link_pads_full", LIBRARY_GSTREAMER);
543 	Linker.link(gst_element_lost_state, "gst_element_lost_state", LIBRARY_GSTREAMER);
544 	Linker.link(gst_element_message_full, "gst_element_message_full", LIBRARY_GSTREAMER);
545 	Linker.link(gst_element_message_full_with_details, "gst_element_message_full_with_details", LIBRARY_GSTREAMER);
546 	Linker.link(gst_element_no_more_pads, "gst_element_no_more_pads", LIBRARY_GSTREAMER);
547 	Linker.link(gst_element_post_message, "gst_element_post_message", LIBRARY_GSTREAMER);
548 	Linker.link(gst_element_provide_clock, "gst_element_provide_clock", LIBRARY_GSTREAMER);
549 	Linker.link(gst_element_query, "gst_element_query", LIBRARY_GSTREAMER);
550 	Linker.link(gst_element_query_convert, "gst_element_query_convert", LIBRARY_GSTREAMER);
551 	Linker.link(gst_element_query_duration, "gst_element_query_duration", LIBRARY_GSTREAMER);
552 	Linker.link(gst_element_query_position, "gst_element_query_position", LIBRARY_GSTREAMER);
553 	Linker.link(gst_element_release_request_pad, "gst_element_release_request_pad", LIBRARY_GSTREAMER);
554 	Linker.link(gst_element_remove_pad, "gst_element_remove_pad", LIBRARY_GSTREAMER);
555 	Linker.link(gst_element_remove_property_notify_watch, "gst_element_remove_property_notify_watch", LIBRARY_GSTREAMER);
556 	Linker.link(gst_element_request_pad, "gst_element_request_pad", LIBRARY_GSTREAMER);
557 	Linker.link(gst_element_seek, "gst_element_seek", LIBRARY_GSTREAMER);
558 	Linker.link(gst_element_seek_simple, "gst_element_seek_simple", LIBRARY_GSTREAMER);
559 	Linker.link(gst_element_send_event, "gst_element_send_event", LIBRARY_GSTREAMER);
560 	Linker.link(gst_element_set_base_time, "gst_element_set_base_time", LIBRARY_GSTREAMER);
561 	Linker.link(gst_element_set_bus, "gst_element_set_bus", LIBRARY_GSTREAMER);
562 	Linker.link(gst_element_set_clock, "gst_element_set_clock", LIBRARY_GSTREAMER);
563 	Linker.link(gst_element_set_context, "gst_element_set_context", LIBRARY_GSTREAMER);
564 	Linker.link(gst_element_set_locked_state, "gst_element_set_locked_state", LIBRARY_GSTREAMER);
565 	Linker.link(gst_element_set_start_time, "gst_element_set_start_time", LIBRARY_GSTREAMER);
566 	Linker.link(gst_element_set_state, "gst_element_set_state", LIBRARY_GSTREAMER);
567 	Linker.link(gst_element_sync_state_with_parent, "gst_element_sync_state_with_parent", LIBRARY_GSTREAMER);
568 	Linker.link(gst_element_unlink, "gst_element_unlink", LIBRARY_GSTREAMER);
569 	Linker.link(gst_element_unlink_many, "gst_element_unlink_many", LIBRARY_GSTREAMER);
570 	Linker.link(gst_element_unlink_pads, "gst_element_unlink_pads", LIBRARY_GSTREAMER);
571 
572 	// gstreamer.ElementClass
573 
574 	Linker.link(gst_element_class_add_metadata, "gst_element_class_add_metadata", LIBRARY_GSTREAMER);
575 	Linker.link(gst_element_class_add_pad_template, "gst_element_class_add_pad_template", LIBRARY_GSTREAMER);
576 	Linker.link(gst_element_class_add_static_metadata, "gst_element_class_add_static_metadata", LIBRARY_GSTREAMER);
577 	Linker.link(gst_element_class_add_static_pad_template, "gst_element_class_add_static_pad_template", LIBRARY_GSTREAMER);
578 	Linker.link(gst_element_class_add_static_pad_template_with_gtype, "gst_element_class_add_static_pad_template_with_gtype", LIBRARY_GSTREAMER);
579 	Linker.link(gst_element_class_get_metadata, "gst_element_class_get_metadata", LIBRARY_GSTREAMER);
580 	Linker.link(gst_element_class_get_pad_template, "gst_element_class_get_pad_template", LIBRARY_GSTREAMER);
581 	Linker.link(gst_element_class_get_pad_template_list, "gst_element_class_get_pad_template_list", LIBRARY_GSTREAMER);
582 	Linker.link(gst_element_class_set_metadata, "gst_element_class_set_metadata", LIBRARY_GSTREAMER);
583 	Linker.link(gst_element_class_set_static_metadata, "gst_element_class_set_static_metadata", LIBRARY_GSTREAMER);
584 
585 	// gstreamer.ElementFactory
586 
587 	Linker.link(gst_element_factory_get_type, "gst_element_factory_get_type", LIBRARY_GSTREAMER);
588 	Linker.link(gst_element_factory_find, "gst_element_factory_find", LIBRARY_GSTREAMER);
589 	Linker.link(gst_element_factory_list_filter, "gst_element_factory_list_filter", LIBRARY_GSTREAMER);
590 	Linker.link(gst_element_factory_list_get_elements, "gst_element_factory_list_get_elements", LIBRARY_GSTREAMER);
591 	Linker.link(gst_element_factory_make, "gst_element_factory_make", LIBRARY_GSTREAMER);
592 	Linker.link(gst_element_factory_can_sink_all_caps, "gst_element_factory_can_sink_all_caps", LIBRARY_GSTREAMER);
593 	Linker.link(gst_element_factory_can_sink_any_caps, "gst_element_factory_can_sink_any_caps", LIBRARY_GSTREAMER);
594 	Linker.link(gst_element_factory_can_src_all_caps, "gst_element_factory_can_src_all_caps", LIBRARY_GSTREAMER);
595 	Linker.link(gst_element_factory_can_src_any_caps, "gst_element_factory_can_src_any_caps", LIBRARY_GSTREAMER);
596 	Linker.link(gst_element_factory_create, "gst_element_factory_create", LIBRARY_GSTREAMER);
597 	Linker.link(gst_element_factory_get_element_type, "gst_element_factory_get_element_type", LIBRARY_GSTREAMER);
598 	Linker.link(gst_element_factory_get_metadata, "gst_element_factory_get_metadata", LIBRARY_GSTREAMER);
599 	Linker.link(gst_element_factory_get_metadata_keys, "gst_element_factory_get_metadata_keys", LIBRARY_GSTREAMER);
600 	Linker.link(gst_element_factory_get_num_pad_templates, "gst_element_factory_get_num_pad_templates", LIBRARY_GSTREAMER);
601 	Linker.link(gst_element_factory_get_static_pad_templates, "gst_element_factory_get_static_pad_templates", LIBRARY_GSTREAMER);
602 	Linker.link(gst_element_factory_get_uri_protocols, "gst_element_factory_get_uri_protocols", LIBRARY_GSTREAMER);
603 	Linker.link(gst_element_factory_get_uri_type, "gst_element_factory_get_uri_type", LIBRARY_GSTREAMER);
604 	Linker.link(gst_element_factory_has_interface, "gst_element_factory_has_interface", LIBRARY_GSTREAMER);
605 	Linker.link(gst_element_factory_list_is_type, "gst_element_factory_list_is_type", LIBRARY_GSTREAMER);
606 
607 	// gstreamer.Event
608 
609 	Linker.link(gst_event_get_type, "gst_event_get_type", LIBRARY_GSTREAMER);
610 	Linker.link(gst_event_new_buffer_size, "gst_event_new_buffer_size", LIBRARY_GSTREAMER);
611 	Linker.link(gst_event_new_caps, "gst_event_new_caps", LIBRARY_GSTREAMER);
612 	Linker.link(gst_event_new_custom, "gst_event_new_custom", LIBRARY_GSTREAMER);
613 	Linker.link(gst_event_new_eos, "gst_event_new_eos", LIBRARY_GSTREAMER);
614 	Linker.link(gst_event_new_flush_start, "gst_event_new_flush_start", LIBRARY_GSTREAMER);
615 	Linker.link(gst_event_new_flush_stop, "gst_event_new_flush_stop", LIBRARY_GSTREAMER);
616 	Linker.link(gst_event_new_gap, "gst_event_new_gap", LIBRARY_GSTREAMER);
617 	Linker.link(gst_event_new_instant_rate_change, "gst_event_new_instant_rate_change", LIBRARY_GSTREAMER);
618 	Linker.link(gst_event_new_instant_rate_sync_time, "gst_event_new_instant_rate_sync_time", LIBRARY_GSTREAMER);
619 	Linker.link(gst_event_new_latency, "gst_event_new_latency", LIBRARY_GSTREAMER);
620 	Linker.link(gst_event_new_navigation, "gst_event_new_navigation", LIBRARY_GSTREAMER);
621 	Linker.link(gst_event_new_protection, "gst_event_new_protection", LIBRARY_GSTREAMER);
622 	Linker.link(gst_event_new_qos, "gst_event_new_qos", LIBRARY_GSTREAMER);
623 	Linker.link(gst_event_new_reconfigure, "gst_event_new_reconfigure", LIBRARY_GSTREAMER);
624 	Linker.link(gst_event_new_seek, "gst_event_new_seek", LIBRARY_GSTREAMER);
625 	Linker.link(gst_event_new_segment, "gst_event_new_segment", LIBRARY_GSTREAMER);
626 	Linker.link(gst_event_new_segment_done, "gst_event_new_segment_done", LIBRARY_GSTREAMER);
627 	Linker.link(gst_event_new_select_streams, "gst_event_new_select_streams", LIBRARY_GSTREAMER);
628 	Linker.link(gst_event_new_sink_message, "gst_event_new_sink_message", LIBRARY_GSTREAMER);
629 	Linker.link(gst_event_new_step, "gst_event_new_step", LIBRARY_GSTREAMER);
630 	Linker.link(gst_event_new_stream_collection, "gst_event_new_stream_collection", LIBRARY_GSTREAMER);
631 	Linker.link(gst_event_new_stream_group_done, "gst_event_new_stream_group_done", LIBRARY_GSTREAMER);
632 	Linker.link(gst_event_new_stream_start, "gst_event_new_stream_start", LIBRARY_GSTREAMER);
633 	Linker.link(gst_event_new_tag, "gst_event_new_tag", LIBRARY_GSTREAMER);
634 	Linker.link(gst_event_new_toc, "gst_event_new_toc", LIBRARY_GSTREAMER);
635 	Linker.link(gst_event_new_toc_select, "gst_event_new_toc_select", LIBRARY_GSTREAMER);
636 	Linker.link(gst_event_copy_segment, "gst_event_copy_segment", LIBRARY_GSTREAMER);
637 	Linker.link(gst_event_get_running_time_offset, "gst_event_get_running_time_offset", LIBRARY_GSTREAMER);
638 	Linker.link(gst_event_get_seqnum, "gst_event_get_seqnum", LIBRARY_GSTREAMER);
639 	Linker.link(gst_event_get_structure, "gst_event_get_structure", LIBRARY_GSTREAMER);
640 	Linker.link(gst_event_has_name, "gst_event_has_name", LIBRARY_GSTREAMER);
641 	Linker.link(gst_event_has_name_id, "gst_event_has_name_id", LIBRARY_GSTREAMER);
642 	Linker.link(gst_event_parse_buffer_size, "gst_event_parse_buffer_size", LIBRARY_GSTREAMER);
643 	Linker.link(gst_event_parse_caps, "gst_event_parse_caps", LIBRARY_GSTREAMER);
644 	Linker.link(gst_event_parse_flush_stop, "gst_event_parse_flush_stop", LIBRARY_GSTREAMER);
645 	Linker.link(gst_event_parse_gap, "gst_event_parse_gap", LIBRARY_GSTREAMER);
646 	Linker.link(gst_event_parse_group_id, "gst_event_parse_group_id", LIBRARY_GSTREAMER);
647 	Linker.link(gst_event_parse_instant_rate_change, "gst_event_parse_instant_rate_change", LIBRARY_GSTREAMER);
648 	Linker.link(gst_event_parse_instant_rate_sync_time, "gst_event_parse_instant_rate_sync_time", LIBRARY_GSTREAMER);
649 	Linker.link(gst_event_parse_latency, "gst_event_parse_latency", LIBRARY_GSTREAMER);
650 	Linker.link(gst_event_parse_protection, "gst_event_parse_protection", LIBRARY_GSTREAMER);
651 	Linker.link(gst_event_parse_qos, "gst_event_parse_qos", LIBRARY_GSTREAMER);
652 	Linker.link(gst_event_parse_seek, "gst_event_parse_seek", LIBRARY_GSTREAMER);
653 	Linker.link(gst_event_parse_seek_trickmode_interval, "gst_event_parse_seek_trickmode_interval", LIBRARY_GSTREAMER);
654 	Linker.link(gst_event_parse_segment, "gst_event_parse_segment", LIBRARY_GSTREAMER);
655 	Linker.link(gst_event_parse_segment_done, "gst_event_parse_segment_done", LIBRARY_GSTREAMER);
656 	Linker.link(gst_event_parse_select_streams, "gst_event_parse_select_streams", LIBRARY_GSTREAMER);
657 	Linker.link(gst_event_parse_sink_message, "gst_event_parse_sink_message", LIBRARY_GSTREAMER);
658 	Linker.link(gst_event_parse_step, "gst_event_parse_step", LIBRARY_GSTREAMER);
659 	Linker.link(gst_event_parse_stream, "gst_event_parse_stream", LIBRARY_GSTREAMER);
660 	Linker.link(gst_event_parse_stream_collection, "gst_event_parse_stream_collection", LIBRARY_GSTREAMER);
661 	Linker.link(gst_event_parse_stream_flags, "gst_event_parse_stream_flags", LIBRARY_GSTREAMER);
662 	Linker.link(gst_event_parse_stream_group_done, "gst_event_parse_stream_group_done", LIBRARY_GSTREAMER);
663 	Linker.link(gst_event_parse_stream_start, "gst_event_parse_stream_start", LIBRARY_GSTREAMER);
664 	Linker.link(gst_event_parse_tag, "gst_event_parse_tag", LIBRARY_GSTREAMER);
665 	Linker.link(gst_event_parse_toc, "gst_event_parse_toc", LIBRARY_GSTREAMER);
666 	Linker.link(gst_event_parse_toc_select, "gst_event_parse_toc_select", LIBRARY_GSTREAMER);
667 	Linker.link(gst_event_set_group_id, "gst_event_set_group_id", LIBRARY_GSTREAMER);
668 	Linker.link(gst_event_set_running_time_offset, "gst_event_set_running_time_offset", LIBRARY_GSTREAMER);
669 	Linker.link(gst_event_set_seek_trickmode_interval, "gst_event_set_seek_trickmode_interval", LIBRARY_GSTREAMER);
670 	Linker.link(gst_event_set_seqnum, "gst_event_set_seqnum", LIBRARY_GSTREAMER);
671 	Linker.link(gst_event_set_stream, "gst_event_set_stream", LIBRARY_GSTREAMER);
672 	Linker.link(gst_event_set_stream_flags, "gst_event_set_stream_flags", LIBRARY_GSTREAMER);
673 	Linker.link(gst_event_writable_structure, "gst_event_writable_structure", LIBRARY_GSTREAMER);
674 	Linker.link(gst_event_type_get_flags, "gst_event_type_get_flags", LIBRARY_GSTREAMER);
675 	Linker.link(gst_event_type_get_name, "gst_event_type_get_name", LIBRARY_GSTREAMER);
676 	Linker.link(gst_event_type_to_quark, "gst_event_type_to_quark", LIBRARY_GSTREAMER);
677 
678 	// gstreamer.FlagSet
679 
680 	Linker.link(gst_flagset_get_type, "gst_flagset_get_type", LIBRARY_GSTREAMER);
681 	Linker.link(gst_flagset_register, "gst_flagset_register", LIBRARY_GSTREAMER);
682 
683 	// gstreamer.Fraction
684 
685 	Linker.link(gst_fraction_get_type, "gst_fraction_get_type", LIBRARY_GSTREAMER);
686 
687 	// gstreamer.FractionRange
688 
689 	Linker.link(gst_fraction_range_get_type, "gst_fraction_range_get_type", LIBRARY_GSTREAMER);
690 
691 	// gstreamer.GhostPad
692 
693 	Linker.link(gst_ghost_pad_get_type, "gst_ghost_pad_get_type", LIBRARY_GSTREAMER);
694 	Linker.link(gst_ghost_pad_new, "gst_ghost_pad_new", LIBRARY_GSTREAMER);
695 	Linker.link(gst_ghost_pad_new_from_template, "gst_ghost_pad_new_from_template", LIBRARY_GSTREAMER);
696 	Linker.link(gst_ghost_pad_new_no_target, "gst_ghost_pad_new_no_target", LIBRARY_GSTREAMER);
697 	Linker.link(gst_ghost_pad_new_no_target_from_template, "gst_ghost_pad_new_no_target_from_template", LIBRARY_GSTREAMER);
698 	Linker.link(gst_ghost_pad_activate_mode_default, "gst_ghost_pad_activate_mode_default", LIBRARY_GSTREAMER);
699 	Linker.link(gst_ghost_pad_internal_activate_mode_default, "gst_ghost_pad_internal_activate_mode_default", LIBRARY_GSTREAMER);
700 	Linker.link(gst_ghost_pad_construct, "gst_ghost_pad_construct", LIBRARY_GSTREAMER);
701 	Linker.link(gst_ghost_pad_get_target, "gst_ghost_pad_get_target", LIBRARY_GSTREAMER);
702 	Linker.link(gst_ghost_pad_set_target, "gst_ghost_pad_set_target", LIBRARY_GSTREAMER);
703 
704 	// gstreamer.Int64Range
705 
706 	Linker.link(gst_int64_range_get_type, "gst_int64_range_get_type", LIBRARY_GSTREAMER);
707 
708 	// gstreamer.IntRange
709 
710 	Linker.link(gst_int_range_get_type, "gst_int_range_get_type", LIBRARY_GSTREAMER);
711 
712 	// gstreamer.Iterator
713 
714 	Linker.link(gst_iterator_get_type, "gst_iterator_get_type", LIBRARY_GSTREAMER);
715 	Linker.link(gst_iterator_new, "gst_iterator_new", LIBRARY_GSTREAMER);
716 	Linker.link(gst_iterator_new_list, "gst_iterator_new_list", LIBRARY_GSTREAMER);
717 	Linker.link(gst_iterator_new_single, "gst_iterator_new_single", LIBRARY_GSTREAMER);
718 	Linker.link(gst_iterator_copy, "gst_iterator_copy", LIBRARY_GSTREAMER);
719 	Linker.link(gst_iterator_filter, "gst_iterator_filter", LIBRARY_GSTREAMER);
720 	Linker.link(gst_iterator_find_custom, "gst_iterator_find_custom", LIBRARY_GSTREAMER);
721 	Linker.link(gst_iterator_fold, "gst_iterator_fold", LIBRARY_GSTREAMER);
722 	Linker.link(gst_iterator_foreach, "gst_iterator_foreach", LIBRARY_GSTREAMER);
723 	Linker.link(gst_iterator_free, "gst_iterator_free", LIBRARY_GSTREAMER);
724 	Linker.link(gst_iterator_next, "gst_iterator_next", LIBRARY_GSTREAMER);
725 	Linker.link(gst_iterator_push, "gst_iterator_push", LIBRARY_GSTREAMER);
726 	Linker.link(gst_iterator_resync, "gst_iterator_resync", LIBRARY_GSTREAMER);
727 
728 	// gstreamer.Memory
729 
730 	Linker.link(gst_memory_get_type, "gst_memory_get_type", LIBRARY_GSTREAMER);
731 	Linker.link(gst_memory_new_wrapped, "gst_memory_new_wrapped", LIBRARY_GSTREAMER);
732 	Linker.link(gst_memory_copy, "gst_memory_copy", LIBRARY_GSTREAMER);
733 	Linker.link(gst_memory_get_sizes, "gst_memory_get_sizes", LIBRARY_GSTREAMER);
734 	Linker.link(gst_memory_init, "gst_memory_init", LIBRARY_GSTREAMER);
735 	Linker.link(gst_memory_is_span, "gst_memory_is_span", LIBRARY_GSTREAMER);
736 	Linker.link(gst_memory_is_type, "gst_memory_is_type", LIBRARY_GSTREAMER);
737 	Linker.link(gst_memory_make_mapped, "gst_memory_make_mapped", LIBRARY_GSTREAMER);
738 	Linker.link(gst_memory_map, "gst_memory_map", LIBRARY_GSTREAMER);
739 	Linker.link(gst_memory_resize, "gst_memory_resize", LIBRARY_GSTREAMER);
740 	Linker.link(gst_memory_share, "gst_memory_share", LIBRARY_GSTREAMER);
741 	Linker.link(gst_memory_unmap, "gst_memory_unmap", LIBRARY_GSTREAMER);
742 
743 	// gstreamer.Message
744 
745 	Linker.link(gst_message_get_type, "gst_message_get_type", LIBRARY_GSTREAMER);
746 	Linker.link(gst_message_new_application, "gst_message_new_application", LIBRARY_GSTREAMER);
747 	Linker.link(gst_message_new_async_done, "gst_message_new_async_done", LIBRARY_GSTREAMER);
748 	Linker.link(gst_message_new_async_start, "gst_message_new_async_start", LIBRARY_GSTREAMER);
749 	Linker.link(gst_message_new_buffering, "gst_message_new_buffering", LIBRARY_GSTREAMER);
750 	Linker.link(gst_message_new_clock_lost, "gst_message_new_clock_lost", LIBRARY_GSTREAMER);
751 	Linker.link(gst_message_new_clock_provide, "gst_message_new_clock_provide", LIBRARY_GSTREAMER);
752 	Linker.link(gst_message_new_custom, "gst_message_new_custom", LIBRARY_GSTREAMER);
753 	Linker.link(gst_message_new_device_added, "gst_message_new_device_added", LIBRARY_GSTREAMER);
754 	Linker.link(gst_message_new_device_changed, "gst_message_new_device_changed", LIBRARY_GSTREAMER);
755 	Linker.link(gst_message_new_device_removed, "gst_message_new_device_removed", LIBRARY_GSTREAMER);
756 	Linker.link(gst_message_new_duration_changed, "gst_message_new_duration_changed", LIBRARY_GSTREAMER);
757 	Linker.link(gst_message_new_element, "gst_message_new_element", LIBRARY_GSTREAMER);
758 	Linker.link(gst_message_new_eos, "gst_message_new_eos", LIBRARY_GSTREAMER);
759 	Linker.link(gst_message_new_error, "gst_message_new_error", LIBRARY_GSTREAMER);
760 	Linker.link(gst_message_new_error_with_details, "gst_message_new_error_with_details", LIBRARY_GSTREAMER);
761 	Linker.link(gst_message_new_have_context, "gst_message_new_have_context", LIBRARY_GSTREAMER);
762 	Linker.link(gst_message_new_info, "gst_message_new_info", LIBRARY_GSTREAMER);
763 	Linker.link(gst_message_new_info_with_details, "gst_message_new_info_with_details", LIBRARY_GSTREAMER);
764 	Linker.link(gst_message_new_instant_rate_request, "gst_message_new_instant_rate_request", LIBRARY_GSTREAMER);
765 	Linker.link(gst_message_new_latency, "gst_message_new_latency", LIBRARY_GSTREAMER);
766 	Linker.link(gst_message_new_need_context, "gst_message_new_need_context", LIBRARY_GSTREAMER);
767 	Linker.link(gst_message_new_new_clock, "gst_message_new_new_clock", LIBRARY_GSTREAMER);
768 	Linker.link(gst_message_new_progress, "gst_message_new_progress", LIBRARY_GSTREAMER);
769 	Linker.link(gst_message_new_property_notify, "gst_message_new_property_notify", LIBRARY_GSTREAMER);
770 	Linker.link(gst_message_new_qos, "gst_message_new_qos", LIBRARY_GSTREAMER);
771 	Linker.link(gst_message_new_redirect, "gst_message_new_redirect", LIBRARY_GSTREAMER);
772 	Linker.link(gst_message_new_request_state, "gst_message_new_request_state", LIBRARY_GSTREAMER);
773 	Linker.link(gst_message_new_reset_time, "gst_message_new_reset_time", LIBRARY_GSTREAMER);
774 	Linker.link(gst_message_new_segment_done, "gst_message_new_segment_done", LIBRARY_GSTREAMER);
775 	Linker.link(gst_message_new_segment_start, "gst_message_new_segment_start", LIBRARY_GSTREAMER);
776 	Linker.link(gst_message_new_state_changed, "gst_message_new_state_changed", LIBRARY_GSTREAMER);
777 	Linker.link(gst_message_new_state_dirty, "gst_message_new_state_dirty", LIBRARY_GSTREAMER);
778 	Linker.link(gst_message_new_step_done, "gst_message_new_step_done", LIBRARY_GSTREAMER);
779 	Linker.link(gst_message_new_step_start, "gst_message_new_step_start", LIBRARY_GSTREAMER);
780 	Linker.link(gst_message_new_stream_collection, "gst_message_new_stream_collection", LIBRARY_GSTREAMER);
781 	Linker.link(gst_message_new_stream_start, "gst_message_new_stream_start", LIBRARY_GSTREAMER);
782 	Linker.link(gst_message_new_stream_status, "gst_message_new_stream_status", LIBRARY_GSTREAMER);
783 	Linker.link(gst_message_new_streams_selected, "gst_message_new_streams_selected", LIBRARY_GSTREAMER);
784 	Linker.link(gst_message_new_structure_change, "gst_message_new_structure_change", LIBRARY_GSTREAMER);
785 	Linker.link(gst_message_new_tag, "gst_message_new_tag", LIBRARY_GSTREAMER);
786 	Linker.link(gst_message_new_toc, "gst_message_new_toc", LIBRARY_GSTREAMER);
787 	Linker.link(gst_message_new_warning, "gst_message_new_warning", LIBRARY_GSTREAMER);
788 	Linker.link(gst_message_new_warning_with_details, "gst_message_new_warning_with_details", LIBRARY_GSTREAMER);
789 	Linker.link(gst_message_add_redirect_entry, "gst_message_add_redirect_entry", LIBRARY_GSTREAMER);
790 	Linker.link(gst_message_copy, "gst_message_copy", LIBRARY_GSTREAMER);
791 	Linker.link(gst_message_get_num_redirect_entries, "gst_message_get_num_redirect_entries", LIBRARY_GSTREAMER);
792 	Linker.link(gst_message_get_seqnum, "gst_message_get_seqnum", LIBRARY_GSTREAMER);
793 	Linker.link(gst_message_get_stream_status_object, "gst_message_get_stream_status_object", LIBRARY_GSTREAMER);
794 	Linker.link(gst_message_get_structure, "gst_message_get_structure", LIBRARY_GSTREAMER);
795 	Linker.link(gst_message_has_name, "gst_message_has_name", LIBRARY_GSTREAMER);
796 	Linker.link(gst_message_parse_async_done, "gst_message_parse_async_done", LIBRARY_GSTREAMER);
797 	Linker.link(gst_message_parse_buffering, "gst_message_parse_buffering", LIBRARY_GSTREAMER);
798 	Linker.link(gst_message_parse_buffering_stats, "gst_message_parse_buffering_stats", LIBRARY_GSTREAMER);
799 	Linker.link(gst_message_parse_clock_lost, "gst_message_parse_clock_lost", LIBRARY_GSTREAMER);
800 	Linker.link(gst_message_parse_clock_provide, "gst_message_parse_clock_provide", LIBRARY_GSTREAMER);
801 	Linker.link(gst_message_parse_context_type, "gst_message_parse_context_type", LIBRARY_GSTREAMER);
802 	Linker.link(gst_message_parse_device_added, "gst_message_parse_device_added", LIBRARY_GSTREAMER);
803 	Linker.link(gst_message_parse_device_changed, "gst_message_parse_device_changed", LIBRARY_GSTREAMER);
804 	Linker.link(gst_message_parse_device_removed, "gst_message_parse_device_removed", LIBRARY_GSTREAMER);
805 	Linker.link(gst_message_parse_error, "gst_message_parse_error", LIBRARY_GSTREAMER);
806 	Linker.link(gst_message_parse_error_details, "gst_message_parse_error_details", LIBRARY_GSTREAMER);
807 	Linker.link(gst_message_parse_group_id, "gst_message_parse_group_id", LIBRARY_GSTREAMER);
808 	Linker.link(gst_message_parse_have_context, "gst_message_parse_have_context", LIBRARY_GSTREAMER);
809 	Linker.link(gst_message_parse_info, "gst_message_parse_info", LIBRARY_GSTREAMER);
810 	Linker.link(gst_message_parse_info_details, "gst_message_parse_info_details", LIBRARY_GSTREAMER);
811 	Linker.link(gst_message_parse_instant_rate_request, "gst_message_parse_instant_rate_request", LIBRARY_GSTREAMER);
812 	Linker.link(gst_message_parse_new_clock, "gst_message_parse_new_clock", LIBRARY_GSTREAMER);
813 	Linker.link(gst_message_parse_progress, "gst_message_parse_progress", LIBRARY_GSTREAMER);
814 	Linker.link(gst_message_parse_property_notify, "gst_message_parse_property_notify", LIBRARY_GSTREAMER);
815 	Linker.link(gst_message_parse_qos, "gst_message_parse_qos", LIBRARY_GSTREAMER);
816 	Linker.link(gst_message_parse_qos_stats, "gst_message_parse_qos_stats", LIBRARY_GSTREAMER);
817 	Linker.link(gst_message_parse_qos_values, "gst_message_parse_qos_values", LIBRARY_GSTREAMER);
818 	Linker.link(gst_message_parse_redirect_entry, "gst_message_parse_redirect_entry", LIBRARY_GSTREAMER);
819 	Linker.link(gst_message_parse_request_state, "gst_message_parse_request_state", LIBRARY_GSTREAMER);
820 	Linker.link(gst_message_parse_reset_time, "gst_message_parse_reset_time", LIBRARY_GSTREAMER);
821 	Linker.link(gst_message_parse_segment_done, "gst_message_parse_segment_done", LIBRARY_GSTREAMER);
822 	Linker.link(gst_message_parse_segment_start, "gst_message_parse_segment_start", LIBRARY_GSTREAMER);
823 	Linker.link(gst_message_parse_state_changed, "gst_message_parse_state_changed", LIBRARY_GSTREAMER);
824 	Linker.link(gst_message_parse_step_done, "gst_message_parse_step_done", LIBRARY_GSTREAMER);
825 	Linker.link(gst_message_parse_step_start, "gst_message_parse_step_start", LIBRARY_GSTREAMER);
826 	Linker.link(gst_message_parse_stream_collection, "gst_message_parse_stream_collection", LIBRARY_GSTREAMER);
827 	Linker.link(gst_message_parse_stream_status, "gst_message_parse_stream_status", LIBRARY_GSTREAMER);
828 	Linker.link(gst_message_parse_streams_selected, "gst_message_parse_streams_selected", LIBRARY_GSTREAMER);
829 	Linker.link(gst_message_parse_structure_change, "gst_message_parse_structure_change", LIBRARY_GSTREAMER);
830 	Linker.link(gst_message_parse_tag, "gst_message_parse_tag", LIBRARY_GSTREAMER);
831 	Linker.link(gst_message_parse_toc, "gst_message_parse_toc", LIBRARY_GSTREAMER);
832 	Linker.link(gst_message_parse_warning, "gst_message_parse_warning", LIBRARY_GSTREAMER);
833 	Linker.link(gst_message_parse_warning_details, "gst_message_parse_warning_details", LIBRARY_GSTREAMER);
834 	Linker.link(gst_message_set_buffering_stats, "gst_message_set_buffering_stats", LIBRARY_GSTREAMER);
835 	Linker.link(gst_message_set_group_id, "gst_message_set_group_id", LIBRARY_GSTREAMER);
836 	Linker.link(gst_message_set_qos_stats, "gst_message_set_qos_stats", LIBRARY_GSTREAMER);
837 	Linker.link(gst_message_set_qos_values, "gst_message_set_qos_values", LIBRARY_GSTREAMER);
838 	Linker.link(gst_message_set_seqnum, "gst_message_set_seqnum", LIBRARY_GSTREAMER);
839 	Linker.link(gst_message_set_stream_status_object, "gst_message_set_stream_status_object", LIBRARY_GSTREAMER);
840 	Linker.link(gst_message_streams_selected_add, "gst_message_streams_selected_add", LIBRARY_GSTREAMER);
841 	Linker.link(gst_message_streams_selected_get_size, "gst_message_streams_selected_get_size", LIBRARY_GSTREAMER);
842 	Linker.link(gst_message_streams_selected_get_stream, "gst_message_streams_selected_get_stream", LIBRARY_GSTREAMER);
843 	Linker.link(gst_message_writable_structure, "gst_message_writable_structure", LIBRARY_GSTREAMER);
844 	Linker.link(gst_message_replace, "gst_message_replace", LIBRARY_GSTREAMER);
845 	Linker.link(gst_message_type_get_name, "gst_message_type_get_name", LIBRARY_GSTREAMER);
846 	Linker.link(gst_message_type_to_quark, "gst_message_type_to_quark", LIBRARY_GSTREAMER);
847 
848 	// gstreamer.Meta
849 
850 	Linker.link(gst_meta_compare_seqnum, "gst_meta_compare_seqnum", LIBRARY_GSTREAMER);
851 	Linker.link(gst_meta_get_seqnum, "gst_meta_get_seqnum", LIBRARY_GSTREAMER);
852 	Linker.link(gst_meta_api_type_get_tags, "gst_meta_api_type_get_tags", LIBRARY_GSTREAMER);
853 	Linker.link(gst_meta_api_type_has_tag, "gst_meta_api_type_has_tag", LIBRARY_GSTREAMER);
854 	Linker.link(gst_meta_api_type_register, "gst_meta_api_type_register", LIBRARY_GSTREAMER);
855 	Linker.link(gst_meta_get_info, "gst_meta_get_info", LIBRARY_GSTREAMER);
856 	Linker.link(gst_meta_register, "gst_meta_register", LIBRARY_GSTREAMER);
857 
858 	// gstreamer.MiniObject
859 
860 	Linker.link(gst_mini_object_add_parent, "gst_mini_object_add_parent", LIBRARY_GSTREAMER);
861 	Linker.link(gst_mini_object_copy, "gst_mini_object_copy", LIBRARY_GSTREAMER);
862 	Linker.link(gst_mini_object_get_qdata, "gst_mini_object_get_qdata", LIBRARY_GSTREAMER);
863 	Linker.link(gst_mini_object_init, "gst_mini_object_init", LIBRARY_GSTREAMER);
864 	Linker.link(gst_mini_object_is_writable, "gst_mini_object_is_writable", LIBRARY_GSTREAMER);
865 	Linker.link(gst_mini_object_lock, "gst_mini_object_lock", LIBRARY_GSTREAMER);
866 	Linker.link(gst_mini_object_make_writable, "gst_mini_object_make_writable", LIBRARY_GSTREAMER);
867 	Linker.link(gst_mini_object_ref, "gst_mini_object_ref", LIBRARY_GSTREAMER);
868 	Linker.link(gst_mini_object_remove_parent, "gst_mini_object_remove_parent", LIBRARY_GSTREAMER);
869 	Linker.link(gst_mini_object_set_qdata, "gst_mini_object_set_qdata", LIBRARY_GSTREAMER);
870 	Linker.link(gst_mini_object_steal_qdata, "gst_mini_object_steal_qdata", LIBRARY_GSTREAMER);
871 	Linker.link(gst_mini_object_unlock, "gst_mini_object_unlock", LIBRARY_GSTREAMER);
872 	Linker.link(gst_mini_object_unref, "gst_mini_object_unref", LIBRARY_GSTREAMER);
873 	Linker.link(gst_mini_object_weak_ref, "gst_mini_object_weak_ref", LIBRARY_GSTREAMER);
874 	Linker.link(gst_mini_object_weak_unref, "gst_mini_object_weak_unref", LIBRARY_GSTREAMER);
875 	Linker.link(gst_mini_object_replace, "gst_mini_object_replace", LIBRARY_GSTREAMER);
876 	Linker.link(gst_mini_object_steal, "gst_mini_object_steal", LIBRARY_GSTREAMER);
877 	Linker.link(gst_mini_object_take, "gst_mini_object_take", LIBRARY_GSTREAMER);
878 
879 	// gstreamer.ObjectGst
880 
881 	Linker.link(gst_object_get_type, "gst_object_get_type", LIBRARY_GSTREAMER);
882 	Linker.link(gst_object_check_uniqueness, "gst_object_check_uniqueness", LIBRARY_GSTREAMER);
883 	Linker.link(gst_object_default_deep_notify, "gst_object_default_deep_notify", LIBRARY_GSTREAMER);
884 	Linker.link(gst_object_ref_sink, "gst_object_ref_sink", LIBRARY_GSTREAMER);
885 	Linker.link(gst_object_replace, "gst_object_replace", LIBRARY_GSTREAMER);
886 	Linker.link(gst_object_add_control_binding, "gst_object_add_control_binding", LIBRARY_GSTREAMER);
887 	Linker.link(gst_object_default_error, "gst_object_default_error", LIBRARY_GSTREAMER);
888 	Linker.link(gst_object_get_control_binding, "gst_object_get_control_binding", LIBRARY_GSTREAMER);
889 	Linker.link(gst_object_get_control_rate, "gst_object_get_control_rate", LIBRARY_GSTREAMER);
890 	Linker.link(gst_object_get_g_value_array, "gst_object_get_g_value_array", LIBRARY_GSTREAMER);
891 	Linker.link(gst_object_get_name, "gst_object_get_name", LIBRARY_GSTREAMER);
892 	Linker.link(gst_object_get_parent, "gst_object_get_parent", LIBRARY_GSTREAMER);
893 	Linker.link(gst_object_get_path_string, "gst_object_get_path_string", LIBRARY_GSTREAMER);
894 	Linker.link(gst_object_get_value, "gst_object_get_value", LIBRARY_GSTREAMER);
895 	Linker.link(gst_object_get_value_array, "gst_object_get_value_array", LIBRARY_GSTREAMER);
896 	Linker.link(gst_object_has_active_control_bindings, "gst_object_has_active_control_bindings", LIBRARY_GSTREAMER);
897 	Linker.link(gst_object_has_ancestor, "gst_object_has_ancestor", LIBRARY_GSTREAMER);
898 	Linker.link(gst_object_has_as_ancestor, "gst_object_has_as_ancestor", LIBRARY_GSTREAMER);
899 	Linker.link(gst_object_has_as_parent, "gst_object_has_as_parent", LIBRARY_GSTREAMER);
900 	Linker.link(gst_object_ref, "gst_object_ref", LIBRARY_GSTREAMER);
901 	Linker.link(gst_object_remove_control_binding, "gst_object_remove_control_binding", LIBRARY_GSTREAMER);
902 	Linker.link(gst_object_set_control_binding_disabled, "gst_object_set_control_binding_disabled", LIBRARY_GSTREAMER);
903 	Linker.link(gst_object_set_control_bindings_disabled, "gst_object_set_control_bindings_disabled", LIBRARY_GSTREAMER);
904 	Linker.link(gst_object_set_control_rate, "gst_object_set_control_rate", LIBRARY_GSTREAMER);
905 	Linker.link(gst_object_set_name, "gst_object_set_name", LIBRARY_GSTREAMER);
906 	Linker.link(gst_object_set_parent, "gst_object_set_parent", LIBRARY_GSTREAMER);
907 	Linker.link(gst_object_suggest_next_sync, "gst_object_suggest_next_sync", LIBRARY_GSTREAMER);
908 	Linker.link(gst_object_sync_values, "gst_object_sync_values", LIBRARY_GSTREAMER);
909 	Linker.link(gst_object_unparent, "gst_object_unparent", LIBRARY_GSTREAMER);
910 	Linker.link(gst_object_unref, "gst_object_unref", LIBRARY_GSTREAMER);
911 
912 	// gstreamer.Pad
913 
914 	Linker.link(gst_pad_get_type, "gst_pad_get_type", LIBRARY_GSTREAMER);
915 	Linker.link(gst_pad_new, "gst_pad_new", LIBRARY_GSTREAMER);
916 	Linker.link(gst_pad_new_from_static_template, "gst_pad_new_from_static_template", LIBRARY_GSTREAMER);
917 	Linker.link(gst_pad_new_from_template, "gst_pad_new_from_template", LIBRARY_GSTREAMER);
918 	Linker.link(gst_pad_link_get_name, "gst_pad_link_get_name", LIBRARY_GSTREAMER);
919 	Linker.link(gst_pad_activate_mode, "gst_pad_activate_mode", LIBRARY_GSTREAMER);
920 	Linker.link(gst_pad_add_probe, "gst_pad_add_probe", LIBRARY_GSTREAMER);
921 	Linker.link(gst_pad_can_link, "gst_pad_can_link", LIBRARY_GSTREAMER);
922 	Linker.link(gst_pad_chain, "gst_pad_chain", LIBRARY_GSTREAMER);
923 	Linker.link(gst_pad_chain_list, "gst_pad_chain_list", LIBRARY_GSTREAMER);
924 	Linker.link(gst_pad_check_reconfigure, "gst_pad_check_reconfigure", LIBRARY_GSTREAMER);
925 	Linker.link(gst_pad_create_stream_id, "gst_pad_create_stream_id", LIBRARY_GSTREAMER);
926 	Linker.link(gst_pad_create_stream_id_printf, "gst_pad_create_stream_id_printf", LIBRARY_GSTREAMER);
927 	Linker.link(gst_pad_create_stream_id_printf_valist, "gst_pad_create_stream_id_printf_valist", LIBRARY_GSTREAMER);
928 	Linker.link(gst_pad_event_default, "gst_pad_event_default", LIBRARY_GSTREAMER);
929 	Linker.link(gst_pad_forward, "gst_pad_forward", LIBRARY_GSTREAMER);
930 	Linker.link(gst_pad_get_allowed_caps, "gst_pad_get_allowed_caps", LIBRARY_GSTREAMER);
931 	Linker.link(gst_pad_get_current_caps, "gst_pad_get_current_caps", LIBRARY_GSTREAMER);
932 	Linker.link(gst_pad_get_direction, "gst_pad_get_direction", LIBRARY_GSTREAMER);
933 	Linker.link(gst_pad_get_element_private, "gst_pad_get_element_private", LIBRARY_GSTREAMER);
934 	Linker.link(gst_pad_get_last_flow_return, "gst_pad_get_last_flow_return", LIBRARY_GSTREAMER);
935 	Linker.link(gst_pad_get_offset, "gst_pad_get_offset", LIBRARY_GSTREAMER);
936 	Linker.link(gst_pad_get_pad_template, "gst_pad_get_pad_template", LIBRARY_GSTREAMER);
937 	Linker.link(gst_pad_get_pad_template_caps, "gst_pad_get_pad_template_caps", LIBRARY_GSTREAMER);
938 	Linker.link(gst_pad_get_parent_element, "gst_pad_get_parent_element", LIBRARY_GSTREAMER);
939 	Linker.link(gst_pad_get_peer, "gst_pad_get_peer", LIBRARY_GSTREAMER);
940 	Linker.link(gst_pad_get_range, "gst_pad_get_range", LIBRARY_GSTREAMER);
941 	Linker.link(gst_pad_get_single_internal_link, "gst_pad_get_single_internal_link", LIBRARY_GSTREAMER);
942 	Linker.link(gst_pad_get_sticky_event, "gst_pad_get_sticky_event", LIBRARY_GSTREAMER);
943 	Linker.link(gst_pad_get_stream, "gst_pad_get_stream", LIBRARY_GSTREAMER);
944 	Linker.link(gst_pad_get_stream_id, "gst_pad_get_stream_id", LIBRARY_GSTREAMER);
945 	Linker.link(gst_pad_get_task_state, "gst_pad_get_task_state", LIBRARY_GSTREAMER);
946 	Linker.link(gst_pad_has_current_caps, "gst_pad_has_current_caps", LIBRARY_GSTREAMER);
947 	Linker.link(gst_pad_is_active, "gst_pad_is_active", LIBRARY_GSTREAMER);
948 	Linker.link(gst_pad_is_blocked, "gst_pad_is_blocked", LIBRARY_GSTREAMER);
949 	Linker.link(gst_pad_is_blocking, "gst_pad_is_blocking", LIBRARY_GSTREAMER);
950 	Linker.link(gst_pad_is_linked, "gst_pad_is_linked", LIBRARY_GSTREAMER);
951 	Linker.link(gst_pad_iterate_internal_links, "gst_pad_iterate_internal_links", LIBRARY_GSTREAMER);
952 	Linker.link(gst_pad_iterate_internal_links_default, "gst_pad_iterate_internal_links_default", LIBRARY_GSTREAMER);
953 	Linker.link(gst_pad_link, "gst_pad_link", LIBRARY_GSTREAMER);
954 	Linker.link(gst_pad_link_full, "gst_pad_link_full", LIBRARY_GSTREAMER);
955 	Linker.link(gst_pad_link_maybe_ghosting, "gst_pad_link_maybe_ghosting", LIBRARY_GSTREAMER);
956 	Linker.link(gst_pad_link_maybe_ghosting_full, "gst_pad_link_maybe_ghosting_full", LIBRARY_GSTREAMER);
957 	Linker.link(gst_pad_mark_reconfigure, "gst_pad_mark_reconfigure", LIBRARY_GSTREAMER);
958 	Linker.link(gst_pad_needs_reconfigure, "gst_pad_needs_reconfigure", LIBRARY_GSTREAMER);
959 	Linker.link(gst_pad_pause_task, "gst_pad_pause_task", LIBRARY_GSTREAMER);
960 	Linker.link(gst_pad_peer_query, "gst_pad_peer_query", LIBRARY_GSTREAMER);
961 	Linker.link(gst_pad_peer_query_accept_caps, "gst_pad_peer_query_accept_caps", LIBRARY_GSTREAMER);
962 	Linker.link(gst_pad_peer_query_caps, "gst_pad_peer_query_caps", LIBRARY_GSTREAMER);
963 	Linker.link(gst_pad_peer_query_convert, "gst_pad_peer_query_convert", LIBRARY_GSTREAMER);
964 	Linker.link(gst_pad_peer_query_duration, "gst_pad_peer_query_duration", LIBRARY_GSTREAMER);
965 	Linker.link(gst_pad_peer_query_position, "gst_pad_peer_query_position", LIBRARY_GSTREAMER);
966 	Linker.link(gst_pad_proxy_query_accept_caps, "gst_pad_proxy_query_accept_caps", LIBRARY_GSTREAMER);
967 	Linker.link(gst_pad_proxy_query_caps, "gst_pad_proxy_query_caps", LIBRARY_GSTREAMER);
968 	Linker.link(gst_pad_pull_range, "gst_pad_pull_range", LIBRARY_GSTREAMER);
969 	Linker.link(gst_pad_push, "gst_pad_push", LIBRARY_GSTREAMER);
970 	Linker.link(gst_pad_push_event, "gst_pad_push_event", LIBRARY_GSTREAMER);
971 	Linker.link(gst_pad_push_list, "gst_pad_push_list", LIBRARY_GSTREAMER);
972 	Linker.link(gst_pad_query, "gst_pad_query", LIBRARY_GSTREAMER);
973 	Linker.link(gst_pad_query_accept_caps, "gst_pad_query_accept_caps", LIBRARY_GSTREAMER);
974 	Linker.link(gst_pad_query_caps, "gst_pad_query_caps", LIBRARY_GSTREAMER);
975 	Linker.link(gst_pad_query_convert, "gst_pad_query_convert", LIBRARY_GSTREAMER);
976 	Linker.link(gst_pad_query_default, "gst_pad_query_default", LIBRARY_GSTREAMER);
977 	Linker.link(gst_pad_query_duration, "gst_pad_query_duration", LIBRARY_GSTREAMER);
978 	Linker.link(gst_pad_query_position, "gst_pad_query_position", LIBRARY_GSTREAMER);
979 	Linker.link(gst_pad_remove_probe, "gst_pad_remove_probe", LIBRARY_GSTREAMER);
980 	Linker.link(gst_pad_send_event, "gst_pad_send_event", LIBRARY_GSTREAMER);
981 	Linker.link(gst_pad_set_activate_function_full, "gst_pad_set_activate_function_full", LIBRARY_GSTREAMER);
982 	Linker.link(gst_pad_set_activatemode_function_full, "gst_pad_set_activatemode_function_full", LIBRARY_GSTREAMER);
983 	Linker.link(gst_pad_set_active, "gst_pad_set_active", LIBRARY_GSTREAMER);
984 	Linker.link(gst_pad_set_chain_function_full, "gst_pad_set_chain_function_full", LIBRARY_GSTREAMER);
985 	Linker.link(gst_pad_set_chain_list_function_full, "gst_pad_set_chain_list_function_full", LIBRARY_GSTREAMER);
986 	Linker.link(gst_pad_set_element_private, "gst_pad_set_element_private", LIBRARY_GSTREAMER);
987 	Linker.link(gst_pad_set_event_full_function_full, "gst_pad_set_event_full_function_full", LIBRARY_GSTREAMER);
988 	Linker.link(gst_pad_set_event_function_full, "gst_pad_set_event_function_full", LIBRARY_GSTREAMER);
989 	Linker.link(gst_pad_set_getrange_function_full, "gst_pad_set_getrange_function_full", LIBRARY_GSTREAMER);
990 	Linker.link(gst_pad_set_iterate_internal_links_function_full, "gst_pad_set_iterate_internal_links_function_full", LIBRARY_GSTREAMER);
991 	Linker.link(gst_pad_set_link_function_full, "gst_pad_set_link_function_full", LIBRARY_GSTREAMER);
992 	Linker.link(gst_pad_set_offset, "gst_pad_set_offset", LIBRARY_GSTREAMER);
993 	Linker.link(gst_pad_set_query_function_full, "gst_pad_set_query_function_full", LIBRARY_GSTREAMER);
994 	Linker.link(gst_pad_set_unlink_function_full, "gst_pad_set_unlink_function_full", LIBRARY_GSTREAMER);
995 	Linker.link(gst_pad_start_task, "gst_pad_start_task", LIBRARY_GSTREAMER);
996 	Linker.link(gst_pad_sticky_events_foreach, "gst_pad_sticky_events_foreach", LIBRARY_GSTREAMER);
997 	Linker.link(gst_pad_stop_task, "gst_pad_stop_task", LIBRARY_GSTREAMER);
998 	Linker.link(gst_pad_store_sticky_event, "gst_pad_store_sticky_event", LIBRARY_GSTREAMER);
999 	Linker.link(gst_pad_unlink, "gst_pad_unlink", LIBRARY_GSTREAMER);
1000 	Linker.link(gst_pad_use_fixed_caps, "gst_pad_use_fixed_caps", LIBRARY_GSTREAMER);
1001 	Linker.link(gst_flow_get_name, "gst_flow_get_name", LIBRARY_GSTREAMER);
1002 	Linker.link(gst_flow_to_quark, "gst_flow_to_quark", LIBRARY_GSTREAMER);
1003 	Linker.link(gst_pad_mode_get_name, "gst_pad_mode_get_name", LIBRARY_GSTREAMER);
1004 
1005 	// gstreamer.PadProbeInfo
1006 
1007 	Linker.link(gst_pad_probe_info_get_buffer, "gst_pad_probe_info_get_buffer", LIBRARY_GSTREAMER);
1008 	Linker.link(gst_pad_probe_info_get_buffer_list, "gst_pad_probe_info_get_buffer_list", LIBRARY_GSTREAMER);
1009 	Linker.link(gst_pad_probe_info_get_event, "gst_pad_probe_info_get_event", LIBRARY_GSTREAMER);
1010 	Linker.link(gst_pad_probe_info_get_query, "gst_pad_probe_info_get_query", LIBRARY_GSTREAMER);
1011 
1012 	// gstreamer.PadTemplate
1013 
1014 	Linker.link(gst_pad_template_get_type, "gst_pad_template_get_type", LIBRARY_GSTREAMER);
1015 	Linker.link(gst_pad_template_new, "gst_pad_template_new", LIBRARY_GSTREAMER);
1016 	Linker.link(gst_pad_template_new_from_static_pad_template_with_gtype, "gst_pad_template_new_from_static_pad_template_with_gtype", LIBRARY_GSTREAMER);
1017 	Linker.link(gst_pad_template_new_with_gtype, "gst_pad_template_new_with_gtype", LIBRARY_GSTREAMER);
1018 	Linker.link(gst_pad_template_get_caps, "gst_pad_template_get_caps", LIBRARY_GSTREAMER);
1019 	Linker.link(gst_pad_template_get_documentation_caps, "gst_pad_template_get_documentation_caps", LIBRARY_GSTREAMER);
1020 	Linker.link(gst_pad_template_pad_created, "gst_pad_template_pad_created", LIBRARY_GSTREAMER);
1021 	Linker.link(gst_pad_template_set_documentation_caps, "gst_pad_template_set_documentation_caps", LIBRARY_GSTREAMER);
1022 
1023 	// gstreamer.ParamArray
1024 
1025 	Linker.link(gst_param_spec_array_get_type, "gst_param_spec_array_get_type", LIBRARY_GSTREAMER);
1026 
1027 	// gstreamer.ParamFraction
1028 
1029 	Linker.link(gst_param_spec_fraction_get_type, "gst_param_spec_fraction_get_type", LIBRARY_GSTREAMER);
1030 
1031 	// gstreamer.ParamSpecFraction
1032 
1033 	Linker.link(gst_param_spec_fraction, "gst_param_spec_fraction", LIBRARY_GSTREAMER);
1034 
1035 	// gstreamer.ParentBufferMeta
1036 
1037 	Linker.link(gst_parent_buffer_meta_get_info, "gst_parent_buffer_meta_get_info", LIBRARY_GSTREAMER);
1038 	Linker.link(gst_parent_buffer_meta_api_get_type, "gst_parent_buffer_meta_api_get_type", LIBRARY_GSTREAMER);
1039 
1040 	// gstreamer.ParseContext
1041 
1042 	Linker.link(gst_parse_context_get_type, "gst_parse_context_get_type", LIBRARY_GSTREAMER);
1043 	Linker.link(gst_parse_context_new, "gst_parse_context_new", LIBRARY_GSTREAMER);
1044 	Linker.link(gst_parse_context_copy, "gst_parse_context_copy", LIBRARY_GSTREAMER);
1045 	Linker.link(gst_parse_context_free, "gst_parse_context_free", LIBRARY_GSTREAMER);
1046 	Linker.link(gst_parse_context_get_missing_elements, "gst_parse_context_get_missing_elements", LIBRARY_GSTREAMER);
1047 
1048 	// gstreamer.Pipeline
1049 
1050 	Linker.link(gst_pipeline_get_type, "gst_pipeline_get_type", LIBRARY_GSTREAMER);
1051 	Linker.link(gst_pipeline_new, "gst_pipeline_new", LIBRARY_GSTREAMER);
1052 	Linker.link(gst_pipeline_auto_clock, "gst_pipeline_auto_clock", LIBRARY_GSTREAMER);
1053 	Linker.link(gst_pipeline_get_auto_flush_bus, "gst_pipeline_get_auto_flush_bus", LIBRARY_GSTREAMER);
1054 	Linker.link(gst_pipeline_get_bus, "gst_pipeline_get_bus", LIBRARY_GSTREAMER);
1055 	Linker.link(gst_pipeline_get_clock, "gst_pipeline_get_clock", LIBRARY_GSTREAMER);
1056 	Linker.link(gst_pipeline_get_delay, "gst_pipeline_get_delay", LIBRARY_GSTREAMER);
1057 	Linker.link(gst_pipeline_get_latency, "gst_pipeline_get_latency", LIBRARY_GSTREAMER);
1058 	Linker.link(gst_pipeline_get_pipeline_clock, "gst_pipeline_get_pipeline_clock", LIBRARY_GSTREAMER);
1059 	Linker.link(gst_pipeline_set_auto_flush_bus, "gst_pipeline_set_auto_flush_bus", LIBRARY_GSTREAMER);
1060 	Linker.link(gst_pipeline_set_clock, "gst_pipeline_set_clock", LIBRARY_GSTREAMER);
1061 	Linker.link(gst_pipeline_set_delay, "gst_pipeline_set_delay", LIBRARY_GSTREAMER);
1062 	Linker.link(gst_pipeline_set_latency, "gst_pipeline_set_latency", LIBRARY_GSTREAMER);
1063 	Linker.link(gst_pipeline_use_clock, "gst_pipeline_use_clock", LIBRARY_GSTREAMER);
1064 
1065 	// gstreamer.Plugin
1066 
1067 	Linker.link(gst_plugin_get_type, "gst_plugin_get_type", LIBRARY_GSTREAMER);
1068 	Linker.link(gst_plugin_list_free, "gst_plugin_list_free", LIBRARY_GSTREAMER);
1069 	Linker.link(gst_plugin_load_by_name, "gst_plugin_load_by_name", LIBRARY_GSTREAMER);
1070 	Linker.link(gst_plugin_load_file, "gst_plugin_load_file", LIBRARY_GSTREAMER);
1071 	Linker.link(gst_plugin_register_static, "gst_plugin_register_static", LIBRARY_GSTREAMER);
1072 	Linker.link(gst_plugin_register_static_full, "gst_plugin_register_static_full", LIBRARY_GSTREAMER);
1073 	Linker.link(gst_plugin_add_dependency, "gst_plugin_add_dependency", LIBRARY_GSTREAMER);
1074 	Linker.link(gst_plugin_add_dependency_simple, "gst_plugin_add_dependency_simple", LIBRARY_GSTREAMER);
1075 	Linker.link(gst_plugin_get_cache_data, "gst_plugin_get_cache_data", LIBRARY_GSTREAMER);
1076 	Linker.link(gst_plugin_get_description, "gst_plugin_get_description", LIBRARY_GSTREAMER);
1077 	Linker.link(gst_plugin_get_filename, "gst_plugin_get_filename", LIBRARY_GSTREAMER);
1078 	Linker.link(gst_plugin_get_license, "gst_plugin_get_license", LIBRARY_GSTREAMER);
1079 	Linker.link(gst_plugin_get_name, "gst_plugin_get_name", LIBRARY_GSTREAMER);
1080 	Linker.link(gst_plugin_get_origin, "gst_plugin_get_origin", LIBRARY_GSTREAMER);
1081 	Linker.link(gst_plugin_get_package, "gst_plugin_get_package", LIBRARY_GSTREAMER);
1082 	Linker.link(gst_plugin_get_release_date_string, "gst_plugin_get_release_date_string", LIBRARY_GSTREAMER);
1083 	Linker.link(gst_plugin_get_source, "gst_plugin_get_source", LIBRARY_GSTREAMER);
1084 	Linker.link(gst_plugin_get_version, "gst_plugin_get_version", LIBRARY_GSTREAMER);
1085 	Linker.link(gst_plugin_is_loaded, "gst_plugin_is_loaded", LIBRARY_GSTREAMER);
1086 	Linker.link(gst_plugin_load, "gst_plugin_load", LIBRARY_GSTREAMER);
1087 	Linker.link(gst_plugin_set_cache_data, "gst_plugin_set_cache_data", LIBRARY_GSTREAMER);
1088 	Linker.link(gst_plugin_error_quark, "gst_plugin_error_quark", LIBRARY_GSTREAMER);
1089 
1090 	// gstreamer.PluginFeature
1091 
1092 	Linker.link(gst_plugin_feature_get_type, "gst_plugin_feature_get_type", LIBRARY_GSTREAMER);
1093 	Linker.link(gst_plugin_feature_list_copy, "gst_plugin_feature_list_copy", LIBRARY_GSTREAMER);
1094 	Linker.link(gst_plugin_feature_list_debug, "gst_plugin_feature_list_debug", LIBRARY_GSTREAMER);
1095 	Linker.link(gst_plugin_feature_list_free, "gst_plugin_feature_list_free", LIBRARY_GSTREAMER);
1096 	Linker.link(gst_plugin_feature_rank_compare_func, "gst_plugin_feature_rank_compare_func", LIBRARY_GSTREAMER);
1097 	Linker.link(gst_plugin_feature_check_version, "gst_plugin_feature_check_version", LIBRARY_GSTREAMER);
1098 	Linker.link(gst_plugin_feature_get_plugin, "gst_plugin_feature_get_plugin", LIBRARY_GSTREAMER);
1099 	Linker.link(gst_plugin_feature_get_plugin_name, "gst_plugin_feature_get_plugin_name", LIBRARY_GSTREAMER);
1100 	Linker.link(gst_plugin_feature_get_rank, "gst_plugin_feature_get_rank", LIBRARY_GSTREAMER);
1101 	Linker.link(gst_plugin_feature_load, "gst_plugin_feature_load", LIBRARY_GSTREAMER);
1102 	Linker.link(gst_plugin_feature_set_rank, "gst_plugin_feature_set_rank", LIBRARY_GSTREAMER);
1103 
1104 	// gstreamer.Poll
1105 
1106 	Linker.link(gst_poll_add_fd, "gst_poll_add_fd", LIBRARY_GSTREAMER);
1107 	Linker.link(gst_poll_fd_can_read, "gst_poll_fd_can_read", LIBRARY_GSTREAMER);
1108 	Linker.link(gst_poll_fd_can_write, "gst_poll_fd_can_write", LIBRARY_GSTREAMER);
1109 	Linker.link(gst_poll_fd_ctl_pri, "gst_poll_fd_ctl_pri", LIBRARY_GSTREAMER);
1110 	Linker.link(gst_poll_fd_ctl_read, "gst_poll_fd_ctl_read", LIBRARY_GSTREAMER);
1111 	Linker.link(gst_poll_fd_ctl_write, "gst_poll_fd_ctl_write", LIBRARY_GSTREAMER);
1112 	Linker.link(gst_poll_fd_has_closed, "gst_poll_fd_has_closed", LIBRARY_GSTREAMER);
1113 	Linker.link(gst_poll_fd_has_error, "gst_poll_fd_has_error", LIBRARY_GSTREAMER);
1114 	Linker.link(gst_poll_fd_has_pri, "gst_poll_fd_has_pri", LIBRARY_GSTREAMER);
1115 	Linker.link(gst_poll_fd_ignored, "gst_poll_fd_ignored", LIBRARY_GSTREAMER);
1116 	Linker.link(gst_poll_free, "gst_poll_free", LIBRARY_GSTREAMER);
1117 	Linker.link(gst_poll_get_read_gpollfd, "gst_poll_get_read_gpollfd", LIBRARY_GSTREAMER);
1118 	Linker.link(gst_poll_read_control, "gst_poll_read_control", LIBRARY_GSTREAMER);
1119 	Linker.link(gst_poll_remove_fd, "gst_poll_remove_fd", LIBRARY_GSTREAMER);
1120 	Linker.link(gst_poll_restart, "gst_poll_restart", LIBRARY_GSTREAMER);
1121 	Linker.link(gst_poll_set_controllable, "gst_poll_set_controllable", LIBRARY_GSTREAMER);
1122 	Linker.link(gst_poll_set_flushing, "gst_poll_set_flushing", LIBRARY_GSTREAMER);
1123 	Linker.link(gst_poll_wait, "gst_poll_wait", LIBRARY_GSTREAMER);
1124 	Linker.link(gst_poll_write_control, "gst_poll_write_control", LIBRARY_GSTREAMER);
1125 	Linker.link(gst_poll_new, "gst_poll_new", LIBRARY_GSTREAMER);
1126 	Linker.link(gst_poll_new_timer, "gst_poll_new_timer", LIBRARY_GSTREAMER);
1127 
1128 	// gstreamer.PollFD
1129 
1130 	Linker.link(gst_poll_fd_init, "gst_poll_fd_init", LIBRARY_GSTREAMER);
1131 
1132 	// gstreamer.Preset
1133 
1134 	Linker.link(gst_preset_get_type, "gst_preset_get_type", LIBRARY_GSTREAMER);
1135 	Linker.link(gst_preset_get_app_dir, "gst_preset_get_app_dir", LIBRARY_GSTREAMER);
1136 	Linker.link(gst_preset_set_app_dir, "gst_preset_set_app_dir", LIBRARY_GSTREAMER);
1137 	Linker.link(gst_preset_delete_preset, "gst_preset_delete_preset", LIBRARY_GSTREAMER);
1138 	Linker.link(gst_preset_get_meta, "gst_preset_get_meta", LIBRARY_GSTREAMER);
1139 	Linker.link(gst_preset_get_preset_names, "gst_preset_get_preset_names", LIBRARY_GSTREAMER);
1140 	Linker.link(gst_preset_get_property_names, "gst_preset_get_property_names", LIBRARY_GSTREAMER);
1141 	Linker.link(gst_preset_is_editable, "gst_preset_is_editable", LIBRARY_GSTREAMER);
1142 	Linker.link(gst_preset_load_preset, "gst_preset_load_preset", LIBRARY_GSTREAMER);
1143 	Linker.link(gst_preset_rename_preset, "gst_preset_rename_preset", LIBRARY_GSTREAMER);
1144 	Linker.link(gst_preset_save_preset, "gst_preset_save_preset", LIBRARY_GSTREAMER);
1145 	Linker.link(gst_preset_set_meta, "gst_preset_set_meta", LIBRARY_GSTREAMER);
1146 
1147 	// gstreamer.Promise
1148 
1149 	Linker.link(gst_promise_get_type, "gst_promise_get_type", LIBRARY_GSTREAMER);
1150 	Linker.link(gst_promise_new, "gst_promise_new", LIBRARY_GSTREAMER);
1151 	Linker.link(gst_promise_new_with_change_func, "gst_promise_new_with_change_func", LIBRARY_GSTREAMER);
1152 	Linker.link(gst_promise_expire, "gst_promise_expire", LIBRARY_GSTREAMER);
1153 	Linker.link(gst_promise_get_reply, "gst_promise_get_reply", LIBRARY_GSTREAMER);
1154 	Linker.link(gst_promise_interrupt, "gst_promise_interrupt", LIBRARY_GSTREAMER);
1155 	Linker.link(gst_promise_reply, "gst_promise_reply", LIBRARY_GSTREAMER);
1156 	Linker.link(gst_promise_wait, "gst_promise_wait", LIBRARY_GSTREAMER);
1157 
1158 	// gstreamer.ProtectionMeta
1159 
1160 	Linker.link(gst_protection_meta_get_info, "gst_protection_meta_get_info", LIBRARY_GSTREAMER);
1161 	Linker.link(gst_protection_meta_api_get_type, "gst_protection_meta_api_get_type", LIBRARY_GSTREAMER);
1162 	Linker.link(gst_protection_select_system, "gst_protection_select_system", LIBRARY_GSTREAMER);
1163 
1164 	// gstreamer.ProxyPad
1165 
1166 	Linker.link(gst_proxy_pad_get_type, "gst_proxy_pad_get_type", LIBRARY_GSTREAMER);
1167 	Linker.link(gst_proxy_pad_chain_default, "gst_proxy_pad_chain_default", LIBRARY_GSTREAMER);
1168 	Linker.link(gst_proxy_pad_chain_list_default, "gst_proxy_pad_chain_list_default", LIBRARY_GSTREAMER);
1169 	Linker.link(gst_proxy_pad_getrange_default, "gst_proxy_pad_getrange_default", LIBRARY_GSTREAMER);
1170 	Linker.link(gst_proxy_pad_iterate_internal_links_default, "gst_proxy_pad_iterate_internal_links_default", LIBRARY_GSTREAMER);
1171 	Linker.link(gst_proxy_pad_get_internal, "gst_proxy_pad_get_internal", LIBRARY_GSTREAMER);
1172 
1173 	// gstreamer.Query
1174 
1175 	Linker.link(gst_query_get_type, "gst_query_get_type", LIBRARY_GSTREAMER);
1176 	Linker.link(gst_query_new_accept_caps, "gst_query_new_accept_caps", LIBRARY_GSTREAMER);
1177 	Linker.link(gst_query_new_allocation, "gst_query_new_allocation", LIBRARY_GSTREAMER);
1178 	Linker.link(gst_query_new_bitrate, "gst_query_new_bitrate", LIBRARY_GSTREAMER);
1179 	Linker.link(gst_query_new_buffering, "gst_query_new_buffering", LIBRARY_GSTREAMER);
1180 	Linker.link(gst_query_new_caps, "gst_query_new_caps", LIBRARY_GSTREAMER);
1181 	Linker.link(gst_query_new_context, "gst_query_new_context", LIBRARY_GSTREAMER);
1182 	Linker.link(gst_query_new_convert, "gst_query_new_convert", LIBRARY_GSTREAMER);
1183 	Linker.link(gst_query_new_custom, "gst_query_new_custom", LIBRARY_GSTREAMER);
1184 	Linker.link(gst_query_new_drain, "gst_query_new_drain", LIBRARY_GSTREAMER);
1185 	Linker.link(gst_query_new_duration, "gst_query_new_duration", LIBRARY_GSTREAMER);
1186 	Linker.link(gst_query_new_formats, "gst_query_new_formats", LIBRARY_GSTREAMER);
1187 	Linker.link(gst_query_new_latency, "gst_query_new_latency", LIBRARY_GSTREAMER);
1188 	Linker.link(gst_query_new_position, "gst_query_new_position", LIBRARY_GSTREAMER);
1189 	Linker.link(gst_query_new_scheduling, "gst_query_new_scheduling", LIBRARY_GSTREAMER);
1190 	Linker.link(gst_query_new_seeking, "gst_query_new_seeking", LIBRARY_GSTREAMER);
1191 	Linker.link(gst_query_new_segment, "gst_query_new_segment", LIBRARY_GSTREAMER);
1192 	Linker.link(gst_query_new_uri, "gst_query_new_uri", LIBRARY_GSTREAMER);
1193 	Linker.link(gst_query_add_allocation_meta, "gst_query_add_allocation_meta", LIBRARY_GSTREAMER);
1194 	Linker.link(gst_query_add_allocation_param, "gst_query_add_allocation_param", LIBRARY_GSTREAMER);
1195 	Linker.link(gst_query_add_allocation_pool, "gst_query_add_allocation_pool", LIBRARY_GSTREAMER);
1196 	Linker.link(gst_query_add_buffering_range, "gst_query_add_buffering_range", LIBRARY_GSTREAMER);
1197 	Linker.link(gst_query_add_scheduling_mode, "gst_query_add_scheduling_mode", LIBRARY_GSTREAMER);
1198 	Linker.link(gst_query_find_allocation_meta, "gst_query_find_allocation_meta", LIBRARY_GSTREAMER);
1199 	Linker.link(gst_query_get_n_allocation_metas, "gst_query_get_n_allocation_metas", LIBRARY_GSTREAMER);
1200 	Linker.link(gst_query_get_n_allocation_params, "gst_query_get_n_allocation_params", LIBRARY_GSTREAMER);
1201 	Linker.link(gst_query_get_n_allocation_pools, "gst_query_get_n_allocation_pools", LIBRARY_GSTREAMER);
1202 	Linker.link(gst_query_get_n_buffering_ranges, "gst_query_get_n_buffering_ranges", LIBRARY_GSTREAMER);
1203 	Linker.link(gst_query_get_n_scheduling_modes, "gst_query_get_n_scheduling_modes", LIBRARY_GSTREAMER);
1204 	Linker.link(gst_query_get_structure, "gst_query_get_structure", LIBRARY_GSTREAMER);
1205 	Linker.link(gst_query_has_scheduling_mode, "gst_query_has_scheduling_mode", LIBRARY_GSTREAMER);
1206 	Linker.link(gst_query_has_scheduling_mode_with_flags, "gst_query_has_scheduling_mode_with_flags", LIBRARY_GSTREAMER);
1207 	Linker.link(gst_query_parse_accept_caps, "gst_query_parse_accept_caps", LIBRARY_GSTREAMER);
1208 	Linker.link(gst_query_parse_accept_caps_result, "gst_query_parse_accept_caps_result", LIBRARY_GSTREAMER);
1209 	Linker.link(gst_query_parse_allocation, "gst_query_parse_allocation", LIBRARY_GSTREAMER);
1210 	Linker.link(gst_query_parse_bitrate, "gst_query_parse_bitrate", LIBRARY_GSTREAMER);
1211 	Linker.link(gst_query_parse_buffering_percent, "gst_query_parse_buffering_percent", LIBRARY_GSTREAMER);
1212 	Linker.link(gst_query_parse_buffering_range, "gst_query_parse_buffering_range", LIBRARY_GSTREAMER);
1213 	Linker.link(gst_query_parse_buffering_stats, "gst_query_parse_buffering_stats", LIBRARY_GSTREAMER);
1214 	Linker.link(gst_query_parse_caps, "gst_query_parse_caps", LIBRARY_GSTREAMER);
1215 	Linker.link(gst_query_parse_caps_result, "gst_query_parse_caps_result", LIBRARY_GSTREAMER);
1216 	Linker.link(gst_query_parse_context, "gst_query_parse_context", LIBRARY_GSTREAMER);
1217 	Linker.link(gst_query_parse_context_type, "gst_query_parse_context_type", LIBRARY_GSTREAMER);
1218 	Linker.link(gst_query_parse_convert, "gst_query_parse_convert", LIBRARY_GSTREAMER);
1219 	Linker.link(gst_query_parse_duration, "gst_query_parse_duration", LIBRARY_GSTREAMER);
1220 	Linker.link(gst_query_parse_latency, "gst_query_parse_latency", LIBRARY_GSTREAMER);
1221 	Linker.link(gst_query_parse_n_formats, "gst_query_parse_n_formats", LIBRARY_GSTREAMER);
1222 	Linker.link(gst_query_parse_nth_allocation_meta, "gst_query_parse_nth_allocation_meta", LIBRARY_GSTREAMER);
1223 	Linker.link(gst_query_parse_nth_allocation_param, "gst_query_parse_nth_allocation_param", LIBRARY_GSTREAMER);
1224 	Linker.link(gst_query_parse_nth_allocation_pool, "gst_query_parse_nth_allocation_pool", LIBRARY_GSTREAMER);
1225 	Linker.link(gst_query_parse_nth_buffering_range, "gst_query_parse_nth_buffering_range", LIBRARY_GSTREAMER);
1226 	Linker.link(gst_query_parse_nth_format, "gst_query_parse_nth_format", LIBRARY_GSTREAMER);
1227 	Linker.link(gst_query_parse_nth_scheduling_mode, "gst_query_parse_nth_scheduling_mode", LIBRARY_GSTREAMER);
1228 	Linker.link(gst_query_parse_position, "gst_query_parse_position", LIBRARY_GSTREAMER);
1229 	Linker.link(gst_query_parse_scheduling, "gst_query_parse_scheduling", LIBRARY_GSTREAMER);
1230 	Linker.link(gst_query_parse_seeking, "gst_query_parse_seeking", LIBRARY_GSTREAMER);
1231 	Linker.link(gst_query_parse_segment, "gst_query_parse_segment", LIBRARY_GSTREAMER);
1232 	Linker.link(gst_query_parse_uri, "gst_query_parse_uri", LIBRARY_GSTREAMER);
1233 	Linker.link(gst_query_parse_uri_redirection, "gst_query_parse_uri_redirection", LIBRARY_GSTREAMER);
1234 	Linker.link(gst_query_parse_uri_redirection_permanent, "gst_query_parse_uri_redirection_permanent", LIBRARY_GSTREAMER);
1235 	Linker.link(gst_query_remove_nth_allocation_meta, "gst_query_remove_nth_allocation_meta", LIBRARY_GSTREAMER);
1236 	Linker.link(gst_query_remove_nth_allocation_param, "gst_query_remove_nth_allocation_param", LIBRARY_GSTREAMER);
1237 	Linker.link(gst_query_remove_nth_allocation_pool, "gst_query_remove_nth_allocation_pool", LIBRARY_GSTREAMER);
1238 	Linker.link(gst_query_set_accept_caps_result, "gst_query_set_accept_caps_result", LIBRARY_GSTREAMER);
1239 	Linker.link(gst_query_set_bitrate, "gst_query_set_bitrate", LIBRARY_GSTREAMER);
1240 	Linker.link(gst_query_set_buffering_percent, "gst_query_set_buffering_percent", LIBRARY_GSTREAMER);
1241 	Linker.link(gst_query_set_buffering_range, "gst_query_set_buffering_range", LIBRARY_GSTREAMER);
1242 	Linker.link(gst_query_set_buffering_stats, "gst_query_set_buffering_stats", LIBRARY_GSTREAMER);
1243 	Linker.link(gst_query_set_caps_result, "gst_query_set_caps_result", LIBRARY_GSTREAMER);
1244 	Linker.link(gst_query_set_context, "gst_query_set_context", LIBRARY_GSTREAMER);
1245 	Linker.link(gst_query_set_convert, "gst_query_set_convert", LIBRARY_GSTREAMER);
1246 	Linker.link(gst_query_set_duration, "gst_query_set_duration", LIBRARY_GSTREAMER);
1247 	Linker.link(gst_query_set_formats, "gst_query_set_formats", LIBRARY_GSTREAMER);
1248 	Linker.link(gst_query_set_formatsv, "gst_query_set_formatsv", LIBRARY_GSTREAMER);
1249 	Linker.link(gst_query_set_latency, "gst_query_set_latency", LIBRARY_GSTREAMER);
1250 	Linker.link(gst_query_set_nth_allocation_param, "gst_query_set_nth_allocation_param", LIBRARY_GSTREAMER);
1251 	Linker.link(gst_query_set_nth_allocation_pool, "gst_query_set_nth_allocation_pool", LIBRARY_GSTREAMER);
1252 	Linker.link(gst_query_set_position, "gst_query_set_position", LIBRARY_GSTREAMER);
1253 	Linker.link(gst_query_set_scheduling, "gst_query_set_scheduling", LIBRARY_GSTREAMER);
1254 	Linker.link(gst_query_set_seeking, "gst_query_set_seeking", LIBRARY_GSTREAMER);
1255 	Linker.link(gst_query_set_segment, "gst_query_set_segment", LIBRARY_GSTREAMER);
1256 	Linker.link(gst_query_set_uri, "gst_query_set_uri", LIBRARY_GSTREAMER);
1257 	Linker.link(gst_query_set_uri_redirection, "gst_query_set_uri_redirection", LIBRARY_GSTREAMER);
1258 	Linker.link(gst_query_set_uri_redirection_permanent, "gst_query_set_uri_redirection_permanent", LIBRARY_GSTREAMER);
1259 	Linker.link(gst_query_writable_structure, "gst_query_writable_structure", LIBRARY_GSTREAMER);
1260 	Linker.link(gst_query_type_get_flags, "gst_query_type_get_flags", LIBRARY_GSTREAMER);
1261 	Linker.link(gst_query_type_get_name, "gst_query_type_get_name", LIBRARY_GSTREAMER);
1262 	Linker.link(gst_query_type_to_quark, "gst_query_type_to_quark", LIBRARY_GSTREAMER);
1263 
1264 	// gstreamer.ReferenceTimestampMeta
1265 
1266 	Linker.link(gst_reference_timestamp_meta_get_info, "gst_reference_timestamp_meta_get_info", LIBRARY_GSTREAMER);
1267 
1268 	// gstreamer.Registry
1269 
1270 	Linker.link(gst_registry_get_type, "gst_registry_get_type", LIBRARY_GSTREAMER);
1271 	Linker.link(gst_registry_fork_is_enabled, "gst_registry_fork_is_enabled", LIBRARY_GSTREAMER);
1272 	Linker.link(gst_registry_fork_set_enabled, "gst_registry_fork_set_enabled", LIBRARY_GSTREAMER);
1273 	Linker.link(gst_registry_get, "gst_registry_get", LIBRARY_GSTREAMER);
1274 	Linker.link(gst_registry_add_feature, "gst_registry_add_feature", LIBRARY_GSTREAMER);
1275 	Linker.link(gst_registry_add_plugin, "gst_registry_add_plugin", LIBRARY_GSTREAMER);
1276 	Linker.link(gst_registry_check_feature_version, "gst_registry_check_feature_version", LIBRARY_GSTREAMER);
1277 	Linker.link(gst_registry_feature_filter, "gst_registry_feature_filter", LIBRARY_GSTREAMER);
1278 	Linker.link(gst_registry_find_feature, "gst_registry_find_feature", LIBRARY_GSTREAMER);
1279 	Linker.link(gst_registry_find_plugin, "gst_registry_find_plugin", LIBRARY_GSTREAMER);
1280 	Linker.link(gst_registry_get_feature_list, "gst_registry_get_feature_list", LIBRARY_GSTREAMER);
1281 	Linker.link(gst_registry_get_feature_list_by_plugin, "gst_registry_get_feature_list_by_plugin", LIBRARY_GSTREAMER);
1282 	Linker.link(gst_registry_get_feature_list_cookie, "gst_registry_get_feature_list_cookie", LIBRARY_GSTREAMER);
1283 	Linker.link(gst_registry_get_plugin_list, "gst_registry_get_plugin_list", LIBRARY_GSTREAMER);
1284 	Linker.link(gst_registry_lookup, "gst_registry_lookup", LIBRARY_GSTREAMER);
1285 	Linker.link(gst_registry_lookup_feature, "gst_registry_lookup_feature", LIBRARY_GSTREAMER);
1286 	Linker.link(gst_registry_plugin_filter, "gst_registry_plugin_filter", LIBRARY_GSTREAMER);
1287 	Linker.link(gst_registry_remove_feature, "gst_registry_remove_feature", LIBRARY_GSTREAMER);
1288 	Linker.link(gst_registry_remove_plugin, "gst_registry_remove_plugin", LIBRARY_GSTREAMER);
1289 	Linker.link(gst_registry_scan_path, "gst_registry_scan_path", LIBRARY_GSTREAMER);
1290 
1291 	// gstreamer.Sample
1292 
1293 	Linker.link(gst_sample_get_type, "gst_sample_get_type", LIBRARY_GSTREAMER);
1294 	Linker.link(gst_sample_new, "gst_sample_new", LIBRARY_GSTREAMER);
1295 	Linker.link(gst_sample_get_buffer, "gst_sample_get_buffer", LIBRARY_GSTREAMER);
1296 	Linker.link(gst_sample_get_buffer_list, "gst_sample_get_buffer_list", LIBRARY_GSTREAMER);
1297 	Linker.link(gst_sample_get_caps, "gst_sample_get_caps", LIBRARY_GSTREAMER);
1298 	Linker.link(gst_sample_get_info, "gst_sample_get_info", LIBRARY_GSTREAMER);
1299 	Linker.link(gst_sample_get_segment, "gst_sample_get_segment", LIBRARY_GSTREAMER);
1300 	Linker.link(gst_sample_set_buffer, "gst_sample_set_buffer", LIBRARY_GSTREAMER);
1301 	Linker.link(gst_sample_set_buffer_list, "gst_sample_set_buffer_list", LIBRARY_GSTREAMER);
1302 	Linker.link(gst_sample_set_caps, "gst_sample_set_caps", LIBRARY_GSTREAMER);
1303 	Linker.link(gst_sample_set_info, "gst_sample_set_info", LIBRARY_GSTREAMER);
1304 	Linker.link(gst_sample_set_segment, "gst_sample_set_segment", LIBRARY_GSTREAMER);
1305 
1306 	// gstreamer.Segment
1307 
1308 	Linker.link(gst_segment_get_type, "gst_segment_get_type", LIBRARY_GSTREAMER);
1309 	Linker.link(gst_segment_new, "gst_segment_new", LIBRARY_GSTREAMER);
1310 	Linker.link(gst_segment_clip, "gst_segment_clip", LIBRARY_GSTREAMER);
1311 	Linker.link(gst_segment_copy, "gst_segment_copy", LIBRARY_GSTREAMER);
1312 	Linker.link(gst_segment_copy_into, "gst_segment_copy_into", LIBRARY_GSTREAMER);
1313 	Linker.link(gst_segment_do_seek, "gst_segment_do_seek", LIBRARY_GSTREAMER);
1314 	Linker.link(gst_segment_free, "gst_segment_free", LIBRARY_GSTREAMER);
1315 	Linker.link(gst_segment_init, "gst_segment_init", LIBRARY_GSTREAMER);
1316 	Linker.link(gst_segment_is_equal, "gst_segment_is_equal", LIBRARY_GSTREAMER);
1317 	Linker.link(gst_segment_offset_running_time, "gst_segment_offset_running_time", LIBRARY_GSTREAMER);
1318 	Linker.link(gst_segment_position_from_running_time, "gst_segment_position_from_running_time", LIBRARY_GSTREAMER);
1319 	Linker.link(gst_segment_position_from_running_time_full, "gst_segment_position_from_running_time_full", LIBRARY_GSTREAMER);
1320 	Linker.link(gst_segment_position_from_stream_time, "gst_segment_position_from_stream_time", LIBRARY_GSTREAMER);
1321 	Linker.link(gst_segment_position_from_stream_time_full, "gst_segment_position_from_stream_time_full", LIBRARY_GSTREAMER);
1322 	Linker.link(gst_segment_set_running_time, "gst_segment_set_running_time", LIBRARY_GSTREAMER);
1323 	Linker.link(gst_segment_to_position, "gst_segment_to_position", LIBRARY_GSTREAMER);
1324 	Linker.link(gst_segment_to_running_time, "gst_segment_to_running_time", LIBRARY_GSTREAMER);
1325 	Linker.link(gst_segment_to_running_time_full, "gst_segment_to_running_time_full", LIBRARY_GSTREAMER);
1326 	Linker.link(gst_segment_to_stream_time, "gst_segment_to_stream_time", LIBRARY_GSTREAMER);
1327 	Linker.link(gst_segment_to_stream_time_full, "gst_segment_to_stream_time_full", LIBRARY_GSTREAMER);
1328 
1329 	// gstreamer.StaticCaps
1330 
1331 	Linker.link(gst_static_caps_cleanup, "gst_static_caps_cleanup", LIBRARY_GSTREAMER);
1332 	Linker.link(gst_static_caps_get, "gst_static_caps_get", LIBRARY_GSTREAMER);
1333 
1334 	// gstreamer.StaticPadTemplate
1335 
1336 	Linker.link(gst_static_pad_template_get, "gst_static_pad_template_get", LIBRARY_GSTREAMER);
1337 	Linker.link(gst_static_pad_template_get_caps, "gst_static_pad_template_get_caps", LIBRARY_GSTREAMER);
1338 
1339 	// gstreamer.Stream
1340 
1341 	Linker.link(gst_stream_get_type, "gst_stream_get_type", LIBRARY_GSTREAMER);
1342 	Linker.link(gst_stream_new, "gst_stream_new", LIBRARY_GSTREAMER);
1343 	Linker.link(gst_stream_get_caps, "gst_stream_get_caps", LIBRARY_GSTREAMER);
1344 	Linker.link(gst_stream_get_stream_flags, "gst_stream_get_stream_flags", LIBRARY_GSTREAMER);
1345 	Linker.link(gst_stream_get_stream_id, "gst_stream_get_stream_id", LIBRARY_GSTREAMER);
1346 	Linker.link(gst_stream_get_stream_type, "gst_stream_get_stream_type", LIBRARY_GSTREAMER);
1347 	Linker.link(gst_stream_get_tags, "gst_stream_get_tags", LIBRARY_GSTREAMER);
1348 	Linker.link(gst_stream_set_caps, "gst_stream_set_caps", LIBRARY_GSTREAMER);
1349 	Linker.link(gst_stream_set_stream_flags, "gst_stream_set_stream_flags", LIBRARY_GSTREAMER);
1350 	Linker.link(gst_stream_set_stream_type, "gst_stream_set_stream_type", LIBRARY_GSTREAMER);
1351 	Linker.link(gst_stream_set_tags, "gst_stream_set_tags", LIBRARY_GSTREAMER);
1352 
1353 	// gstreamer.StreamCollection
1354 
1355 	Linker.link(gst_stream_collection_get_type, "gst_stream_collection_get_type", LIBRARY_GSTREAMER);
1356 	Linker.link(gst_stream_collection_new, "gst_stream_collection_new", LIBRARY_GSTREAMER);
1357 	Linker.link(gst_stream_collection_add_stream, "gst_stream_collection_add_stream", LIBRARY_GSTREAMER);
1358 	Linker.link(gst_stream_collection_get_size, "gst_stream_collection_get_size", LIBRARY_GSTREAMER);
1359 	Linker.link(gst_stream_collection_get_stream, "gst_stream_collection_get_stream", LIBRARY_GSTREAMER);
1360 	Linker.link(gst_stream_collection_get_upstream_id, "gst_stream_collection_get_upstream_id", LIBRARY_GSTREAMER);
1361 
1362 	// gstreamer.Structure
1363 
1364 	Linker.link(gst_structure_get_type, "gst_structure_get_type", LIBRARY_GSTREAMER);
1365 	Linker.link(gst_structure_from_string, "gst_structure_from_string", LIBRARY_GSTREAMER);
1366 	Linker.link(gst_structure_new, "gst_structure_new", LIBRARY_GSTREAMER);
1367 	Linker.link(gst_structure_new_empty, "gst_structure_new_empty", LIBRARY_GSTREAMER);
1368 	Linker.link(gst_structure_new_from_string, "gst_structure_new_from_string", LIBRARY_GSTREAMER);
1369 	Linker.link(gst_structure_new_id, "gst_structure_new_id", LIBRARY_GSTREAMER);
1370 	Linker.link(gst_structure_new_id_empty, "gst_structure_new_id_empty", LIBRARY_GSTREAMER);
1371 	Linker.link(gst_structure_new_valist, "gst_structure_new_valist", LIBRARY_GSTREAMER);
1372 	Linker.link(gst_structure_can_intersect, "gst_structure_can_intersect", LIBRARY_GSTREAMER);
1373 	Linker.link(gst_structure_copy, "gst_structure_copy", LIBRARY_GSTREAMER);
1374 	Linker.link(gst_structure_filter_and_map_in_place, "gst_structure_filter_and_map_in_place", LIBRARY_GSTREAMER);
1375 	Linker.link(gst_structure_fixate, "gst_structure_fixate", LIBRARY_GSTREAMER);
1376 	Linker.link(gst_structure_fixate_field, "gst_structure_fixate_field", LIBRARY_GSTREAMER);
1377 	Linker.link(gst_structure_fixate_field_boolean, "gst_structure_fixate_field_boolean", LIBRARY_GSTREAMER);
1378 	Linker.link(gst_structure_fixate_field_nearest_double, "gst_structure_fixate_field_nearest_double", LIBRARY_GSTREAMER);
1379 	Linker.link(gst_structure_fixate_field_nearest_fraction, "gst_structure_fixate_field_nearest_fraction", LIBRARY_GSTREAMER);
1380 	Linker.link(gst_structure_fixate_field_nearest_int, "gst_structure_fixate_field_nearest_int", LIBRARY_GSTREAMER);
1381 	Linker.link(gst_structure_fixate_field_string, "gst_structure_fixate_field_string", LIBRARY_GSTREAMER);
1382 	Linker.link(gst_structure_foreach, "gst_structure_foreach", LIBRARY_GSTREAMER);
1383 	Linker.link(gst_structure_free, "gst_structure_free", LIBRARY_GSTREAMER);
1384 	Linker.link(gst_structure_get, "gst_structure_get", LIBRARY_GSTREAMER);
1385 	Linker.link(gst_structure_get_array, "gst_structure_get_array", LIBRARY_GSTREAMER);
1386 	Linker.link(gst_structure_get_boolean, "gst_structure_get_boolean", LIBRARY_GSTREAMER);
1387 	Linker.link(gst_structure_get_clock_time, "gst_structure_get_clock_time", LIBRARY_GSTREAMER);
1388 	Linker.link(gst_structure_get_date, "gst_structure_get_date", LIBRARY_GSTREAMER);
1389 	Linker.link(gst_structure_get_date_time, "gst_structure_get_date_time", LIBRARY_GSTREAMER);
1390 	Linker.link(gst_structure_get_double, "gst_structure_get_double", LIBRARY_GSTREAMER);
1391 	Linker.link(gst_structure_get_enum, "gst_structure_get_enum", LIBRARY_GSTREAMER);
1392 	Linker.link(gst_structure_get_field_type, "gst_structure_get_field_type", LIBRARY_GSTREAMER);
1393 	Linker.link(gst_structure_get_flagset, "gst_structure_get_flagset", LIBRARY_GSTREAMER);
1394 	Linker.link(gst_structure_get_fraction, "gst_structure_get_fraction", LIBRARY_GSTREAMER);
1395 	Linker.link(gst_structure_get_int, "gst_structure_get_int", LIBRARY_GSTREAMER);
1396 	Linker.link(gst_structure_get_int64, "gst_structure_get_int64", LIBRARY_GSTREAMER);
1397 	Linker.link(gst_structure_get_list, "gst_structure_get_list", LIBRARY_GSTREAMER);
1398 	Linker.link(gst_structure_get_name, "gst_structure_get_name", LIBRARY_GSTREAMER);
1399 	Linker.link(gst_structure_get_name_id, "gst_structure_get_name_id", LIBRARY_GSTREAMER);
1400 	Linker.link(gst_structure_get_string, "gst_structure_get_string", LIBRARY_GSTREAMER);
1401 	Linker.link(gst_structure_get_uint, "gst_structure_get_uint", LIBRARY_GSTREAMER);
1402 	Linker.link(gst_structure_get_uint64, "gst_structure_get_uint64", LIBRARY_GSTREAMER);
1403 	Linker.link(gst_structure_get_valist, "gst_structure_get_valist", LIBRARY_GSTREAMER);
1404 	Linker.link(gst_structure_get_value, "gst_structure_get_value", LIBRARY_GSTREAMER);
1405 	Linker.link(gst_structure_has_field, "gst_structure_has_field", LIBRARY_GSTREAMER);
1406 	Linker.link(gst_structure_has_field_typed, "gst_structure_has_field_typed", LIBRARY_GSTREAMER);
1407 	Linker.link(gst_structure_has_name, "gst_structure_has_name", LIBRARY_GSTREAMER);
1408 	Linker.link(gst_structure_id_get, "gst_structure_id_get", LIBRARY_GSTREAMER);
1409 	Linker.link(gst_structure_id_get_valist, "gst_structure_id_get_valist", LIBRARY_GSTREAMER);
1410 	Linker.link(gst_structure_id_get_value, "gst_structure_id_get_value", LIBRARY_GSTREAMER);
1411 	Linker.link(gst_structure_id_has_field, "gst_structure_id_has_field", LIBRARY_GSTREAMER);
1412 	Linker.link(gst_structure_id_has_field_typed, "gst_structure_id_has_field_typed", LIBRARY_GSTREAMER);
1413 	Linker.link(gst_structure_id_set, "gst_structure_id_set", LIBRARY_GSTREAMER);
1414 	Linker.link(gst_structure_id_set_valist, "gst_structure_id_set_valist", LIBRARY_GSTREAMER);
1415 	Linker.link(gst_structure_id_set_value, "gst_structure_id_set_value", LIBRARY_GSTREAMER);
1416 	Linker.link(gst_structure_id_take_value, "gst_structure_id_take_value", LIBRARY_GSTREAMER);
1417 	Linker.link(gst_structure_intersect, "gst_structure_intersect", LIBRARY_GSTREAMER);
1418 	Linker.link(gst_structure_is_equal, "gst_structure_is_equal", LIBRARY_GSTREAMER);
1419 	Linker.link(gst_structure_is_subset, "gst_structure_is_subset", LIBRARY_GSTREAMER);
1420 	Linker.link(gst_structure_map_in_place, "gst_structure_map_in_place", LIBRARY_GSTREAMER);
1421 	Linker.link(gst_structure_n_fields, "gst_structure_n_fields", LIBRARY_GSTREAMER);
1422 	Linker.link(gst_structure_nth_field_name, "gst_structure_nth_field_name", LIBRARY_GSTREAMER);
1423 	Linker.link(gst_structure_remove_all_fields, "gst_structure_remove_all_fields", LIBRARY_GSTREAMER);
1424 	Linker.link(gst_structure_remove_field, "gst_structure_remove_field", LIBRARY_GSTREAMER);
1425 	Linker.link(gst_structure_remove_fields, "gst_structure_remove_fields", LIBRARY_GSTREAMER);
1426 	Linker.link(gst_structure_remove_fields_valist, "gst_structure_remove_fields_valist", LIBRARY_GSTREAMER);
1427 	Linker.link(gst_structure_set, "gst_structure_set", LIBRARY_GSTREAMER);
1428 	Linker.link(gst_structure_set_array, "gst_structure_set_array", LIBRARY_GSTREAMER);
1429 	Linker.link(gst_structure_set_list, "gst_structure_set_list", LIBRARY_GSTREAMER);
1430 	Linker.link(gst_structure_set_name, "gst_structure_set_name", LIBRARY_GSTREAMER);
1431 	Linker.link(gst_structure_set_parent_refcount, "gst_structure_set_parent_refcount", LIBRARY_GSTREAMER);
1432 	Linker.link(gst_structure_set_valist, "gst_structure_set_valist", LIBRARY_GSTREAMER);
1433 	Linker.link(gst_structure_set_value, "gst_structure_set_value", LIBRARY_GSTREAMER);
1434 	Linker.link(gst_structure_take_value, "gst_structure_take_value", LIBRARY_GSTREAMER);
1435 	Linker.link(gst_structure_to_string, "gst_structure_to_string", LIBRARY_GSTREAMER);
1436 	Linker.link(gst_structure_take, "gst_structure_take", LIBRARY_GSTREAMER);
1437 
1438 	// gstreamer.SystemClock
1439 
1440 	Linker.link(gst_system_clock_get_type, "gst_system_clock_get_type", LIBRARY_GSTREAMER);
1441 	Linker.link(gst_system_clock_obtain, "gst_system_clock_obtain", LIBRARY_GSTREAMER);
1442 	Linker.link(gst_system_clock_set_default, "gst_system_clock_set_default", LIBRARY_GSTREAMER);
1443 
1444 	// gstreamer.TagList
1445 
1446 	Linker.link(gst_tag_get_type, "gst_tag_get_type", LIBRARY_GSTREAMER);
1447 	Linker.link(gst_tag_list_new, "gst_tag_list_new", LIBRARY_GSTREAMER);
1448 	Linker.link(gst_tag_list_new_empty, "gst_tag_list_new_empty", LIBRARY_GSTREAMER);
1449 	Linker.link(gst_tag_list_new_from_string, "gst_tag_list_new_from_string", LIBRARY_GSTREAMER);
1450 	Linker.link(gst_tag_list_new_valist, "gst_tag_list_new_valist", LIBRARY_GSTREAMER);
1451 	Linker.link(gst_tag_list_add, "gst_tag_list_add", LIBRARY_GSTREAMER);
1452 	Linker.link(gst_tag_list_add_valist, "gst_tag_list_add_valist", LIBRARY_GSTREAMER);
1453 	Linker.link(gst_tag_list_add_valist_values, "gst_tag_list_add_valist_values", LIBRARY_GSTREAMER);
1454 	Linker.link(gst_tag_list_add_value, "gst_tag_list_add_value", LIBRARY_GSTREAMER);
1455 	Linker.link(gst_tag_list_add_values, "gst_tag_list_add_values", LIBRARY_GSTREAMER);
1456 	Linker.link(gst_tag_list_copy, "gst_tag_list_copy", LIBRARY_GSTREAMER);
1457 	Linker.link(gst_tag_list_foreach, "gst_tag_list_foreach", LIBRARY_GSTREAMER);
1458 	Linker.link(gst_tag_list_get_boolean, "gst_tag_list_get_boolean", LIBRARY_GSTREAMER);
1459 	Linker.link(gst_tag_list_get_boolean_index, "gst_tag_list_get_boolean_index", LIBRARY_GSTREAMER);
1460 	Linker.link(gst_tag_list_get_date, "gst_tag_list_get_date", LIBRARY_GSTREAMER);
1461 	Linker.link(gst_tag_list_get_date_index, "gst_tag_list_get_date_index", LIBRARY_GSTREAMER);
1462 	Linker.link(gst_tag_list_get_date_time, "gst_tag_list_get_date_time", LIBRARY_GSTREAMER);
1463 	Linker.link(gst_tag_list_get_date_time_index, "gst_tag_list_get_date_time_index", LIBRARY_GSTREAMER);
1464 	Linker.link(gst_tag_list_get_double, "gst_tag_list_get_double", LIBRARY_GSTREAMER);
1465 	Linker.link(gst_tag_list_get_double_index, "gst_tag_list_get_double_index", LIBRARY_GSTREAMER);
1466 	Linker.link(gst_tag_list_get_float, "gst_tag_list_get_float", LIBRARY_GSTREAMER);
1467 	Linker.link(gst_tag_list_get_float_index, "gst_tag_list_get_float_index", LIBRARY_GSTREAMER);
1468 	Linker.link(gst_tag_list_get_int, "gst_tag_list_get_int", LIBRARY_GSTREAMER);
1469 	Linker.link(gst_tag_list_get_int64, "gst_tag_list_get_int64", LIBRARY_GSTREAMER);
1470 	Linker.link(gst_tag_list_get_int64_index, "gst_tag_list_get_int64_index", LIBRARY_GSTREAMER);
1471 	Linker.link(gst_tag_list_get_int_index, "gst_tag_list_get_int_index", LIBRARY_GSTREAMER);
1472 	Linker.link(gst_tag_list_get_pointer, "gst_tag_list_get_pointer", LIBRARY_GSTREAMER);
1473 	Linker.link(gst_tag_list_get_pointer_index, "gst_tag_list_get_pointer_index", LIBRARY_GSTREAMER);
1474 	Linker.link(gst_tag_list_get_sample, "gst_tag_list_get_sample", LIBRARY_GSTREAMER);
1475 	Linker.link(gst_tag_list_get_sample_index, "gst_tag_list_get_sample_index", LIBRARY_GSTREAMER);
1476 	Linker.link(gst_tag_list_get_scope, "gst_tag_list_get_scope", LIBRARY_GSTREAMER);
1477 	Linker.link(gst_tag_list_get_string, "gst_tag_list_get_string", LIBRARY_GSTREAMER);
1478 	Linker.link(gst_tag_list_get_string_index, "gst_tag_list_get_string_index", LIBRARY_GSTREAMER);
1479 	Linker.link(gst_tag_list_get_tag_size, "gst_tag_list_get_tag_size", LIBRARY_GSTREAMER);
1480 	Linker.link(gst_tag_list_get_uint, "gst_tag_list_get_uint", LIBRARY_GSTREAMER);
1481 	Linker.link(gst_tag_list_get_uint64, "gst_tag_list_get_uint64", LIBRARY_GSTREAMER);
1482 	Linker.link(gst_tag_list_get_uint64_index, "gst_tag_list_get_uint64_index", LIBRARY_GSTREAMER);
1483 	Linker.link(gst_tag_list_get_uint_index, "gst_tag_list_get_uint_index", LIBRARY_GSTREAMER);
1484 	Linker.link(gst_tag_list_get_value_index, "gst_tag_list_get_value_index", LIBRARY_GSTREAMER);
1485 	Linker.link(gst_tag_list_insert, "gst_tag_list_insert", LIBRARY_GSTREAMER);
1486 	Linker.link(gst_tag_list_is_empty, "gst_tag_list_is_empty", LIBRARY_GSTREAMER);
1487 	Linker.link(gst_tag_list_is_equal, "gst_tag_list_is_equal", LIBRARY_GSTREAMER);
1488 	Linker.link(gst_tag_list_merge, "gst_tag_list_merge", LIBRARY_GSTREAMER);
1489 	Linker.link(gst_tag_list_n_tags, "gst_tag_list_n_tags", LIBRARY_GSTREAMER);
1490 	Linker.link(gst_tag_list_nth_tag_name, "gst_tag_list_nth_tag_name", LIBRARY_GSTREAMER);
1491 	Linker.link(gst_tag_list_peek_string_index, "gst_tag_list_peek_string_index", LIBRARY_GSTREAMER);
1492 	Linker.link(gst_tag_list_remove_tag, "gst_tag_list_remove_tag", LIBRARY_GSTREAMER);
1493 	Linker.link(gst_tag_list_set_scope, "gst_tag_list_set_scope", LIBRARY_GSTREAMER);
1494 	Linker.link(gst_tag_list_to_string, "gst_tag_list_to_string", LIBRARY_GSTREAMER);
1495 	Linker.link(gst_tag_list_copy_value, "gst_tag_list_copy_value", LIBRARY_GSTREAMER);
1496 	Linker.link(gst_tag_exists, "gst_tag_exists", LIBRARY_GSTREAMER);
1497 	Linker.link(gst_tag_get_description, "gst_tag_get_description", LIBRARY_GSTREAMER);
1498 	Linker.link(gst_tag_get_flag, "gst_tag_get_flag", LIBRARY_GSTREAMER);
1499 	Linker.link(gst_tag_get_nick, "gst_tag_get_nick", LIBRARY_GSTREAMER);
1500 	Linker.link(gst_tag_is_fixed, "gst_tag_is_fixed", LIBRARY_GSTREAMER);
1501 	Linker.link(gst_tag_merge_strings_with_comma, "gst_tag_merge_strings_with_comma", LIBRARY_GSTREAMER);
1502 	Linker.link(gst_tag_merge_use_first, "gst_tag_merge_use_first", LIBRARY_GSTREAMER);
1503 	Linker.link(gst_tag_register, "gst_tag_register", LIBRARY_GSTREAMER);
1504 	Linker.link(gst_tag_register_static, "gst_tag_register_static", LIBRARY_GSTREAMER);
1505 
1506 	// gstreamer.TagSetter
1507 
1508 	Linker.link(gst_tag_setter_get_type, "gst_tag_setter_get_type", LIBRARY_GSTREAMER);
1509 	Linker.link(gst_tag_setter_add_tag_valist, "gst_tag_setter_add_tag_valist", LIBRARY_GSTREAMER);
1510 	Linker.link(gst_tag_setter_add_tag_valist_values, "gst_tag_setter_add_tag_valist_values", LIBRARY_GSTREAMER);
1511 	Linker.link(gst_tag_setter_add_tag_value, "gst_tag_setter_add_tag_value", LIBRARY_GSTREAMER);
1512 	Linker.link(gst_tag_setter_add_tag_values, "gst_tag_setter_add_tag_values", LIBRARY_GSTREAMER);
1513 	Linker.link(gst_tag_setter_add_tags, "gst_tag_setter_add_tags", LIBRARY_GSTREAMER);
1514 	Linker.link(gst_tag_setter_get_tag_list, "gst_tag_setter_get_tag_list", LIBRARY_GSTREAMER);
1515 	Linker.link(gst_tag_setter_get_tag_merge_mode, "gst_tag_setter_get_tag_merge_mode", LIBRARY_GSTREAMER);
1516 	Linker.link(gst_tag_setter_merge_tags, "gst_tag_setter_merge_tags", LIBRARY_GSTREAMER);
1517 	Linker.link(gst_tag_setter_reset_tags, "gst_tag_setter_reset_tags", LIBRARY_GSTREAMER);
1518 	Linker.link(gst_tag_setter_set_tag_merge_mode, "gst_tag_setter_set_tag_merge_mode", LIBRARY_GSTREAMER);
1519 
1520 	// gstreamer.Task
1521 
1522 	Linker.link(gst_task_get_type, "gst_task_get_type", LIBRARY_GSTREAMER);
1523 	Linker.link(gst_task_new, "gst_task_new", LIBRARY_GSTREAMER);
1524 	Linker.link(gst_task_cleanup_all, "gst_task_cleanup_all", LIBRARY_GSTREAMER);
1525 	Linker.link(gst_task_get_pool, "gst_task_get_pool", LIBRARY_GSTREAMER);
1526 	Linker.link(gst_task_get_state, "gst_task_get_state", LIBRARY_GSTREAMER);
1527 	Linker.link(gst_task_join, "gst_task_join", LIBRARY_GSTREAMER);
1528 	Linker.link(gst_task_pause, "gst_task_pause", LIBRARY_GSTREAMER);
1529 	Linker.link(gst_task_resume, "gst_task_resume", LIBRARY_GSTREAMER);
1530 	Linker.link(gst_task_set_enter_callback, "gst_task_set_enter_callback", LIBRARY_GSTREAMER);
1531 	Linker.link(gst_task_set_leave_callback, "gst_task_set_leave_callback", LIBRARY_GSTREAMER);
1532 	Linker.link(gst_task_set_lock, "gst_task_set_lock", LIBRARY_GSTREAMER);
1533 	Linker.link(gst_task_set_pool, "gst_task_set_pool", LIBRARY_GSTREAMER);
1534 	Linker.link(gst_task_set_state, "gst_task_set_state", LIBRARY_GSTREAMER);
1535 	Linker.link(gst_task_start, "gst_task_start", LIBRARY_GSTREAMER);
1536 	Linker.link(gst_task_stop, "gst_task_stop", LIBRARY_GSTREAMER);
1537 
1538 	// gstreamer.TaskPool
1539 
1540 	Linker.link(gst_task_pool_get_type, "gst_task_pool_get_type", LIBRARY_GSTREAMER);
1541 	Linker.link(gst_task_pool_new, "gst_task_pool_new", LIBRARY_GSTREAMER);
1542 	Linker.link(gst_task_pool_cleanup, "gst_task_pool_cleanup", LIBRARY_GSTREAMER);
1543 	Linker.link(gst_task_pool_join, "gst_task_pool_join", LIBRARY_GSTREAMER);
1544 	Linker.link(gst_task_pool_prepare, "gst_task_pool_prepare", LIBRARY_GSTREAMER);
1545 	Linker.link(gst_task_pool_push, "gst_task_pool_push", LIBRARY_GSTREAMER);
1546 
1547 	// gstreamer.Toc
1548 
1549 	Linker.link(gst_toc_get_type, "gst_toc_get_type", LIBRARY_GSTREAMER);
1550 	Linker.link(gst_toc_new, "gst_toc_new", LIBRARY_GSTREAMER);
1551 	Linker.link(gst_toc_append_entry, "gst_toc_append_entry", LIBRARY_GSTREAMER);
1552 	Linker.link(gst_toc_dump, "gst_toc_dump", LIBRARY_GSTREAMER);
1553 	Linker.link(gst_toc_find_entry, "gst_toc_find_entry", LIBRARY_GSTREAMER);
1554 	Linker.link(gst_toc_get_entries, "gst_toc_get_entries", LIBRARY_GSTREAMER);
1555 	Linker.link(gst_toc_get_scope, "gst_toc_get_scope", LIBRARY_GSTREAMER);
1556 	Linker.link(gst_toc_get_tags, "gst_toc_get_tags", LIBRARY_GSTREAMER);
1557 	Linker.link(gst_toc_merge_tags, "gst_toc_merge_tags", LIBRARY_GSTREAMER);
1558 	Linker.link(gst_toc_set_tags, "gst_toc_set_tags", LIBRARY_GSTREAMER);
1559 
1560 	// gstreamer.TocEntry
1561 
1562 	Linker.link(gst_toc_entry_get_type, "gst_toc_entry_get_type", LIBRARY_GSTREAMER);
1563 	Linker.link(gst_toc_entry_new, "gst_toc_entry_new", LIBRARY_GSTREAMER);
1564 	Linker.link(gst_toc_entry_append_sub_entry, "gst_toc_entry_append_sub_entry", LIBRARY_GSTREAMER);
1565 	Linker.link(gst_toc_entry_get_entry_type, "gst_toc_entry_get_entry_type", LIBRARY_GSTREAMER);
1566 	Linker.link(gst_toc_entry_get_loop, "gst_toc_entry_get_loop", LIBRARY_GSTREAMER);
1567 	Linker.link(gst_toc_entry_get_parent, "gst_toc_entry_get_parent", LIBRARY_GSTREAMER);
1568 	Linker.link(gst_toc_entry_get_start_stop_times, "gst_toc_entry_get_start_stop_times", LIBRARY_GSTREAMER);
1569 	Linker.link(gst_toc_entry_get_sub_entries, "gst_toc_entry_get_sub_entries", LIBRARY_GSTREAMER);
1570 	Linker.link(gst_toc_entry_get_tags, "gst_toc_entry_get_tags", LIBRARY_GSTREAMER);
1571 	Linker.link(gst_toc_entry_get_toc, "gst_toc_entry_get_toc", LIBRARY_GSTREAMER);
1572 	Linker.link(gst_toc_entry_get_uid, "gst_toc_entry_get_uid", LIBRARY_GSTREAMER);
1573 	Linker.link(gst_toc_entry_is_alternative, "gst_toc_entry_is_alternative", LIBRARY_GSTREAMER);
1574 	Linker.link(gst_toc_entry_is_sequence, "gst_toc_entry_is_sequence", LIBRARY_GSTREAMER);
1575 	Linker.link(gst_toc_entry_merge_tags, "gst_toc_entry_merge_tags", LIBRARY_GSTREAMER);
1576 	Linker.link(gst_toc_entry_set_loop, "gst_toc_entry_set_loop", LIBRARY_GSTREAMER);
1577 	Linker.link(gst_toc_entry_set_start_stop_times, "gst_toc_entry_set_start_stop_times", LIBRARY_GSTREAMER);
1578 	Linker.link(gst_toc_entry_set_tags, "gst_toc_entry_set_tags", LIBRARY_GSTREAMER);
1579 
1580 	// gstreamer.TocSetter
1581 
1582 	Linker.link(gst_toc_setter_get_type, "gst_toc_setter_get_type", LIBRARY_GSTREAMER);
1583 	Linker.link(gst_toc_setter_get_toc, "gst_toc_setter_get_toc", LIBRARY_GSTREAMER);
1584 	Linker.link(gst_toc_setter_reset, "gst_toc_setter_reset", LIBRARY_GSTREAMER);
1585 	Linker.link(gst_toc_setter_set_toc, "gst_toc_setter_set_toc", LIBRARY_GSTREAMER);
1586 
1587 	// gstreamer.Tracer
1588 
1589 	Linker.link(gst_tracer_get_type, "gst_tracer_get_type", LIBRARY_GSTREAMER);
1590 	Linker.link(gst_tracer_register, "gst_tracer_register", LIBRARY_GSTREAMER);
1591 
1592 	// gstreamer.TracerFactory
1593 
1594 	Linker.link(gst_tracer_factory_get_type, "gst_tracer_factory_get_type", LIBRARY_GSTREAMER);
1595 	Linker.link(gst_tracer_factory_get_list, "gst_tracer_factory_get_list", LIBRARY_GSTREAMER);
1596 	Linker.link(gst_tracer_factory_get_tracer_type, "gst_tracer_factory_get_tracer_type", LIBRARY_GSTREAMER);
1597 
1598 	// gstreamer.TracerRecord
1599 
1600 	Linker.link(gst_tracer_record_get_type, "gst_tracer_record_get_type", LIBRARY_GSTREAMER);
1601 	Linker.link(gst_tracer_record_new, "gst_tracer_record_new", LIBRARY_GSTREAMER);
1602 	Linker.link(gst_tracer_record_log, "gst_tracer_record_log", LIBRARY_GSTREAMER);
1603 
1604 	// gstreamer.TypeFind
1605 
1606 	Linker.link(gst_type_find_get_length, "gst_type_find_get_length", LIBRARY_GSTREAMER);
1607 	Linker.link(gst_type_find_peek, "gst_type_find_peek", LIBRARY_GSTREAMER);
1608 	Linker.link(gst_type_find_suggest, "gst_type_find_suggest", LIBRARY_GSTREAMER);
1609 	Linker.link(gst_type_find_suggest_simple, "gst_type_find_suggest_simple", LIBRARY_GSTREAMER);
1610 	Linker.link(gst_type_find_register, "gst_type_find_register", LIBRARY_GSTREAMER);
1611 	Linker.link(gst_type_find_get_type, "gst_type_find_get_type", LIBRARY_GSTREAMER);
1612 
1613 	// gstreamer.TypeFindFactory
1614 
1615 	Linker.link(gst_type_find_factory_get_type, "gst_type_find_factory_get_type", LIBRARY_GSTREAMER);
1616 	Linker.link(gst_type_find_factory_get_list, "gst_type_find_factory_get_list", LIBRARY_GSTREAMER);
1617 	Linker.link(gst_type_find_factory_call_function, "gst_type_find_factory_call_function", LIBRARY_GSTREAMER);
1618 	Linker.link(gst_type_find_factory_get_caps, "gst_type_find_factory_get_caps", LIBRARY_GSTREAMER);
1619 	Linker.link(gst_type_find_factory_get_extensions, "gst_type_find_factory_get_extensions", LIBRARY_GSTREAMER);
1620 	Linker.link(gst_type_find_factory_has_function, "gst_type_find_factory_has_function", LIBRARY_GSTREAMER);
1621 
1622 	// gstreamer.URIHandler
1623 
1624 	Linker.link(gst_uri_handler_get_type, "gst_uri_handler_get_type", LIBRARY_GSTREAMER);
1625 	Linker.link(gst_uri_handler_get_protocols, "gst_uri_handler_get_protocols", LIBRARY_GSTREAMER);
1626 	Linker.link(gst_uri_handler_get_uri, "gst_uri_handler_get_uri", LIBRARY_GSTREAMER);
1627 	Linker.link(gst_uri_handler_get_uri_type, "gst_uri_handler_get_uri_type", LIBRARY_GSTREAMER);
1628 	Linker.link(gst_uri_handler_set_uri, "gst_uri_handler_set_uri", LIBRARY_GSTREAMER);
1629 
1630 	// gstreamer.Uri
1631 
1632 	Linker.link(gst_uri_get_type, "gst_uri_get_type", LIBRARY_GSTREAMER);
1633 	Linker.link(gst_uri_new, "gst_uri_new", LIBRARY_GSTREAMER);
1634 	Linker.link(gst_uri_append_path, "gst_uri_append_path", LIBRARY_GSTREAMER);
1635 	Linker.link(gst_uri_append_path_segment, "gst_uri_append_path_segment", LIBRARY_GSTREAMER);
1636 	Linker.link(gst_uri_equal, "gst_uri_equal", LIBRARY_GSTREAMER);
1637 	Linker.link(gst_uri_from_string_with_base, "gst_uri_from_string_with_base", LIBRARY_GSTREAMER);
1638 	Linker.link(gst_uri_get_fragment, "gst_uri_get_fragment", LIBRARY_GSTREAMER);
1639 	Linker.link(gst_uri_get_host, "gst_uri_get_host", LIBRARY_GSTREAMER);
1640 	Linker.link(gst_uri_get_media_fragment_table, "gst_uri_get_media_fragment_table", LIBRARY_GSTREAMER);
1641 	Linker.link(gst_uri_get_path, "gst_uri_get_path", LIBRARY_GSTREAMER);
1642 	Linker.link(gst_uri_get_path_segments, "gst_uri_get_path_segments", LIBRARY_GSTREAMER);
1643 	Linker.link(gst_uri_get_path_string, "gst_uri_get_path_string", LIBRARY_GSTREAMER);
1644 	Linker.link(gst_uri_get_port, "gst_uri_get_port", LIBRARY_GSTREAMER);
1645 	Linker.link(gst_uri_get_query_keys, "gst_uri_get_query_keys", LIBRARY_GSTREAMER);
1646 	Linker.link(gst_uri_get_query_string, "gst_uri_get_query_string", LIBRARY_GSTREAMER);
1647 	Linker.link(gst_uri_get_query_table, "gst_uri_get_query_table", LIBRARY_GSTREAMER);
1648 	Linker.link(gst_uri_get_query_value, "gst_uri_get_query_value", LIBRARY_GSTREAMER);
1649 	Linker.link(gst_uri_get_scheme, "gst_uri_get_scheme", LIBRARY_GSTREAMER);
1650 	Linker.link(gst_uri_get_userinfo, "gst_uri_get_userinfo", LIBRARY_GSTREAMER);
1651 	Linker.link(gst_uri_is_normalized, "gst_uri_is_normalized", LIBRARY_GSTREAMER);
1652 	Linker.link(gst_uri_is_writable, "gst_uri_is_writable", LIBRARY_GSTREAMER);
1653 	Linker.link(gst_uri_join, "gst_uri_join", LIBRARY_GSTREAMER);
1654 	Linker.link(gst_uri_make_writable, "gst_uri_make_writable", LIBRARY_GSTREAMER);
1655 	Linker.link(gst_uri_new_with_base, "gst_uri_new_with_base", LIBRARY_GSTREAMER);
1656 	Linker.link(gst_uri_normalize, "gst_uri_normalize", LIBRARY_GSTREAMER);
1657 	Linker.link(gst_uri_query_has_key, "gst_uri_query_has_key", LIBRARY_GSTREAMER);
1658 	Linker.link(gst_uri_remove_query_key, "gst_uri_remove_query_key", LIBRARY_GSTREAMER);
1659 	Linker.link(gst_uri_set_fragment, "gst_uri_set_fragment", LIBRARY_GSTREAMER);
1660 	Linker.link(gst_uri_set_host, "gst_uri_set_host", LIBRARY_GSTREAMER);
1661 	Linker.link(gst_uri_set_path, "gst_uri_set_path", LIBRARY_GSTREAMER);
1662 	Linker.link(gst_uri_set_path_segments, "gst_uri_set_path_segments", LIBRARY_GSTREAMER);
1663 	Linker.link(gst_uri_set_path_string, "gst_uri_set_path_string", LIBRARY_GSTREAMER);
1664 	Linker.link(gst_uri_set_port, "gst_uri_set_port", LIBRARY_GSTREAMER);
1665 	Linker.link(gst_uri_set_query_string, "gst_uri_set_query_string", LIBRARY_GSTREAMER);
1666 	Linker.link(gst_uri_set_query_table, "gst_uri_set_query_table", LIBRARY_GSTREAMER);
1667 	Linker.link(gst_uri_set_query_value, "gst_uri_set_query_value", LIBRARY_GSTREAMER);
1668 	Linker.link(gst_uri_set_scheme, "gst_uri_set_scheme", LIBRARY_GSTREAMER);
1669 	Linker.link(gst_uri_set_userinfo, "gst_uri_set_userinfo", LIBRARY_GSTREAMER);
1670 	Linker.link(gst_uri_to_string, "gst_uri_to_string", LIBRARY_GSTREAMER);
1671 	Linker.link(gst_uri_construct, "gst_uri_construct", LIBRARY_GSTREAMER);
1672 	Linker.link(gst_uri_from_string, "gst_uri_from_string", LIBRARY_GSTREAMER);
1673 	Linker.link(gst_uri_from_string_escaped, "gst_uri_from_string_escaped", LIBRARY_GSTREAMER);
1674 	Linker.link(gst_uri_get_location, "gst_uri_get_location", LIBRARY_GSTREAMER);
1675 	Linker.link(gst_uri_get_protocol, "gst_uri_get_protocol", LIBRARY_GSTREAMER);
1676 	Linker.link(gst_uri_has_protocol, "gst_uri_has_protocol", LIBRARY_GSTREAMER);
1677 	Linker.link(gst_uri_is_valid, "gst_uri_is_valid", LIBRARY_GSTREAMER);
1678 	Linker.link(gst_uri_join_strings, "gst_uri_join_strings", LIBRARY_GSTREAMER);
1679 	Linker.link(gst_uri_protocol_is_supported, "gst_uri_protocol_is_supported", LIBRARY_GSTREAMER);
1680 	Linker.link(gst_uri_protocol_is_valid, "gst_uri_protocol_is_valid", LIBRARY_GSTREAMER);
1681 	Linker.link(gst_filename_to_uri, "gst_filename_to_uri", LIBRARY_GSTREAMER);
1682 	Linker.link(gst_uri_error_quark, "gst_uri_error_quark", LIBRARY_GSTREAMER);
1683 
1684 	// gstreamer.ValueArray
1685 
1686 	Linker.link(gst_value_array_get_type, "gst_value_array_get_type", LIBRARY_GSTREAMER);
1687 	Linker.link(gst_value_array_append_and_take_value, "gst_value_array_append_and_take_value", LIBRARY_GSTREAMER);
1688 	Linker.link(gst_value_array_append_value, "gst_value_array_append_value", LIBRARY_GSTREAMER);
1689 	Linker.link(gst_value_array_get_size, "gst_value_array_get_size", LIBRARY_GSTREAMER);
1690 	Linker.link(gst_value_array_get_value, "gst_value_array_get_value", LIBRARY_GSTREAMER);
1691 	Linker.link(gst_value_array_init, "gst_value_array_init", LIBRARY_GSTREAMER);
1692 	Linker.link(gst_value_array_prepend_value, "gst_value_array_prepend_value", LIBRARY_GSTREAMER);
1693 
1694 	// gstreamer.ValueList
1695 
1696 	Linker.link(gst_value_list_get_type, "gst_value_list_get_type", LIBRARY_GSTREAMER);
1697 	Linker.link(gst_value_list_append_and_take_value, "gst_value_list_append_and_take_value", LIBRARY_GSTREAMER);
1698 	Linker.link(gst_value_list_append_value, "gst_value_list_append_value", LIBRARY_GSTREAMER);
1699 	Linker.link(gst_value_list_concat, "gst_value_list_concat", LIBRARY_GSTREAMER);
1700 	Linker.link(gst_value_list_get_size, "gst_value_list_get_size", LIBRARY_GSTREAMER);
1701 	Linker.link(gst_value_list_get_value, "gst_value_list_get_value", LIBRARY_GSTREAMER);
1702 	Linker.link(gst_value_list_init, "gst_value_list_init", LIBRARY_GSTREAMER);
1703 	Linker.link(gst_value_list_merge, "gst_value_list_merge", LIBRARY_GSTREAMER);
1704 	Linker.link(gst_value_list_prepend_value, "gst_value_list_prepend_value", LIBRARY_GSTREAMER);
1705 
1706 	// gstreamer.Debug
1707 
1708 	Linker.link(gst_debug_add_log_function, "gst_debug_add_log_function", LIBRARY_GSTREAMER);
1709 	Linker.link(gst_debug_bin_to_dot_data, "gst_debug_bin_to_dot_data", LIBRARY_GSTREAMER);
1710 	Linker.link(gst_debug_bin_to_dot_file, "gst_debug_bin_to_dot_file", LIBRARY_GSTREAMER);
1711 	Linker.link(gst_debug_bin_to_dot_file_with_ts, "gst_debug_bin_to_dot_file_with_ts", LIBRARY_GSTREAMER);
1712 	Linker.link(gst_debug_construct_term_color, "gst_debug_construct_term_color", LIBRARY_GSTREAMER);
1713 	Linker.link(gst_debug_construct_win_color, "gst_debug_construct_win_color", LIBRARY_GSTREAMER);
1714 	Linker.link(gst_debug_get_all_categories, "gst_debug_get_all_categories", LIBRARY_GSTREAMER);
1715 	Linker.link(gst_debug_get_color_mode, "gst_debug_get_color_mode", LIBRARY_GSTREAMER);
1716 	Linker.link(gst_debug_get_default_threshold, "gst_debug_get_default_threshold", LIBRARY_GSTREAMER);
1717 	Linker.link(gst_debug_is_active, "gst_debug_is_active", LIBRARY_GSTREAMER);
1718 	Linker.link(gst_debug_is_colored, "gst_debug_is_colored", LIBRARY_GSTREAMER);
1719 	Linker.link(gst_debug_level_get_name, "gst_debug_level_get_name", LIBRARY_GSTREAMER);
1720 	Linker.link(gst_debug_log, "gst_debug_log", LIBRARY_GSTREAMER);
1721 	Linker.link(gst_debug_log_default, "gst_debug_log_default", LIBRARY_GSTREAMER);
1722 	Linker.link(gst_debug_log_valist, "gst_debug_log_valist", LIBRARY_GSTREAMER);
1723 	Linker.link(gst_debug_print_stack_trace, "gst_debug_print_stack_trace", LIBRARY_GSTREAMER);
1724 	Linker.link(gst_debug_remove_log_function, "gst_debug_remove_log_function", LIBRARY_GSTREAMER);
1725 	Linker.link(gst_debug_remove_log_function_by_data, "gst_debug_remove_log_function_by_data", LIBRARY_GSTREAMER);
1726 	Linker.link(gst_debug_set_active, "gst_debug_set_active", LIBRARY_GSTREAMER);
1727 	Linker.link(gst_debug_set_color_mode, "gst_debug_set_color_mode", LIBRARY_GSTREAMER);
1728 	Linker.link(gst_debug_set_color_mode_from_string, "gst_debug_set_color_mode_from_string", LIBRARY_GSTREAMER);
1729 	Linker.link(gst_debug_set_colored, "gst_debug_set_colored", LIBRARY_GSTREAMER);
1730 	Linker.link(gst_debug_set_default_threshold, "gst_debug_set_default_threshold", LIBRARY_GSTREAMER);
1731 	Linker.link(gst_debug_set_threshold_for_name, "gst_debug_set_threshold_for_name", LIBRARY_GSTREAMER);
1732 	Linker.link(gst_debug_set_threshold_from_string, "gst_debug_set_threshold_from_string", LIBRARY_GSTREAMER);
1733 	Linker.link(gst_debug_unset_threshold_for_name, "gst_debug_unset_threshold_for_name", LIBRARY_GSTREAMER);
1734 
1735 	// gstreamer.GError
1736 
1737 	Linker.link(gst_error_get_message, "gst_error_get_message", LIBRARY_GSTREAMER);
1738 
1739 	// gstreamer.Format
1740 
1741 	Linker.link(gst_format_get_by_nick, "gst_format_get_by_nick", LIBRARY_GSTREAMER);
1742 	Linker.link(gst_format_get_details, "gst_format_get_details", LIBRARY_GSTREAMER);
1743 	Linker.link(gst_format_get_name, "gst_format_get_name", LIBRARY_GSTREAMER);
1744 	Linker.link(gst_format_iterate_definitions, "gst_format_iterate_definitions", LIBRARY_GSTREAMER);
1745 	Linker.link(gst_format_register, "gst_format_register", LIBRARY_GSTREAMER);
1746 	Linker.link(gst_format_to_quark, "gst_format_to_quark", LIBRARY_GSTREAMER);
1747 	Linker.link(gst_formats_contains, "gst_formats_contains", LIBRARY_GSTREAMER);
1748 
1749 	// gstreamer.GStreamer
1750 
1751 	Linker.link(gst_deinit, "gst_deinit", LIBRARY_GSTREAMER);
1752 	Linker.link(gst_init, "gst_init", LIBRARY_GSTREAMER);
1753 	Linker.link(gst_init_check, "gst_init_check", LIBRARY_GSTREAMER);
1754 	Linker.link(gst_init_get_option_group, "gst_init_get_option_group", LIBRARY_GSTREAMER);
1755 	Linker.link(gst_is_initialized, "gst_is_initialized", LIBRARY_GSTREAMER);
1756 	Linker.link(gst_segtrap_is_enabled, "gst_segtrap_is_enabled", LIBRARY_GSTREAMER);
1757 	Linker.link(gst_segtrap_set_enabled, "gst_segtrap_set_enabled", LIBRARY_GSTREAMER);
1758 	Linker.link(gst_update_registry, "gst_update_registry", LIBRARY_GSTREAMER);
1759 	Linker.link(gst_version, "gst_version", LIBRARY_GSTREAMER);
1760 	Linker.link(gst_version_string, "gst_version_string", LIBRARY_GSTREAMER);
1761 
1762 	// gstreamer.Parse
1763 
1764 	Linker.link(gst_parse_bin_from_description, "gst_parse_bin_from_description", LIBRARY_GSTREAMER);
1765 	Linker.link(gst_parse_bin_from_description_full, "gst_parse_bin_from_description_full", LIBRARY_GSTREAMER);
1766 	Linker.link(gst_parse_error_quark, "gst_parse_error_quark", LIBRARY_GSTREAMER);
1767 	Linker.link(gst_parse_launch, "gst_parse_launch", LIBRARY_GSTREAMER);
1768 	Linker.link(gst_parse_launch_full, "gst_parse_launch_full", LIBRARY_GSTREAMER);
1769 	Linker.link(gst_parse_launchv, "gst_parse_launchv", LIBRARY_GSTREAMER);
1770 	Linker.link(gst_parse_launchv_full, "gst_parse_launchv_full", LIBRARY_GSTREAMER);
1771 
1772 	// gstreamer.Utils
1773 
1774 	Linker.link(gst_util_array_binary_search, "gst_util_array_binary_search", LIBRARY_GSTREAMER);
1775 	Linker.link(gst_util_double_to_fraction, "gst_util_double_to_fraction", LIBRARY_GSTREAMER);
1776 	Linker.link(gst_util_dump_mem, "gst_util_dump_mem", LIBRARY_GSTREAMER);
1777 	Linker.link(gst_util_fraction_add, "gst_util_fraction_add", LIBRARY_GSTREAMER);
1778 	Linker.link(gst_util_fraction_compare, "gst_util_fraction_compare", LIBRARY_GSTREAMER);
1779 	Linker.link(gst_util_fraction_multiply, "gst_util_fraction_multiply", LIBRARY_GSTREAMER);
1780 	Linker.link(gst_util_fraction_to_double, "gst_util_fraction_to_double", LIBRARY_GSTREAMER);
1781 	Linker.link(gst_util_gdouble_to_guint64, "gst_util_gdouble_to_guint64", LIBRARY_GSTREAMER);
1782 	Linker.link(gst_util_get_timestamp, "gst_util_get_timestamp", LIBRARY_GSTREAMER);
1783 	Linker.link(gst_util_greatest_common_divisor, "gst_util_greatest_common_divisor", LIBRARY_GSTREAMER);
1784 	Linker.link(gst_util_greatest_common_divisor_int64, "gst_util_greatest_common_divisor_int64", LIBRARY_GSTREAMER);
1785 	Linker.link(gst_util_group_id_next, "gst_util_group_id_next", LIBRARY_GSTREAMER);
1786 	Linker.link(gst_util_guint64_to_gdouble, "gst_util_guint64_to_gdouble", LIBRARY_GSTREAMER);
1787 	Linker.link(gst_util_seqnum_compare, "gst_util_seqnum_compare", LIBRARY_GSTREAMER);
1788 	Linker.link(gst_util_seqnum_next, "gst_util_seqnum_next", LIBRARY_GSTREAMER);
1789 	Linker.link(gst_util_set_object_arg, "gst_util_set_object_arg", LIBRARY_GSTREAMER);
1790 	Linker.link(gst_util_set_value_from_string, "gst_util_set_value_from_string", LIBRARY_GSTREAMER);
1791 	Linker.link(gst_util_uint64_scale, "gst_util_uint64_scale", LIBRARY_GSTREAMER);
1792 	Linker.link(gst_util_uint64_scale_ceil, "gst_util_uint64_scale_ceil", LIBRARY_GSTREAMER);
1793 	Linker.link(gst_util_uint64_scale_int, "gst_util_uint64_scale_int", LIBRARY_GSTREAMER);
1794 	Linker.link(gst_util_uint64_scale_int_ceil, "gst_util_uint64_scale_int_ceil", LIBRARY_GSTREAMER);
1795 	Linker.link(gst_util_uint64_scale_int_round, "gst_util_uint64_scale_int_round", LIBRARY_GSTREAMER);
1796 	Linker.link(gst_util_uint64_scale_round, "gst_util_uint64_scale_round", LIBRARY_GSTREAMER);
1797 	Linker.link(gst_calculate_linear_regression, "gst_calculate_linear_regression", LIBRARY_GSTREAMER);
1798 	Linker.link(gst_dynamic_type_register, "gst_dynamic_type_register", LIBRARY_GSTREAMER);
1799 	Linker.link(gst_util_get_object_array, "gst_util_get_object_array", LIBRARY_GSTREAMER);
1800 	Linker.link(gst_util_set_object_array, "gst_util_set_object_array", LIBRARY_GSTREAMER);
1801 
1802 	// gstreamer.ValueGst
1803 
1804 	Linker.link(gst_value_can_compare, "gst_value_can_compare", LIBRARY_GSTREAMER);
1805 	Linker.link(gst_value_can_intersect, "gst_value_can_intersect", LIBRARY_GSTREAMER);
1806 	Linker.link(gst_value_can_subtract, "gst_value_can_subtract", LIBRARY_GSTREAMER);
1807 	Linker.link(gst_value_can_union, "gst_value_can_union", LIBRARY_GSTREAMER);
1808 	Linker.link(gst_value_compare, "gst_value_compare", LIBRARY_GSTREAMER);
1809 	Linker.link(gst_value_deserialize, "gst_value_deserialize", LIBRARY_GSTREAMER);
1810 	Linker.link(gst_value_fixate, "gst_value_fixate", LIBRARY_GSTREAMER);
1811 	Linker.link(gst_value_fraction_multiply, "gst_value_fraction_multiply", LIBRARY_GSTREAMER);
1812 	Linker.link(gst_value_fraction_subtract, "gst_value_fraction_subtract", LIBRARY_GSTREAMER);
1813 	Linker.link(gst_value_get_bitmask, "gst_value_get_bitmask", LIBRARY_GSTREAMER);
1814 	Linker.link(gst_value_get_caps, "gst_value_get_caps", LIBRARY_GSTREAMER);
1815 	Linker.link(gst_value_get_caps_features, "gst_value_get_caps_features", LIBRARY_GSTREAMER);
1816 	Linker.link(gst_value_get_double_range_max, "gst_value_get_double_range_max", LIBRARY_GSTREAMER);
1817 	Linker.link(gst_value_get_double_range_min, "gst_value_get_double_range_min", LIBRARY_GSTREAMER);
1818 	Linker.link(gst_value_get_flagset_flags, "gst_value_get_flagset_flags", LIBRARY_GSTREAMER);
1819 	Linker.link(gst_value_get_flagset_mask, "gst_value_get_flagset_mask", LIBRARY_GSTREAMER);
1820 	Linker.link(gst_value_set_flagset, "gst_value_set_flagset", LIBRARY_GSTREAMER);
1821 	Linker.link(gst_value_get_fraction_denominator, "gst_value_get_fraction_denominator", LIBRARY_GSTREAMER);
1822 	Linker.link(gst_value_get_fraction_numerator, "gst_value_get_fraction_numerator", LIBRARY_GSTREAMER);
1823 	Linker.link(gst_value_get_fraction_range_max, "gst_value_get_fraction_range_max", LIBRARY_GSTREAMER);
1824 	Linker.link(gst_value_get_fraction_range_min, "gst_value_get_fraction_range_min", LIBRARY_GSTREAMER);
1825 	Linker.link(gst_value_get_int64_range_max, "gst_value_get_int64_range_max", LIBRARY_GSTREAMER);
1826 	Linker.link(gst_value_get_int64_range_min, "gst_value_get_int64_range_min", LIBRARY_GSTREAMER);
1827 	Linker.link(gst_value_get_int64_range_step, "gst_value_get_int64_range_step", LIBRARY_GSTREAMER);
1828 	Linker.link(gst_value_get_int_range_max, "gst_value_get_int_range_max", LIBRARY_GSTREAMER);
1829 	Linker.link(gst_value_get_int_range_min, "gst_value_get_int_range_min", LIBRARY_GSTREAMER);
1830 	Linker.link(gst_value_get_int_range_step, "gst_value_get_int_range_step", LIBRARY_GSTREAMER);
1831 	Linker.link(gst_value_get_structure, "gst_value_get_structure", LIBRARY_GSTREAMER);
1832 	Linker.link(gst_value_init_and_copy, "gst_value_init_and_copy", LIBRARY_GSTREAMER);
1833 	Linker.link(gst_value_intersect, "gst_value_intersect", LIBRARY_GSTREAMER);
1834 	Linker.link(gst_value_is_fixed, "gst_value_is_fixed", LIBRARY_GSTREAMER);
1835 	Linker.link(gst_value_is_subset, "gst_value_is_subset", LIBRARY_GSTREAMER);
1836 	Linker.link(gst_value_register, "gst_value_register", LIBRARY_GSTREAMER);
1837 	Linker.link(gst_value_serialize, "gst_value_serialize", LIBRARY_GSTREAMER);
1838 	Linker.link(gst_value_set_bitmask, "gst_value_set_bitmask", LIBRARY_GSTREAMER);
1839 	Linker.link(gst_value_set_caps, "gst_value_set_caps", LIBRARY_GSTREAMER);
1840 	Linker.link(gst_value_set_caps_features, "gst_value_set_caps_features", LIBRARY_GSTREAMER);
1841 	Linker.link(gst_value_set_double_range, "gst_value_set_double_range", LIBRARY_GSTREAMER);
1842 	Linker.link(gst_value_set_fraction, "gst_value_set_fraction", LIBRARY_GSTREAMER);
1843 	Linker.link(gst_value_set_fraction_range, "gst_value_set_fraction_range", LIBRARY_GSTREAMER);
1844 	Linker.link(gst_value_set_fraction_range_full, "gst_value_set_fraction_range_full", LIBRARY_GSTREAMER);
1845 	Linker.link(gst_value_set_int64_range, "gst_value_set_int64_range", LIBRARY_GSTREAMER);
1846 	Linker.link(gst_value_set_int64_range_step, "gst_value_set_int64_range_step", LIBRARY_GSTREAMER);
1847 	Linker.link(gst_value_set_int_range, "gst_value_set_int_range", LIBRARY_GSTREAMER);
1848 	Linker.link(gst_value_set_int_range_step, "gst_value_set_int_range_step", LIBRARY_GSTREAMER);
1849 	Linker.link(gst_value_set_structure, "gst_value_set_structure", LIBRARY_GSTREAMER);
1850 	Linker.link(gst_value_subtract, "gst_value_subtract", LIBRARY_GSTREAMER);
1851 	Linker.link(gst_value_union, "gst_value_union", LIBRARY_GSTREAMER);
1852 }
1853 
1854 __gshared extern(C)
1855 {
1856 
1857 	// gstreamer.AllocationParams
1858 
1859 	GType function() c_gst_allocation_params_get_type;
1860 	GstAllocationParams* function(GstAllocationParams* params) c_gst_allocation_params_copy;
1861 	void function(GstAllocationParams* params) c_gst_allocation_params_free;
1862 	void function(GstAllocationParams* params) c_gst_allocation_params_init;
1863 
1864 	// gstreamer.Allocator
1865 
1866 	GType function() c_gst_allocator_get_type;
1867 	GstAllocator* function(const(char)* name) c_gst_allocator_find;
1868 	void function(const(char)* name, GstAllocator* allocator) c_gst_allocator_register;
1869 	GstMemory* function(GstAllocator* allocator, size_t size, GstAllocationParams* params) c_gst_allocator_alloc;
1870 	void function(GstAllocator* allocator, GstMemory* memory) c_gst_allocator_free;
1871 	void function(GstAllocator* allocator) c_gst_allocator_set_default;
1872 
1873 	// gstreamer.AtomicQueue
1874 
1875 	GType function() c_gst_atomic_queue_get_type;
1876 	GstAtomicQueue* function(uint initialSize) c_gst_atomic_queue_new;
1877 	uint function(GstAtomicQueue* queue) c_gst_atomic_queue_length;
1878 	void* function(GstAtomicQueue* queue) c_gst_atomic_queue_peek;
1879 	void* function(GstAtomicQueue* queue) c_gst_atomic_queue_pop;
1880 	void function(GstAtomicQueue* queue, void* data) c_gst_atomic_queue_push;
1881 	void function(GstAtomicQueue* queue) c_gst_atomic_queue_ref;
1882 	void function(GstAtomicQueue* queue) c_gst_atomic_queue_unref;
1883 
1884 	// gstreamer.Bin
1885 
1886 	GType function() c_gst_bin_get_type;
1887 	GstElement* function(const(char)* name) c_gst_bin_new;
1888 	int function(GstBin* bin, GstElement* element) c_gst_bin_add;
1889 	void function(GstBin* bin, GstElement* element1, ... ) c_gst_bin_add_many;
1890 	GstPad* function(GstBin* bin, GstPadDirection direction) c_gst_bin_find_unlinked_pad;
1891 	GstElement* function(GstBin* bin, GType iface) c_gst_bin_get_by_interface;
1892 	GstElement* function(GstBin* bin, const(char)* name) c_gst_bin_get_by_name;
1893 	GstElement* function(GstBin* bin, const(char)* name) c_gst_bin_get_by_name_recurse_up;
1894 	GstElementFlags function(GstBin* bin) c_gst_bin_get_suppressed_flags;
1895 	GstIterator* function(GstBin* bin, const(char)* factoryName) c_gst_bin_iterate_all_by_element_factory_name;
1896 	GstIterator* function(GstBin* bin, GType iface) c_gst_bin_iterate_all_by_interface;
1897 	GstIterator* function(GstBin* bin) c_gst_bin_iterate_elements;
1898 	GstIterator* function(GstBin* bin) c_gst_bin_iterate_recurse;
1899 	GstIterator* function(GstBin* bin) c_gst_bin_iterate_sinks;
1900 	GstIterator* function(GstBin* bin) c_gst_bin_iterate_sorted;
1901 	GstIterator* function(GstBin* bin) c_gst_bin_iterate_sources;
1902 	int function(GstBin* bin) c_gst_bin_recalculate_latency;
1903 	int function(GstBin* bin, GstElement* element) c_gst_bin_remove;
1904 	void function(GstBin* bin, GstElement* element1, ... ) c_gst_bin_remove_many;
1905 	void function(GstBin* bin, GstElementFlags flags) c_gst_bin_set_suppressed_flags;
1906 	int function(GstBin* bin) c_gst_bin_sync_children_states;
1907 
1908 	// gstreamer.Bitmask
1909 
1910 	GType function() c_gst_bitmask_get_type;
1911 
1912 	// gstreamer.Buffer
1913 
1914 	GType function() c_gst_buffer_get_type;
1915 	GstBuffer* function() c_gst_buffer_new;
1916 	GstBuffer* function(GstAllocator* allocator, size_t size, GstAllocationParams* params) c_gst_buffer_new_allocate;
1917 	GstBuffer* function(void* data, size_t size) c_gst_buffer_new_wrapped;
1918 	GstBuffer* function(GBytes* bytes) c_gst_buffer_new_wrapped_bytes;
1919 	GstBuffer* function(GstMemoryFlags flags, void* data, size_t maxsize, size_t offset, size_t size, void* userData, GDestroyNotify notify) c_gst_buffer_new_wrapped_full;
1920 	GstMeta* function(GstBuffer* buffer, GstMetaInfo* info, void* params) c_gst_buffer_add_meta;
1921 	GstParentBufferMeta* function(GstBuffer* buffer, GstBuffer* ref_) c_gst_buffer_add_parent_buffer_meta;
1922 	GstProtectionMeta* function(GstBuffer* buffer, GstStructure* info) c_gst_buffer_add_protection_meta;
1923 	GstReferenceTimestampMeta* function(GstBuffer* buffer, GstCaps* reference, GstClockTime timestamp, GstClockTime duration) c_gst_buffer_add_reference_timestamp_meta;
1924 	GstBuffer* function(GstBuffer* buf1, GstBuffer* buf2) c_gst_buffer_append;
1925 	void function(GstBuffer* buffer, GstMemory* mem) c_gst_buffer_append_memory;
1926 	GstBuffer* function(GstBuffer* buf1, GstBuffer* buf2, ptrdiff_t offset, ptrdiff_t size) c_gst_buffer_append_region;
1927 	GstBuffer* function(GstBuffer* buf) c_gst_buffer_copy_deep;
1928 	int function(GstBuffer* dest, GstBuffer* src, GstBufferCopyFlags flags, size_t offset, size_t size) c_gst_buffer_copy_into;
1929 	GstBuffer* function(GstBuffer* parent, GstBufferCopyFlags flags, size_t offset, size_t size) c_gst_buffer_copy_region;
1930 	size_t function(GstBuffer* buffer, size_t offset, void* dest, size_t size) c_gst_buffer_extract;
1931 	void function(GstBuffer* buffer, size_t offset, size_t size, void** dest, size_t* destSize) c_gst_buffer_extract_dup;
1932 	size_t function(GstBuffer* buffer, size_t offset, void* src, size_t size) c_gst_buffer_fill;
1933 	int function(GstBuffer* buffer, size_t offset, size_t size, uint* idx, uint* length, size_t* skip) c_gst_buffer_find_memory;
1934 	int function(GstBuffer* buffer, GstBufferForeachMetaFunc func, void* userData) c_gst_buffer_foreach_meta;
1935 	GstMemory* function(GstBuffer* buffer) c_gst_buffer_get_all_memory;
1936 	GstBufferFlags function(GstBuffer* buffer) c_gst_buffer_get_flags;
1937 	GstMemory* function(GstBuffer* buffer, uint idx) c_gst_buffer_get_memory;
1938 	GstMemory* function(GstBuffer* buffer, uint idx, int length) c_gst_buffer_get_memory_range;
1939 	GstMeta* function(GstBuffer* buffer, GType api) c_gst_buffer_get_meta;
1940 	uint function(GstBuffer* buffer, GType apiType) c_gst_buffer_get_n_meta;
1941 	GstReferenceTimestampMeta* function(GstBuffer* buffer, GstCaps* reference) c_gst_buffer_get_reference_timestamp_meta;
1942 	size_t function(GstBuffer* buffer) c_gst_buffer_get_size;
1943 	size_t function(GstBuffer* buffer, size_t* offset, size_t* maxsize) c_gst_buffer_get_sizes;
1944 	size_t function(GstBuffer* buffer, uint idx, int length, size_t* offset, size_t* maxsize) c_gst_buffer_get_sizes_range;
1945 	int function(GstBuffer* buffer, GstBufferFlags flags) c_gst_buffer_has_flags;
1946 	void function(GstBuffer* buffer, int idx, GstMemory* mem) c_gst_buffer_insert_memory;
1947 	int function(GstBuffer* buffer) c_gst_buffer_is_all_memory_writable;
1948 	int function(GstBuffer* buffer, uint idx, int length) c_gst_buffer_is_memory_range_writable;
1949 	GstMeta* function(GstBuffer* buffer, void** state) c_gst_buffer_iterate_meta;
1950 	GstMeta* function(GstBuffer* buffer, void** state, GType metaApiType) c_gst_buffer_iterate_meta_filtered;
1951 	int function(GstBuffer* buffer, GstMapInfo* info, GstMapFlags flags) c_gst_buffer_map;
1952 	int function(GstBuffer* buffer, uint idx, int length, GstMapInfo* info, GstMapFlags flags) c_gst_buffer_map_range;
1953 	int function(GstBuffer* buffer, size_t offset, void* mem, size_t size) c_gst_buffer_memcmp;
1954 	size_t function(GstBuffer* buffer, size_t offset, ubyte val, size_t size) c_gst_buffer_memset;
1955 	uint function(GstBuffer* buffer) c_gst_buffer_n_memory;
1956 	GstMemory* function(GstBuffer* buffer, uint idx) c_gst_buffer_peek_memory;
1957 	void function(GstBuffer* buffer, GstMemory* mem) c_gst_buffer_prepend_memory;
1958 	void function(GstBuffer* buffer) c_gst_buffer_remove_all_memory;
1959 	void function(GstBuffer* buffer, uint idx) c_gst_buffer_remove_memory;
1960 	void function(GstBuffer* buffer, uint idx, int length) c_gst_buffer_remove_memory_range;
1961 	int function(GstBuffer* buffer, GstMeta* meta) c_gst_buffer_remove_meta;
1962 	void function(GstBuffer* buffer, GstMemory* mem) c_gst_buffer_replace_all_memory;
1963 	void function(GstBuffer* buffer, uint idx, GstMemory* mem) c_gst_buffer_replace_memory;
1964 	void function(GstBuffer* buffer, uint idx, int length, GstMemory* mem) c_gst_buffer_replace_memory_range;
1965 	void function(GstBuffer* buffer, ptrdiff_t offset, ptrdiff_t size) c_gst_buffer_resize;
1966 	int function(GstBuffer* buffer, uint idx, int length, ptrdiff_t offset, ptrdiff_t size) c_gst_buffer_resize_range;
1967 	int function(GstBuffer* buffer, GstBufferFlags flags) c_gst_buffer_set_flags;
1968 	void function(GstBuffer* buffer, ptrdiff_t size) c_gst_buffer_set_size;
1969 	void function(GstBuffer* buffer, GstMapInfo* info) c_gst_buffer_unmap;
1970 	int function(GstBuffer* buffer, GstBufferFlags flags) c_gst_buffer_unset_flags;
1971 	uint function() c_gst_buffer_get_max_memory;
1972 
1973 	// gstreamer.BufferList
1974 
1975 	GType function() c_gst_buffer_list_get_type;
1976 	GstBufferList* function() c_gst_buffer_list_new;
1977 	GstBufferList* function(uint size) c_gst_buffer_list_new_sized;
1978 	size_t function(GstBufferList* list) c_gst_buffer_list_calculate_size;
1979 	GstBufferList* function(GstBufferList* list) c_gst_buffer_list_copy_deep;
1980 	int function(GstBufferList* list, GstBufferListFunc func, void* userData) c_gst_buffer_list_foreach;
1981 	GstBuffer* function(GstBufferList* list, uint idx) c_gst_buffer_list_get;
1982 	GstBuffer* function(GstBufferList* list, uint idx) c_gst_buffer_list_get_writable;
1983 	void function(GstBufferList* list, int idx, GstBuffer* buffer) c_gst_buffer_list_insert;
1984 	uint function(GstBufferList* list) c_gst_buffer_list_length;
1985 	void function(GstBufferList* list, uint idx, uint length) c_gst_buffer_list_remove;
1986 
1987 	// gstreamer.BufferPool
1988 
1989 	GType function() c_gst_buffer_pool_get_type;
1990 	GstBufferPool* function() c_gst_buffer_pool_new;
1991 	void function(GstStructure* config, const(char)* option) c_gst_buffer_pool_config_add_option;
1992 	int function(GstStructure* config, GstAllocator** allocator, GstAllocationParams* params) c_gst_buffer_pool_config_get_allocator;
1993 	const(char)* function(GstStructure* config, uint index) c_gst_buffer_pool_config_get_option;
1994 	int function(GstStructure* config, GstCaps** caps, uint* size, uint* minBuffers, uint* maxBuffers) c_gst_buffer_pool_config_get_params;
1995 	int function(GstStructure* config, const(char)* option) c_gst_buffer_pool_config_has_option;
1996 	uint function(GstStructure* config) c_gst_buffer_pool_config_n_options;
1997 	void function(GstStructure* config, GstAllocator* allocator, GstAllocationParams* params) c_gst_buffer_pool_config_set_allocator;
1998 	void function(GstStructure* config, GstCaps* caps, uint size, uint minBuffers, uint maxBuffers) c_gst_buffer_pool_config_set_params;
1999 	int function(GstStructure* config, GstCaps* caps, uint size, uint minBuffers, uint maxBuffers) c_gst_buffer_pool_config_validate_params;
2000 	GstFlowReturn function(GstBufferPool* pool, GstBuffer** buffer, GstBufferPoolAcquireParams* params) c_gst_buffer_pool_acquire_buffer;
2001 	GstStructure* function(GstBufferPool* pool) c_gst_buffer_pool_get_config;
2002 	char** function(GstBufferPool* pool) c_gst_buffer_pool_get_options;
2003 	int function(GstBufferPool* pool, const(char)* option) c_gst_buffer_pool_has_option;
2004 	int function(GstBufferPool* pool) c_gst_buffer_pool_is_active;
2005 	void function(GstBufferPool* pool, GstBuffer* buffer) c_gst_buffer_pool_release_buffer;
2006 	int function(GstBufferPool* pool, int active) c_gst_buffer_pool_set_active;
2007 	int function(GstBufferPool* pool, GstStructure* config) c_gst_buffer_pool_set_config;
2008 	void function(GstBufferPool* pool, int flushing) c_gst_buffer_pool_set_flushing;
2009 
2010 	// gstreamer.Bus
2011 
2012 	GType function() c_gst_bus_get_type;
2013 	GstBus* function() c_gst_bus_new;
2014 	void function(GstBus* bus) c_gst_bus_add_signal_watch;
2015 	void function(GstBus* bus, int priority) c_gst_bus_add_signal_watch_full;
2016 	uint function(GstBus* bus, GstBusFunc func, void* userData) c_gst_bus_add_watch;
2017 	uint function(GstBus* bus, int priority, GstBusFunc func, void* userData, GDestroyNotify notify) c_gst_bus_add_watch_full;
2018 	int function(GstBus* bus, GstMessage* message, void* data) c_gst_bus_async_signal_func;
2019 	GSource* function(GstBus* bus) c_gst_bus_create_watch;
2020 	void function(GstBus* bus) c_gst_bus_disable_sync_message_emission;
2021 	void function(GstBus* bus) c_gst_bus_enable_sync_message_emission;
2022 	void function(GstBus* bus, GPollFD* fd) c_gst_bus_get_pollfd;
2023 	int function(GstBus* bus) c_gst_bus_have_pending;
2024 	GstMessage* function(GstBus* bus) c_gst_bus_peek;
2025 	GstMessage* function(GstBus* bus, GstMessageType events, GstClockTime timeout) c_gst_bus_poll;
2026 	GstMessage* function(GstBus* bus) c_gst_bus_pop;
2027 	GstMessage* function(GstBus* bus, GstMessageType types) c_gst_bus_pop_filtered;
2028 	int function(GstBus* bus, GstMessage* message) c_gst_bus_post;
2029 	void function(GstBus* bus) c_gst_bus_remove_signal_watch;
2030 	int function(GstBus* bus) c_gst_bus_remove_watch;
2031 	void function(GstBus* bus, int flushing) c_gst_bus_set_flushing;
2032 	void function(GstBus* bus, GstBusSyncHandler func, void* userData, GDestroyNotify notify) c_gst_bus_set_sync_handler;
2033 	GstBusSyncReply function(GstBus* bus, GstMessage* message, void* data) c_gst_bus_sync_signal_handler;
2034 	GstMessage* function(GstBus* bus, GstClockTime timeout) c_gst_bus_timed_pop;
2035 	GstMessage* function(GstBus* bus, GstClockTime timeout, GstMessageType types) c_gst_bus_timed_pop_filtered;
2036 
2037 	// gstreamer.Caps
2038 
2039 	GType function() c_gst_caps_get_type;
2040 	GstCaps* function() c_gst_caps_new_any;
2041 	GstCaps* function() c_gst_caps_new_empty;
2042 	GstCaps* function(const(char)* mediaType) c_gst_caps_new_empty_simple;
2043 	GstCaps* function(GstStructure* struct1, ... ) c_gst_caps_new_full;
2044 	GstCaps* function(GstStructure* structure, void* varArgs) c_gst_caps_new_full_valist;
2045 	GstCaps* function(const(char)* mediaType, const(char)* fieldname, ... ) c_gst_caps_new_simple;
2046 	void function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_append;
2047 	void function(GstCaps* caps, GstStructure* structure) c_gst_caps_append_structure;
2048 	void function(GstCaps* caps, GstStructure* structure, GstCapsFeatures* features) c_gst_caps_append_structure_full;
2049 	int function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_can_intersect;
2050 	GstCaps* function(GstCaps* caps) c_gst_caps_copy;
2051 	GstCaps* function(GstCaps* caps, uint nth) c_gst_caps_copy_nth;
2052 	void function(GstCaps* caps, GstCapsFilterMapFunc func, void* userData) c_gst_caps_filter_and_map_in_place;
2053 	GstCaps* function(GstCaps* caps) c_gst_caps_fixate;
2054 	int function(GstCaps* caps, GstCapsForeachFunc func, void* userData) c_gst_caps_foreach;
2055 	GstCapsFeatures* function(GstCaps* caps, uint index) c_gst_caps_get_features;
2056 	uint function(GstCaps* caps) c_gst_caps_get_size;
2057 	GstStructure* function(GstCaps* caps, uint index) c_gst_caps_get_structure;
2058 	GstCaps* function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_intersect;
2059 	GstCaps* function(GstCaps* caps1, GstCaps* caps2, GstCapsIntersectMode mode) c_gst_caps_intersect_full;
2060 	int function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_is_always_compatible;
2061 	int function(GstCaps* caps) c_gst_caps_is_any;
2062 	int function(GstCaps* caps) c_gst_caps_is_empty;
2063 	int function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_is_equal;
2064 	int function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_is_equal_fixed;
2065 	int function(GstCaps* caps) c_gst_caps_is_fixed;
2066 	int function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_is_strictly_equal;
2067 	int function(GstCaps* subset, GstCaps* superset) c_gst_caps_is_subset;
2068 	int function(GstCaps* caps, GstStructure* structure) c_gst_caps_is_subset_structure;
2069 	int function(GstCaps* caps, GstStructure* structure, GstCapsFeatures* features) c_gst_caps_is_subset_structure_full;
2070 	int function(GstCaps* caps, GstCapsMapFunc func, void* userData) c_gst_caps_map_in_place;
2071 	GstCaps* function(GstCaps* caps1, GstCaps* caps2) c_gst_caps_merge;
2072 	GstCaps* function(GstCaps* caps, GstStructure* structure) c_gst_caps_merge_structure;
2073 	GstCaps* function(GstCaps* caps, GstStructure* structure, GstCapsFeatures* features) c_gst_caps_merge_structure_full;
2074 	GstCaps* function(GstCaps* caps) c_gst_caps_normalize;
2075 	void function(GstCaps* caps, uint idx) c_gst_caps_remove_structure;
2076 	void function(GstCaps* caps, uint index, GstCapsFeatures* features) c_gst_caps_set_features;
2077 	void function(GstCaps* caps, GstCapsFeatures* features) c_gst_caps_set_features_simple;
2078 	void function(GstCaps* caps, const(char)* field, ... ) c_gst_caps_set_simple;
2079 	void function(GstCaps* caps, const(char)* field, void* varargs) c_gst_caps_set_simple_valist;
2080 	void function(GstCaps* caps, const(char)* field, GValue* value) c_gst_caps_set_value;
2081 	GstCaps* function(GstCaps* caps) c_gst_caps_simplify;
2082 	GstStructure* function(GstCaps* caps, uint index) c_gst_caps_steal_structure;
2083 	GstCaps* function(GstCaps* minuend, GstCaps* subtrahend) c_gst_caps_subtract;
2084 	char* function(GstCaps* caps) c_gst_caps_to_string;
2085 	GstCaps* function(GstCaps* caps) c_gst_caps_truncate;
2086 	GstCaps* function(const(char)* string_) c_gst_caps_from_string;
2087 
2088 	// gstreamer.CapsFeatures
2089 
2090 	GType function() c_gst_caps_features_get_type;
2091 	GstCapsFeatures* function(const(char)* feature1, ... ) c_gst_caps_features_new;
2092 	GstCapsFeatures* function() c_gst_caps_features_new_any;
2093 	GstCapsFeatures* function() c_gst_caps_features_new_empty;
2094 	GstCapsFeatures* function(GQuark feature1, ... ) c_gst_caps_features_new_id;
2095 	GstCapsFeatures* function(GQuark feature1, void* varargs) c_gst_caps_features_new_id_valist;
2096 	GstCapsFeatures* function(const(char)* feature1, void* varargs) c_gst_caps_features_new_valist;
2097 	void function(GstCapsFeatures* features, const(char)* feature) c_gst_caps_features_add;
2098 	void function(GstCapsFeatures* features, GQuark feature) c_gst_caps_features_add_id;
2099 	int function(GstCapsFeatures* features, const(char)* feature) c_gst_caps_features_contains;
2100 	int function(GstCapsFeatures* features, GQuark feature) c_gst_caps_features_contains_id;
2101 	GstCapsFeatures* function(GstCapsFeatures* features) c_gst_caps_features_copy;
2102 	void function(GstCapsFeatures* features) c_gst_caps_features_free;
2103 	const(char)* function(GstCapsFeatures* features, uint i) c_gst_caps_features_get_nth;
2104 	GQuark function(GstCapsFeatures* features, uint i) c_gst_caps_features_get_nth_id;
2105 	uint function(GstCapsFeatures* features) c_gst_caps_features_get_size;
2106 	int function(GstCapsFeatures* features) c_gst_caps_features_is_any;
2107 	int function(GstCapsFeatures* features1, GstCapsFeatures* features2) c_gst_caps_features_is_equal;
2108 	void function(GstCapsFeatures* features, const(char)* feature) c_gst_caps_features_remove;
2109 	void function(GstCapsFeatures* features, GQuark feature) c_gst_caps_features_remove_id;
2110 	int function(GstCapsFeatures* features, int* refcount) c_gst_caps_features_set_parent_refcount;
2111 	char* function(GstCapsFeatures* features) c_gst_caps_features_to_string;
2112 	GstCapsFeatures* function(const(char)* features) c_gst_caps_features_from_string;
2113 
2114 	// gstreamer.ChildProxy
2115 
2116 	GType function() c_gst_child_proxy_get_type;
2117 	void function(GstChildProxy* parent, GObject* child, const(char)* name) c_gst_child_proxy_child_added;
2118 	void function(GstChildProxy* parent, GObject* child, const(char)* name) c_gst_child_proxy_child_removed;
2119 	void function(GstChildProxy* object, const(char)* firstPropertyName, ... ) c_gst_child_proxy_get;
2120 	GObject* function(GstChildProxy* parent, uint index) c_gst_child_proxy_get_child_by_index;
2121 	GObject* function(GstChildProxy* parent, const(char)* name) c_gst_child_proxy_get_child_by_name;
2122 	uint function(GstChildProxy* parent) c_gst_child_proxy_get_children_count;
2123 	void function(GstChildProxy* object, const(char)* name, GValue* value) c_gst_child_proxy_get_property;
2124 	void function(GstChildProxy* object, const(char)* firstPropertyName, void* varArgs) c_gst_child_proxy_get_valist;
2125 	int function(GstChildProxy* object, const(char)* name, GObject** target, GParamSpec** pspec) c_gst_child_proxy_lookup;
2126 	void function(GstChildProxy* object, const(char)* firstPropertyName, ... ) c_gst_child_proxy_set;
2127 	void function(GstChildProxy* object, const(char)* name, GValue* value) c_gst_child_proxy_set_property;
2128 	void function(GstChildProxy* object, const(char)* firstPropertyName, void* varArgs) c_gst_child_proxy_set_valist;
2129 
2130 	// gstreamer.Clock
2131 
2132 	GType function() c_gst_clock_get_type;
2133 	int function(void* id1, void* id2) c_gst_clock_id_compare_func;
2134 	GstClock* function(GstClockID id) c_gst_clock_id_get_clock;
2135 	GstClockTime function(GstClockID id) c_gst_clock_id_get_time;
2136 	GstClockID function(GstClockID id) c_gst_clock_id_ref;
2137 	void function(GstClockID id) c_gst_clock_id_unref;
2138 	void function(GstClockID id) c_gst_clock_id_unschedule;
2139 	int function(GstClockID id, GstClock* clock) c_gst_clock_id_uses_clock;
2140 	GstClockReturn function(GstClockID id, GstClockTimeDiff* jitter) c_gst_clock_id_wait;
2141 	GstClockReturn function(GstClockID id, GstClockCallback func, void* userData, GDestroyNotify destroyData) c_gst_clock_id_wait_async;
2142 	int function(GstClock* clock, GstClockTime slave, GstClockTime master, double* rSquared) c_gst_clock_add_observation;
2143 	int function(GstClock* clock, GstClockTime slave, GstClockTime master, double* rSquared, GstClockTime* internal, GstClockTime* external, GstClockTime* rateNum, GstClockTime* rateDenom) c_gst_clock_add_observation_unapplied;
2144 	GstClockTime function(GstClock* clock, GstClockTime internal) c_gst_clock_adjust_unlocked;
2145 	GstClockTime function(GstClock* clock, GstClockTime internalTarget, GstClockTime cinternal, GstClockTime cexternal, GstClockTime cnum, GstClockTime cdenom) c_gst_clock_adjust_with_calibration;
2146 	void function(GstClock* clock, GstClockTime* internal, GstClockTime* external, GstClockTime* rateNum, GstClockTime* rateDenom) c_gst_clock_get_calibration;
2147 	GstClockTime function(GstClock* clock) c_gst_clock_get_internal_time;
2148 	GstClock* function(GstClock* clock) c_gst_clock_get_master;
2149 	GstClockTime function(GstClock* clock) c_gst_clock_get_resolution;
2150 	GstClockTime function(GstClock* clock) c_gst_clock_get_time;
2151 	GstClockTime function(GstClock* clock) c_gst_clock_get_timeout;
2152 	int function(GstClock* clock) c_gst_clock_is_synced;
2153 	GstClockID function(GstClock* clock, GstClockTime startTime, GstClockTime interval) c_gst_clock_new_periodic_id;
2154 	GstClockID function(GstClock* clock, GstClockTime time) c_gst_clock_new_single_shot_id;
2155 	int function(GstClock* clock, GstClockID id, GstClockTime startTime, GstClockTime interval) c_gst_clock_periodic_id_reinit;
2156 	void function(GstClock* clock, GstClockTime internal, GstClockTime external, GstClockTime rateNum, GstClockTime rateDenom) c_gst_clock_set_calibration;
2157 	int function(GstClock* clock, GstClock* master) c_gst_clock_set_master;
2158 	GstClockTime function(GstClock* clock, GstClockTime resolution) c_gst_clock_set_resolution;
2159 	void function(GstClock* clock, int synced) c_gst_clock_set_synced;
2160 	void function(GstClock* clock, GstClockTime timeout) c_gst_clock_set_timeout;
2161 	int function(GstClock* clock, GstClockID id, GstClockTime time) c_gst_clock_single_shot_id_reinit;
2162 	GstClockTime function(GstClock* clock, GstClockTime external) c_gst_clock_unadjust_unlocked;
2163 	GstClockTime function(GstClock* clock, GstClockTime externalTarget, GstClockTime cinternal, GstClockTime cexternal, GstClockTime cnum, GstClockTime cdenom) c_gst_clock_unadjust_with_calibration;
2164 	int function(GstClock* clock, GstClockTime timeout) c_gst_clock_wait_for_sync;
2165 
2166 	// gstreamer.Context
2167 
2168 	GType function() c_gst_context_get_type;
2169 	GstContext* function(const(char)* contextType, int persistent) c_gst_context_new;
2170 	const(char)* function(GstContext* context) c_gst_context_get_context_type;
2171 	GstStructure* function(GstContext* context) c_gst_context_get_structure;
2172 	int function(GstContext* context, const(char)* contextType) c_gst_context_has_context_type;
2173 	int function(GstContext* context) c_gst_context_is_persistent;
2174 	GstStructure* function(GstContext* context) c_gst_context_writable_structure;
2175 
2176 	// gstreamer.ControlBinding
2177 
2178 	GType function() c_gst_control_binding_get_type;
2179 	int function(GstControlBinding* binding, GstClockTime timestamp, GstClockTime interval, uint nValues, GValue* values) c_gst_control_binding_get_g_value_array;
2180 	GValue* function(GstControlBinding* binding, GstClockTime timestamp) c_gst_control_binding_get_value;
2181 	int function(GstControlBinding* binding, GstClockTime timestamp, GstClockTime interval, uint nValues, void* values) c_gst_control_binding_get_value_array;
2182 	int function(GstControlBinding* binding) c_gst_control_binding_is_disabled;
2183 	void function(GstControlBinding* binding, int disabled) c_gst_control_binding_set_disabled;
2184 	int function(GstControlBinding* binding, GstObject* object, GstClockTime timestamp, GstClockTime lastSync) c_gst_control_binding_sync_values;
2185 
2186 	// gstreamer.ControlSource
2187 
2188 	GType function() c_gst_control_source_get_type;
2189 	int function(GstControlSource* self, GstClockTime timestamp, double* value) c_gst_control_source_get_value;
2190 	int function(GstControlSource* self, GstClockTime timestamp, GstClockTime interval, uint nValues, double* values) c_gst_control_source_get_value_array;
2191 
2192 	// gstreamer.DateTime
2193 
2194 	GType function() c_gst_date_time_get_type;
2195 	GstDateTime* function(float tzoffset, int year, int month, int day, int hour, int minute, double seconds) c_gst_date_time_new;
2196 	GstDateTime* function(GDateTime* dt) c_gst_date_time_new_from_g_date_time;
2197 	GstDateTime* function(const(char)* string_) c_gst_date_time_new_from_iso8601_string;
2198 	GstDateTime* function(long secs) c_gst_date_time_new_from_unix_epoch_local_time;
2199 	GstDateTime* function(long usecs) c_gst_date_time_new_from_unix_epoch_local_time_usecs;
2200 	GstDateTime* function(long secs) c_gst_date_time_new_from_unix_epoch_utc;
2201 	GstDateTime* function(long usecs) c_gst_date_time_new_from_unix_epoch_utc_usecs;
2202 	GstDateTime* function(int year, int month, int day, int hour, int minute, double seconds) c_gst_date_time_new_local_time;
2203 	GstDateTime* function() c_gst_date_time_new_now_local_time;
2204 	GstDateTime* function() c_gst_date_time_new_now_utc;
2205 	GstDateTime* function(int year) c_gst_date_time_new_y;
2206 	GstDateTime* function(int year, int month) c_gst_date_time_new_ym;
2207 	GstDateTime* function(int year, int month, int day) c_gst_date_time_new_ymd;
2208 	int function(GstDateTime* datetime) c_gst_date_time_get_day;
2209 	int function(GstDateTime* datetime) c_gst_date_time_get_hour;
2210 	int function(GstDateTime* datetime) c_gst_date_time_get_microsecond;
2211 	int function(GstDateTime* datetime) c_gst_date_time_get_minute;
2212 	int function(GstDateTime* datetime) c_gst_date_time_get_month;
2213 	int function(GstDateTime* datetime) c_gst_date_time_get_second;
2214 	float function(GstDateTime* datetime) c_gst_date_time_get_time_zone_offset;
2215 	int function(GstDateTime* datetime) c_gst_date_time_get_year;
2216 	int function(GstDateTime* datetime) c_gst_date_time_has_day;
2217 	int function(GstDateTime* datetime) c_gst_date_time_has_month;
2218 	int function(GstDateTime* datetime) c_gst_date_time_has_second;
2219 	int function(GstDateTime* datetime) c_gst_date_time_has_time;
2220 	int function(GstDateTime* datetime) c_gst_date_time_has_year;
2221 	GstDateTime* function(GstDateTime* datetime) c_gst_date_time_ref;
2222 	GDateTime* function(GstDateTime* datetime) c_gst_date_time_to_g_date_time;
2223 	char* function(GstDateTime* datetime) c_gst_date_time_to_iso8601_string;
2224 	void function(GstDateTime* datetime) c_gst_date_time_unref;
2225 
2226 	// gstreamer.DebugCategory
2227 
2228 	void function(GstDebugCategory* category) c_gst_debug_category_free;
2229 	uint function(GstDebugCategory* category) c_gst_debug_category_get_color;
2230 	const(char)* function(GstDebugCategory* category) c_gst_debug_category_get_description;
2231 	const(char)* function(GstDebugCategory* category) c_gst_debug_category_get_name;
2232 	GstDebugLevel function(GstDebugCategory* category) c_gst_debug_category_get_threshold;
2233 	void function(GstDebugCategory* category) c_gst_debug_category_reset_threshold;
2234 	void function(GstDebugCategory* category, GstDebugLevel level) c_gst_debug_category_set_threshold;
2235 
2236 	// gstreamer.DebugMessage
2237 
2238 	const(char)* function(GstDebugMessage* message) c_gst_debug_message_get;
2239 
2240 	// gstreamer.Device
2241 
2242 	GType function() c_gst_device_get_type;
2243 	GstElement* function(GstDevice* device, const(char)* name) c_gst_device_create_element;
2244 	GstCaps* function(GstDevice* device) c_gst_device_get_caps;
2245 	char* function(GstDevice* device) c_gst_device_get_device_class;
2246 	char* function(GstDevice* device) c_gst_device_get_display_name;
2247 	GstStructure* function(GstDevice* device) c_gst_device_get_properties;
2248 	int function(GstDevice* device, const(char)* classes) c_gst_device_has_classes;
2249 	int function(GstDevice* device, char** classes) c_gst_device_has_classesv;
2250 	int function(GstDevice* device, GstElement* element) c_gst_device_reconfigure_element;
2251 
2252 	// gstreamer.DeviceMonitor
2253 
2254 	GType function() c_gst_device_monitor_get_type;
2255 	GstDeviceMonitor* function() c_gst_device_monitor_new;
2256 	uint function(GstDeviceMonitor* monitor, const(char)* classes, GstCaps* caps) c_gst_device_monitor_add_filter;
2257 	GstBus* function(GstDeviceMonitor* monitor) c_gst_device_monitor_get_bus;
2258 	GList* function(GstDeviceMonitor* monitor) c_gst_device_monitor_get_devices;
2259 	char** function(GstDeviceMonitor* monitor) c_gst_device_monitor_get_providers;
2260 	int function(GstDeviceMonitor* monitor) c_gst_device_monitor_get_show_all_devices;
2261 	int function(GstDeviceMonitor* monitor, uint filterId) c_gst_device_monitor_remove_filter;
2262 	void function(GstDeviceMonitor* monitor, int showAll) c_gst_device_monitor_set_show_all_devices;
2263 	int function(GstDeviceMonitor* monitor) c_gst_device_monitor_start;
2264 	void function(GstDeviceMonitor* monitor) c_gst_device_monitor_stop;
2265 
2266 	// gstreamer.DeviceProvider
2267 
2268 	GType function() c_gst_device_provider_get_type;
2269 	int function(GstPlugin* plugin, const(char)* name, uint rank, GType type) c_gst_device_provider_register;
2270 	int function(GstDeviceProvider* provider) c_gst_device_provider_can_monitor;
2271 	void function(GstDeviceProvider* provider, GstDevice* device) c_gst_device_provider_device_add;
2272 	void function(GstDeviceProvider* provider, GstDevice* device, GstDevice* changedDevice) c_gst_device_provider_device_changed;
2273 	void function(GstDeviceProvider* provider, GstDevice* device) c_gst_device_provider_device_remove;
2274 	GstBus* function(GstDeviceProvider* provider) c_gst_device_provider_get_bus;
2275 	GList* function(GstDeviceProvider* provider) c_gst_device_provider_get_devices;
2276 	GstDeviceProviderFactory* function(GstDeviceProvider* provider) c_gst_device_provider_get_factory;
2277 	char** function(GstDeviceProvider* provider) c_gst_device_provider_get_hidden_providers;
2278 	const(char)* function(GstDeviceProvider* provider, const(char)* key) c_gst_device_provider_get_metadata;
2279 	void function(GstDeviceProvider* provider, const(char)* name) c_gst_device_provider_hide_provider;
2280 	int function(GstDeviceProvider* provider) c_gst_device_provider_start;
2281 	void function(GstDeviceProvider* provider) c_gst_device_provider_stop;
2282 	void function(GstDeviceProvider* provider, const(char)* name) c_gst_device_provider_unhide_provider;
2283 
2284 	// gstreamer.DeviceProviderClass
2285 
2286 	void function(GstDeviceProviderClass* klass, const(char)* key, const(char)* value) c_gst_device_provider_class_add_metadata;
2287 	void function(GstDeviceProviderClass* klass, const(char)* key, const(char)* value) c_gst_device_provider_class_add_static_metadata;
2288 	const(char)* function(GstDeviceProviderClass* klass, const(char)* key) c_gst_device_provider_class_get_metadata;
2289 	void function(GstDeviceProviderClass* klass, const(char)* longname, const(char)* classification, const(char)* description, const(char)* author) c_gst_device_provider_class_set_metadata;
2290 	void function(GstDeviceProviderClass* klass, const(char)* longname, const(char)* classification, const(char)* description, const(char)* author) c_gst_device_provider_class_set_static_metadata;
2291 
2292 	// gstreamer.DeviceProviderFactory
2293 
2294 	GType function() c_gst_device_provider_factory_get_type;
2295 	GstDeviceProviderFactory* function(const(char)* name) c_gst_device_provider_factory_find;
2296 	GstDeviceProvider* function(const(char)* factoryname) c_gst_device_provider_factory_get_by_name;
2297 	GList* function(GstRank minrank) c_gst_device_provider_factory_list_get_device_providers;
2298 	GstDeviceProvider* function(GstDeviceProviderFactory* factory) c_gst_device_provider_factory_get;
2299 	GType function(GstDeviceProviderFactory* factory) c_gst_device_provider_factory_get_device_provider_type;
2300 	const(char)* function(GstDeviceProviderFactory* factory, const(char)* key) c_gst_device_provider_factory_get_metadata;
2301 	char** function(GstDeviceProviderFactory* factory) c_gst_device_provider_factory_get_metadata_keys;
2302 	int function(GstDeviceProviderFactory* factory, const(char)* classes) c_gst_device_provider_factory_has_classes;
2303 	int function(GstDeviceProviderFactory* factory, char** classes) c_gst_device_provider_factory_has_classesv;
2304 
2305 	// gstreamer.DoubleRange
2306 
2307 	GType function() c_gst_double_range_get_type;
2308 
2309 	// gstreamer.DynamicTypeFactory
2310 
2311 	GType function() c_gst_dynamic_type_factory_get_type;
2312 	GType function(const(char)* factoryname) c_gst_dynamic_type_factory_load;
2313 
2314 	// gstreamer.Element
2315 
2316 	GType function() c_gst_element_get_type;
2317 	GstElement* function(GstURIType type, const(char)* uri, const(char)* elementname, GError** err) c_gst_element_make_from_uri;
2318 	int function(GstPlugin* plugin, const(char)* name, uint rank, GType type) c_gst_element_register;
2319 	const(char)* function(GstStateChangeReturn stateRet) c_gst_element_state_change_return_get_name;
2320 	const(char)* function(GstState state) c_gst_element_state_get_name;
2321 	void function(GstElement* element) c_gst_element_abort_state;
2322 	int function(GstElement* element, GstPad* pad) c_gst_element_add_pad;
2323 	gulong function(GstElement* element, const(char)* propertyName, int includeValue) c_gst_element_add_property_deep_notify_watch;
2324 	gulong function(GstElement* element, const(char)* propertyName, int includeValue) c_gst_element_add_property_notify_watch;
2325 	void function(GstElement* element, GstElementCallAsyncFunc func, void* userData, GDestroyNotify destroyNotify) c_gst_element_call_async;
2326 	GstStateChangeReturn function(GstElement* element, GstStateChange transition) c_gst_element_change_state;
2327 	GstStateChangeReturn function(GstElement* element, GstStateChangeReturn ret) c_gst_element_continue_state;
2328 	void function(GstElement* element) c_gst_element_create_all_pads;
2329 	int function(GstElement* element, GstElementForeachPadFunc func, void* userData) c_gst_element_foreach_pad;
2330 	int function(GstElement* element, GstElementForeachPadFunc func, void* userData) c_gst_element_foreach_sink_pad;
2331 	int function(GstElement* element, GstElementForeachPadFunc func, void* userData) c_gst_element_foreach_src_pad;
2332 	GstClockTime function(GstElement* element) c_gst_element_get_base_time;
2333 	GstBus* function(GstElement* element) c_gst_element_get_bus;
2334 	GstClock* function(GstElement* element) c_gst_element_get_clock;
2335 	GstPad* function(GstElement* element, GstPad* pad, GstCaps* caps) c_gst_element_get_compatible_pad;
2336 	GstPadTemplate* function(GstElement* element, GstPadTemplate* compattempl) c_gst_element_get_compatible_pad_template;
2337 	GstContext* function(GstElement* element, const(char)* contextType) c_gst_element_get_context;
2338 	GstContext* function(GstElement* element, const(char)* contextType) c_gst_element_get_context_unlocked;
2339 	GList* function(GstElement* element) c_gst_element_get_contexts;
2340 	GstClockTime function(GstElement* element) c_gst_element_get_current_clock_time;
2341 	GstClockTime function(GstElement* element) c_gst_element_get_current_running_time;
2342 	GstElementFactory* function(GstElement* element) c_gst_element_get_factory;
2343 	const(char)* function(GstElement* element, const(char)* key) c_gst_element_get_metadata;
2344 	GstPadTemplate* function(GstElement* element, const(char)* name) c_gst_element_get_pad_template;
2345 	GList* function(GstElement* element) c_gst_element_get_pad_template_list;
2346 	GstPad* function(GstElement* element, const(char)* name) c_gst_element_get_request_pad;
2347 	GstClockTime function(GstElement* element) c_gst_element_get_start_time;
2348 	GstStateChangeReturn function(GstElement* element, GstState* state, GstState* pending, GstClockTime timeout) c_gst_element_get_state;
2349 	GstPad* function(GstElement* element, const(char)* name) c_gst_element_get_static_pad;
2350 	int function(GstElement* element) c_gst_element_is_locked_state;
2351 	GstIterator* function(GstElement* element) c_gst_element_iterate_pads;
2352 	GstIterator* function(GstElement* element) c_gst_element_iterate_sink_pads;
2353 	GstIterator* function(GstElement* element) c_gst_element_iterate_src_pads;
2354 	int function(GstElement* src, GstElement* dest) c_gst_element_link;
2355 	int function(GstElement* src, GstElement* dest, GstCaps* filter) c_gst_element_link_filtered;
2356 	int function(GstElement* element1, GstElement* element2, ... ) c_gst_element_link_many;
2357 	int function(GstElement* src, const(char)* srcpadname, GstElement* dest, const(char)* destpadname) c_gst_element_link_pads;
2358 	int function(GstElement* src, const(char)* srcpadname, GstElement* dest, const(char)* destpadname, GstCaps* filter) c_gst_element_link_pads_filtered;
2359 	int function(GstElement* src, const(char)* srcpadname, GstElement* dest, const(char)* destpadname, GstPadLinkCheck flags) c_gst_element_link_pads_full;
2360 	void function(GstElement* element) c_gst_element_lost_state;
2361 	void function(GstElement* element, GstMessageType type, GQuark domain, int code, char* text, char* debug_, const(char)* file, const(char)* function_, int line) c_gst_element_message_full;
2362 	void function(GstElement* element, GstMessageType type, GQuark domain, int code, char* text, char* debug_, const(char)* file, const(char)* function_, int line, GstStructure* structure) c_gst_element_message_full_with_details;
2363 	void function(GstElement* element) c_gst_element_no_more_pads;
2364 	int function(GstElement* element, GstMessage* message) c_gst_element_post_message;
2365 	GstClock* function(GstElement* element) c_gst_element_provide_clock;
2366 	int function(GstElement* element, GstQuery* query) c_gst_element_query;
2367 	int function(GstElement* element, GstFormat srcFormat, long srcVal, GstFormat destFormat, long* destVal) c_gst_element_query_convert;
2368 	int function(GstElement* element, GstFormat format, long* duration) c_gst_element_query_duration;
2369 	int function(GstElement* element, GstFormat format, long* cur) c_gst_element_query_position;
2370 	void function(GstElement* element, GstPad* pad) c_gst_element_release_request_pad;
2371 	int function(GstElement* element, GstPad* pad) c_gst_element_remove_pad;
2372 	void function(GstElement* element, gulong watchId) c_gst_element_remove_property_notify_watch;
2373 	GstPad* function(GstElement* element, GstPadTemplate* templ, const(char)* name, GstCaps* caps) c_gst_element_request_pad;
2374 	int function(GstElement* element, double rate, GstFormat format, GstSeekFlags flags, GstSeekType startType, long start, GstSeekType stopType, long stop) c_gst_element_seek;
2375 	int function(GstElement* element, GstFormat format, GstSeekFlags seekFlags, long seekPos) c_gst_element_seek_simple;
2376 	int function(GstElement* element, GstEvent* event) c_gst_element_send_event;
2377 	void function(GstElement* element, GstClockTime time) c_gst_element_set_base_time;
2378 	void function(GstElement* element, GstBus* bus) c_gst_element_set_bus;
2379 	int function(GstElement* element, GstClock* clock) c_gst_element_set_clock;
2380 	void function(GstElement* element, GstContext* context) c_gst_element_set_context;
2381 	int function(GstElement* element, int lockedState) c_gst_element_set_locked_state;
2382 	void function(GstElement* element, GstClockTime time) c_gst_element_set_start_time;
2383 	GstStateChangeReturn function(GstElement* element, GstState state) c_gst_element_set_state;
2384 	int function(GstElement* element) c_gst_element_sync_state_with_parent;
2385 	void function(GstElement* src, GstElement* dest) c_gst_element_unlink;
2386 	void function(GstElement* element1, GstElement* element2, ... ) c_gst_element_unlink_many;
2387 	void function(GstElement* src, const(char)* srcpadname, GstElement* dest, const(char)* destpadname) c_gst_element_unlink_pads;
2388 
2389 	// gstreamer.ElementClass
2390 
2391 	void function(GstElementClass* klass, const(char)* key, const(char)* value) c_gst_element_class_add_metadata;
2392 	void function(GstElementClass* klass, GstPadTemplate* templ) c_gst_element_class_add_pad_template;
2393 	void function(GstElementClass* klass, const(char)* key, const(char)* value) c_gst_element_class_add_static_metadata;
2394 	void function(GstElementClass* klass, GstStaticPadTemplate* staticTempl) c_gst_element_class_add_static_pad_template;
2395 	void function(GstElementClass* klass, GstStaticPadTemplate* staticTempl, GType padType) c_gst_element_class_add_static_pad_template_with_gtype;
2396 	const(char)* function(GstElementClass* klass, const(char)* key) c_gst_element_class_get_metadata;
2397 	GstPadTemplate* function(GstElementClass* elementClass, const(char)* name) c_gst_element_class_get_pad_template;
2398 	GList* function(GstElementClass* elementClass) c_gst_element_class_get_pad_template_list;
2399 	void function(GstElementClass* klass, const(char)* longname, const(char)* classification, const(char)* description, const(char)* author) c_gst_element_class_set_metadata;
2400 	void function(GstElementClass* klass, const(char)* longname, const(char)* classification, const(char)* description, const(char)* author) c_gst_element_class_set_static_metadata;
2401 
2402 	// gstreamer.ElementFactory
2403 
2404 	GType function() c_gst_element_factory_get_type;
2405 	GstElementFactory* function(const(char)* name) c_gst_element_factory_find;
2406 	GList* function(GList* list, GstCaps* caps, GstPadDirection direction, int subsetonly) c_gst_element_factory_list_filter;
2407 	GList* function(GstElementFactoryListType type, GstRank minrank) c_gst_element_factory_list_get_elements;
2408 	GstElement* function(const(char)* factoryname, const(char)* name) c_gst_element_factory_make;
2409 	int function(GstElementFactory* factory, GstCaps* caps) c_gst_element_factory_can_sink_all_caps;
2410 	int function(GstElementFactory* factory, GstCaps* caps) c_gst_element_factory_can_sink_any_caps;
2411 	int function(GstElementFactory* factory, GstCaps* caps) c_gst_element_factory_can_src_all_caps;
2412 	int function(GstElementFactory* factory, GstCaps* caps) c_gst_element_factory_can_src_any_caps;
2413 	GstElement* function(GstElementFactory* factory, const(char)* name) c_gst_element_factory_create;
2414 	GType function(GstElementFactory* factory) c_gst_element_factory_get_element_type;
2415 	const(char)* function(GstElementFactory* factory, const(char)* key) c_gst_element_factory_get_metadata;
2416 	char** function(GstElementFactory* factory) c_gst_element_factory_get_metadata_keys;
2417 	uint function(GstElementFactory* factory) c_gst_element_factory_get_num_pad_templates;
2418 	GList* function(GstElementFactory* factory) c_gst_element_factory_get_static_pad_templates;
2419 	char** function(GstElementFactory* factory) c_gst_element_factory_get_uri_protocols;
2420 	GstURIType function(GstElementFactory* factory) c_gst_element_factory_get_uri_type;
2421 	int function(GstElementFactory* factory, const(char)* interfacename) c_gst_element_factory_has_interface;
2422 	int function(GstElementFactory* factory, GstElementFactoryListType type) c_gst_element_factory_list_is_type;
2423 
2424 	// gstreamer.Event
2425 
2426 	GType function() c_gst_event_get_type;
2427 	GstEvent* function(GstFormat format, long minsize, long maxsize, int async) c_gst_event_new_buffer_size;
2428 	GstEvent* function(GstCaps* caps) c_gst_event_new_caps;
2429 	GstEvent* function(GstEventType type, GstStructure* structure) c_gst_event_new_custom;
2430 	GstEvent* function() c_gst_event_new_eos;
2431 	GstEvent* function() c_gst_event_new_flush_start;
2432 	GstEvent* function(int resetTime) c_gst_event_new_flush_stop;
2433 	GstEvent* function(GstClockTime timestamp, GstClockTime duration) c_gst_event_new_gap;
2434 	GstEvent* function(double rateMultiplier, GstSegmentFlags newFlags) c_gst_event_new_instant_rate_change;
2435 	GstEvent* function(double rateMultiplier, GstClockTime runningTime, GstClockTime upstreamRunningTime) c_gst_event_new_instant_rate_sync_time;
2436 	GstEvent* function(GstClockTime latency) c_gst_event_new_latency;
2437 	GstEvent* function(GstStructure* structure) c_gst_event_new_navigation;
2438 	GstEvent* function(const(char)* systemId, GstBuffer* data, const(char)* origin) c_gst_event_new_protection;
2439 	GstEvent* function(GstQOSType type, double proportion, GstClockTimeDiff diff, GstClockTime timestamp) c_gst_event_new_qos;
2440 	GstEvent* function() c_gst_event_new_reconfigure;
2441 	GstEvent* function(double rate, GstFormat format, GstSeekFlags flags, GstSeekType startType, long start, GstSeekType stopType, long stop) c_gst_event_new_seek;
2442 	GstEvent* function(GstSegment* segment) c_gst_event_new_segment;
2443 	GstEvent* function(GstFormat format, long position) c_gst_event_new_segment_done;
2444 	GstEvent* function(GList* streams) c_gst_event_new_select_streams;
2445 	GstEvent* function(const(char)* name, GstMessage* msg) c_gst_event_new_sink_message;
2446 	GstEvent* function(GstFormat format, ulong amount, double rate, int flush, int intermediate) c_gst_event_new_step;
2447 	GstEvent* function(GstStreamCollection* collection) c_gst_event_new_stream_collection;
2448 	GstEvent* function(uint groupId) c_gst_event_new_stream_group_done;
2449 	GstEvent* function(const(char)* streamId) c_gst_event_new_stream_start;
2450 	GstEvent* function(GstTagList* taglist) c_gst_event_new_tag;
2451 	GstEvent* function(GstToc* toc, int updated) c_gst_event_new_toc;
2452 	GstEvent* function(const(char)* uid) c_gst_event_new_toc_select;
2453 	void function(GstEvent* event, GstSegment* segment) c_gst_event_copy_segment;
2454 	long function(GstEvent* event) c_gst_event_get_running_time_offset;
2455 	uint function(GstEvent* event) c_gst_event_get_seqnum;
2456 	GstStructure* function(GstEvent* event) c_gst_event_get_structure;
2457 	int function(GstEvent* event, const(char)* name) c_gst_event_has_name;
2458 	int function(GstEvent* event, GQuark name) c_gst_event_has_name_id;
2459 	void function(GstEvent* event, GstFormat* format, long* minsize, long* maxsize, int* async) c_gst_event_parse_buffer_size;
2460 	void function(GstEvent* event, GstCaps** caps) c_gst_event_parse_caps;
2461 	void function(GstEvent* event, int* resetTime) c_gst_event_parse_flush_stop;
2462 	void function(GstEvent* event, GstClockTime* timestamp, GstClockTime* duration) c_gst_event_parse_gap;
2463 	int function(GstEvent* event, uint* groupId) c_gst_event_parse_group_id;
2464 	void function(GstEvent* event, double* rateMultiplier, GstSegmentFlags* newFlags) c_gst_event_parse_instant_rate_change;
2465 	void function(GstEvent* event, double* rateMultiplier, GstClockTime* runningTime, GstClockTime* upstreamRunningTime) c_gst_event_parse_instant_rate_sync_time;
2466 	void function(GstEvent* event, GstClockTime* latency) c_gst_event_parse_latency;
2467 	void function(GstEvent* event, char** systemId, GstBuffer** data, char** origin) c_gst_event_parse_protection;
2468 	void function(GstEvent* event, GstQOSType* type, double* proportion, GstClockTimeDiff* diff, GstClockTime* timestamp) c_gst_event_parse_qos;
2469 	void function(GstEvent* event, double* rate, GstFormat* format, GstSeekFlags* flags, GstSeekType* startType, long* start, GstSeekType* stopType, long* stop) c_gst_event_parse_seek;
2470 	void function(GstEvent* event, GstClockTime* interval) c_gst_event_parse_seek_trickmode_interval;
2471 	void function(GstEvent* event, GstSegment** segment) c_gst_event_parse_segment;
2472 	void function(GstEvent* event, GstFormat* format, long* position) c_gst_event_parse_segment_done;
2473 	void function(GstEvent* event, GList** streams) c_gst_event_parse_select_streams;
2474 	void function(GstEvent* event, GstMessage** msg) c_gst_event_parse_sink_message;
2475 	void function(GstEvent* event, GstFormat* format, ulong* amount, double* rate, int* flush, int* intermediate) c_gst_event_parse_step;
2476 	void function(GstEvent* event, GstStream** stream) c_gst_event_parse_stream;
2477 	void function(GstEvent* event, GstStreamCollection** collection) c_gst_event_parse_stream_collection;
2478 	void function(GstEvent* event, GstStreamFlags* flags) c_gst_event_parse_stream_flags;
2479 	void function(GstEvent* event, uint* groupId) c_gst_event_parse_stream_group_done;
2480 	void function(GstEvent* event, char** streamId) c_gst_event_parse_stream_start;
2481 	void function(GstEvent* event, GstTagList** taglist) c_gst_event_parse_tag;
2482 	void function(GstEvent* event, GstToc** toc, int* updated) c_gst_event_parse_toc;
2483 	void function(GstEvent* event, char** uid) c_gst_event_parse_toc_select;
2484 	void function(GstEvent* event, uint groupId) c_gst_event_set_group_id;
2485 	void function(GstEvent* event, long offset) c_gst_event_set_running_time_offset;
2486 	void function(GstEvent* event, GstClockTime interval) c_gst_event_set_seek_trickmode_interval;
2487 	void function(GstEvent* event, uint seqnum) c_gst_event_set_seqnum;
2488 	void function(GstEvent* event, GstStream* stream) c_gst_event_set_stream;
2489 	void function(GstEvent* event, GstStreamFlags flags) c_gst_event_set_stream_flags;
2490 	GstStructure* function(GstEvent* event) c_gst_event_writable_structure;
2491 	GstEventTypeFlags function(GstEventType type) c_gst_event_type_get_flags;
2492 	const(char)* function(GstEventType type) c_gst_event_type_get_name;
2493 	GQuark function(GstEventType type) c_gst_event_type_to_quark;
2494 
2495 	// gstreamer.FlagSet
2496 
2497 	GType function() c_gst_flagset_get_type;
2498 	GType function(GType flagsType) c_gst_flagset_register;
2499 
2500 	// gstreamer.Fraction
2501 
2502 	GType function() c_gst_fraction_get_type;
2503 
2504 	// gstreamer.FractionRange
2505 
2506 	GType function() c_gst_fraction_range_get_type;
2507 
2508 	// gstreamer.GhostPad
2509 
2510 	GType function() c_gst_ghost_pad_get_type;
2511 	GstPad* function(const(char)* name, GstPad* target) c_gst_ghost_pad_new;
2512 	GstPad* function(const(char)* name, GstPad* target, GstPadTemplate* templ) c_gst_ghost_pad_new_from_template;
2513 	GstPad* function(const(char)* name, GstPadDirection dir) c_gst_ghost_pad_new_no_target;
2514 	GstPad* function(const(char)* name, GstPadTemplate* templ) c_gst_ghost_pad_new_no_target_from_template;
2515 	int function(GstPad* pad, GstObject* parent, GstPadMode mode, int active) c_gst_ghost_pad_activate_mode_default;
2516 	int function(GstPad* pad, GstObject* parent, GstPadMode mode, int active) c_gst_ghost_pad_internal_activate_mode_default;
2517 	int function(GstGhostPad* gpad) c_gst_ghost_pad_construct;
2518 	GstPad* function(GstGhostPad* gpad) c_gst_ghost_pad_get_target;
2519 	int function(GstGhostPad* gpad, GstPad* newtarget) c_gst_ghost_pad_set_target;
2520 
2521 	// gstreamer.Int64Range
2522 
2523 	GType function() c_gst_int64_range_get_type;
2524 
2525 	// gstreamer.IntRange
2526 
2527 	GType function() c_gst_int_range_get_type;
2528 
2529 	// gstreamer.Iterator
2530 
2531 	GType function() c_gst_iterator_get_type;
2532 	GstIterator* function(uint size, GType type, GMutex* lock, uint* masterCookie, GstIteratorCopyFunction copy, GstIteratorNextFunction next, GstIteratorItemFunction item, GstIteratorResyncFunction resync, GstIteratorFreeFunction free) c_gst_iterator_new;
2533 	GstIterator* function(GType type, GMutex* lock, uint* masterCookie, GList** list, GObject* owner, GstIteratorItemFunction item) c_gst_iterator_new_list;
2534 	GstIterator* function(GType type, GValue* object) c_gst_iterator_new_single;
2535 	GstIterator* function(GstIterator* it) c_gst_iterator_copy;
2536 	GstIterator* function(GstIterator* it, GCompareFunc func, GValue* userData) c_gst_iterator_filter;
2537 	int function(GstIterator* it, GCompareFunc func, GValue* elem, void* userData) c_gst_iterator_find_custom;
2538 	GstIteratorResult function(GstIterator* it, GstIteratorFoldFunction func, GValue* ret, void* userData) c_gst_iterator_fold;
2539 	GstIteratorResult function(GstIterator* it, GstIteratorForeachFunction func, void* userData) c_gst_iterator_foreach;
2540 	void function(GstIterator* it) c_gst_iterator_free;
2541 	GstIteratorResult function(GstIterator* it, GValue* elem) c_gst_iterator_next;
2542 	void function(GstIterator* it, GstIterator* other) c_gst_iterator_push;
2543 	void function(GstIterator* it) c_gst_iterator_resync;
2544 
2545 	// gstreamer.Memory
2546 
2547 	GType function() c_gst_memory_get_type;
2548 	GstMemory* function(GstMemoryFlags flags, void* data, size_t maxsize, size_t offset, size_t size, void* userData, GDestroyNotify notify) c_gst_memory_new_wrapped;
2549 	GstMemory* function(GstMemory* mem, ptrdiff_t offset, ptrdiff_t size) c_gst_memory_copy;
2550 	size_t function(GstMemory* mem, size_t* offset, size_t* maxsize) c_gst_memory_get_sizes;
2551 	void function(GstMemory* mem, GstMemoryFlags flags, GstAllocator* allocator, GstMemory* parent, size_t maxsize, size_t align_, size_t offset, size_t size) c_gst_memory_init;
2552 	int function(GstMemory* mem1, GstMemory* mem2, size_t* offset) c_gst_memory_is_span;
2553 	int function(GstMemory* mem, const(char)* memType) c_gst_memory_is_type;
2554 	GstMemory* function(GstMemory* mem, GstMapInfo* info, GstMapFlags flags) c_gst_memory_make_mapped;
2555 	int function(GstMemory* mem, GstMapInfo* info, GstMapFlags flags) c_gst_memory_map;
2556 	void function(GstMemory* mem, ptrdiff_t offset, size_t size) c_gst_memory_resize;
2557 	GstMemory* function(GstMemory* mem, ptrdiff_t offset, ptrdiff_t size) c_gst_memory_share;
2558 	void function(GstMemory* mem, GstMapInfo* info) c_gst_memory_unmap;
2559 
2560 	// gstreamer.Message
2561 
2562 	GType function() c_gst_message_get_type;
2563 	GstMessage* function(GstObject* src, GstStructure* structure) c_gst_message_new_application;
2564 	GstMessage* function(GstObject* src, GstClockTime runningTime) c_gst_message_new_async_done;
2565 	GstMessage* function(GstObject* src) c_gst_message_new_async_start;
2566 	GstMessage* function(GstObject* src, int percent) c_gst_message_new_buffering;
2567 	GstMessage* function(GstObject* src, GstClock* clock) c_gst_message_new_clock_lost;
2568 	GstMessage* function(GstObject* src, GstClock* clock, int ready) c_gst_message_new_clock_provide;
2569 	GstMessage* function(GstMessageType type, GstObject* src, GstStructure* structure) c_gst_message_new_custom;
2570 	GstMessage* function(GstObject* src, GstDevice* device) c_gst_message_new_device_added;
2571 	GstMessage* function(GstObject* src, GstDevice* device, GstDevice* changedDevice) c_gst_message_new_device_changed;
2572 	GstMessage* function(GstObject* src, GstDevice* device) c_gst_message_new_device_removed;
2573 	GstMessage* function(GstObject* src) c_gst_message_new_duration_changed;
2574 	GstMessage* function(GstObject* src, GstStructure* structure) c_gst_message_new_element;
2575 	GstMessage* function(GstObject* src) c_gst_message_new_eos;
2576 	GstMessage* function(GstObject* src, GError* error, const(char)* debug_) c_gst_message_new_error;
2577 	GstMessage* function(GstObject* src, GError* error, const(char)* debug_, GstStructure* details) c_gst_message_new_error_with_details;
2578 	GstMessage* function(GstObject* src, GstContext* context) c_gst_message_new_have_context;
2579 	GstMessage* function(GstObject* src, GError* error, const(char)* debug_) c_gst_message_new_info;
2580 	GstMessage* function(GstObject* src, GError* error, const(char)* debug_, GstStructure* details) c_gst_message_new_info_with_details;
2581 	GstMessage* function(GstObject* src, double rateMultiplier) c_gst_message_new_instant_rate_request;
2582 	GstMessage* function(GstObject* src) c_gst_message_new_latency;
2583 	GstMessage* function(GstObject* src, const(char)* contextType) c_gst_message_new_need_context;
2584 	GstMessage* function(GstObject* src, GstClock* clock) c_gst_message_new_new_clock;
2585 	GstMessage* function(GstObject* src, GstProgressType type, const(char)* code, const(char)* text) c_gst_message_new_progress;
2586 	GstMessage* function(GstObject* src, const(char)* propertyName, GValue* val) c_gst_message_new_property_notify;
2587 	GstMessage* function(GstObject* src, int live, ulong runningTime, ulong streamTime, ulong timestamp, ulong duration) c_gst_message_new_qos;
2588 	GstMessage* function(GstObject* src, const(char)* location, GstTagList* tagList, GstStructure* entryStruct) c_gst_message_new_redirect;
2589 	GstMessage* function(GstObject* src, GstState state) c_gst_message_new_request_state;
2590 	GstMessage* function(GstObject* src, GstClockTime runningTime) c_gst_message_new_reset_time;
2591 	GstMessage* function(GstObject* src, GstFormat format, long position) c_gst_message_new_segment_done;
2592 	GstMessage* function(GstObject* src, GstFormat format, long position) c_gst_message_new_segment_start;
2593 	GstMessage* function(GstObject* src, GstState oldstate, GstState newstate, GstState pending) c_gst_message_new_state_changed;
2594 	GstMessage* function(GstObject* src) c_gst_message_new_state_dirty;
2595 	GstMessage* function(GstObject* src, GstFormat format, ulong amount, double rate, int flush, int intermediate, ulong duration, int eos) c_gst_message_new_step_done;
2596 	GstMessage* function(GstObject* src, int active, GstFormat format, ulong amount, double rate, int flush, int intermediate) c_gst_message_new_step_start;
2597 	GstMessage* function(GstObject* src, GstStreamCollection* collection) c_gst_message_new_stream_collection;
2598 	GstMessage* function(GstObject* src) c_gst_message_new_stream_start;
2599 	GstMessage* function(GstObject* src, GstStreamStatusType type, GstElement* owner) c_gst_message_new_stream_status;
2600 	GstMessage* function(GstObject* src, GstStreamCollection* collection) c_gst_message_new_streams_selected;
2601 	GstMessage* function(GstObject* src, GstStructureChangeType type, GstElement* owner, int busy) c_gst_message_new_structure_change;
2602 	GstMessage* function(GstObject* src, GstTagList* tagList) c_gst_message_new_tag;
2603 	GstMessage* function(GstObject* src, GstToc* toc, int updated) c_gst_message_new_toc;
2604 	GstMessage* function(GstObject* src, GError* error, const(char)* debug_) c_gst_message_new_warning;
2605 	GstMessage* function(GstObject* src, GError* error, const(char)* debug_, GstStructure* details) c_gst_message_new_warning_with_details;
2606 	void function(GstMessage* message, const(char)* location, GstTagList* tagList, GstStructure* entryStruct) c_gst_message_add_redirect_entry;
2607 	GstMessage* function(GstMessage* msg) c_gst_message_copy;
2608 	size_t function(GstMessage* message) c_gst_message_get_num_redirect_entries;
2609 	uint function(GstMessage* message) c_gst_message_get_seqnum;
2610 	GValue* function(GstMessage* message) c_gst_message_get_stream_status_object;
2611 	GstStructure* function(GstMessage* message) c_gst_message_get_structure;
2612 	int function(GstMessage* message, const(char)* name) c_gst_message_has_name;
2613 	void function(GstMessage* message, GstClockTime* runningTime) c_gst_message_parse_async_done;
2614 	void function(GstMessage* message, int* percent) c_gst_message_parse_buffering;
2615 	void function(GstMessage* message, GstBufferingMode* mode, int* avgIn, int* avgOut, long* bufferingLeft) c_gst_message_parse_buffering_stats;
2616 	void function(GstMessage* message, GstClock** clock) c_gst_message_parse_clock_lost;
2617 	void function(GstMessage* message, GstClock** clock, int* ready) c_gst_message_parse_clock_provide;
2618 	int function(GstMessage* message, char** contextType) c_gst_message_parse_context_type;
2619 	void function(GstMessage* message, GstDevice** device) c_gst_message_parse_device_added;
2620 	void function(GstMessage* message, GstDevice** device, GstDevice** changedDevice) c_gst_message_parse_device_changed;
2621 	void function(GstMessage* message, GstDevice** device) c_gst_message_parse_device_removed;
2622 	void function(GstMessage* message, GError** gerror, char** debug_) c_gst_message_parse_error;
2623 	void function(GstMessage* message, GstStructure** structure) c_gst_message_parse_error_details;
2624 	int function(GstMessage* message, uint* groupId) c_gst_message_parse_group_id;
2625 	void function(GstMessage* message, GstContext** context) c_gst_message_parse_have_context;
2626 	void function(GstMessage* message, GError** gerror, char** debug_) c_gst_message_parse_info;
2627 	void function(GstMessage* message, GstStructure** structure) c_gst_message_parse_info_details;
2628 	void function(GstMessage* message, double* rateMultiplier) c_gst_message_parse_instant_rate_request;
2629 	void function(GstMessage* message, GstClock** clock) c_gst_message_parse_new_clock;
2630 	void function(GstMessage* message, GstProgressType* type, char** code, char** text) c_gst_message_parse_progress;
2631 	void function(GstMessage* message, GstObject** object, char** propertyName, GValue** propertyValue) c_gst_message_parse_property_notify;
2632 	void function(GstMessage* message, int* live, ulong* runningTime, ulong* streamTime, ulong* timestamp, ulong* duration) c_gst_message_parse_qos;
2633 	void function(GstMessage* message, GstFormat* format, ulong* processed, ulong* dropped) c_gst_message_parse_qos_stats;
2634 	void function(GstMessage* message, long* jitter, double* proportion, int* quality) c_gst_message_parse_qos_values;
2635 	void function(GstMessage* message, size_t entryIndex, char** location, GstTagList** tagList, GstStructure** entryStruct) c_gst_message_parse_redirect_entry;
2636 	void function(GstMessage* message, GstState* state) c_gst_message_parse_request_state;
2637 	void function(GstMessage* message, GstClockTime* runningTime) c_gst_message_parse_reset_time;
2638 	void function(GstMessage* message, GstFormat* format, long* position) c_gst_message_parse_segment_done;
2639 	void function(GstMessage* message, GstFormat* format, long* position) c_gst_message_parse_segment_start;
2640 	void function(GstMessage* message, GstState* oldstate, GstState* newstate, GstState* pending) c_gst_message_parse_state_changed;
2641 	void function(GstMessage* message, GstFormat* format, ulong* amount, double* rate, int* flush, int* intermediate, ulong* duration, int* eos) c_gst_message_parse_step_done;
2642 	void function(GstMessage* message, int* active, GstFormat* format, ulong* amount, double* rate, int* flush, int* intermediate) c_gst_message_parse_step_start;
2643 	void function(GstMessage* message, GstStreamCollection** collection) c_gst_message_parse_stream_collection;
2644 	void function(GstMessage* message, GstStreamStatusType* type, GstElement** owner) c_gst_message_parse_stream_status;
2645 	void function(GstMessage* message, GstStreamCollection** collection) c_gst_message_parse_streams_selected;
2646 	void function(GstMessage* message, GstStructureChangeType* type, GstElement** owner, int* busy) c_gst_message_parse_structure_change;
2647 	void function(GstMessage* message, GstTagList** tagList) c_gst_message_parse_tag;
2648 	void function(GstMessage* message, GstToc** toc, int* updated) c_gst_message_parse_toc;
2649 	void function(GstMessage* message, GError** gerror, char** debug_) c_gst_message_parse_warning;
2650 	void function(GstMessage* message, GstStructure** structure) c_gst_message_parse_warning_details;
2651 	void function(GstMessage* message, GstBufferingMode mode, int avgIn, int avgOut, long bufferingLeft) c_gst_message_set_buffering_stats;
2652 	void function(GstMessage* message, uint groupId) c_gst_message_set_group_id;
2653 	void function(GstMessage* message, GstFormat format, ulong processed, ulong dropped) c_gst_message_set_qos_stats;
2654 	void function(GstMessage* message, long jitter, double proportion, int quality) c_gst_message_set_qos_values;
2655 	void function(GstMessage* message, uint seqnum) c_gst_message_set_seqnum;
2656 	void function(GstMessage* message, GValue* object) c_gst_message_set_stream_status_object;
2657 	void function(GstMessage* message, GstStream* stream) c_gst_message_streams_selected_add;
2658 	uint function(GstMessage* message) c_gst_message_streams_selected_get_size;
2659 	GstStream* function(GstMessage* message, uint idx) c_gst_message_streams_selected_get_stream;
2660 	GstStructure* function(GstMessage* message) c_gst_message_writable_structure;
2661 	int function(GstMessage** oldMessage, GstMessage* newMessage) c_gst_message_replace;
2662 	const(char)* function(GstMessageType type) c_gst_message_type_get_name;
2663 	GQuark function(GstMessageType type) c_gst_message_type_to_quark;
2664 
2665 	// gstreamer.Meta
2666 
2667 	int function(GstMeta* meta1, GstMeta* meta2) c_gst_meta_compare_seqnum;
2668 	ulong function(GstMeta* meta) c_gst_meta_get_seqnum;
2669 	char** function(GType api) c_gst_meta_api_type_get_tags;
2670 	int function(GType api, GQuark tag) c_gst_meta_api_type_has_tag;
2671 	GType function(const(char)* api, char** tags) c_gst_meta_api_type_register;
2672 	GstMetaInfo* function(const(char)* impl) c_gst_meta_get_info;
2673 	GstMetaInfo* function(GType api, const(char)* impl, size_t size, GstMetaInitFunction initFunc, GstMetaFreeFunction freeFunc, GstMetaTransformFunction transformFunc) c_gst_meta_register;
2674 
2675 	// gstreamer.MiniObject
2676 
2677 	void function(GstMiniObject* object, GstMiniObject* parent) c_gst_mini_object_add_parent;
2678 	GstMiniObject* function(GstMiniObject* miniObject) c_gst_mini_object_copy;
2679 	void* function(GstMiniObject* object, GQuark quark) c_gst_mini_object_get_qdata;
2680 	void function(GstMiniObject* miniObject, uint flags, GType type, GstMiniObjectCopyFunction copyFunc, GstMiniObjectDisposeFunction disposeFunc, GstMiniObjectFreeFunction freeFunc) c_gst_mini_object_init;
2681 	int function(GstMiniObject* miniObject) c_gst_mini_object_is_writable;
2682 	int function(GstMiniObject* object, GstLockFlags flags) c_gst_mini_object_lock;
2683 	GstMiniObject* function(GstMiniObject* miniObject) c_gst_mini_object_make_writable;
2684 	GstMiniObject* function(GstMiniObject* miniObject) c_gst_mini_object_ref;
2685 	void function(GstMiniObject* object, GstMiniObject* parent) c_gst_mini_object_remove_parent;
2686 	void function(GstMiniObject* object, GQuark quark, void* data, GDestroyNotify destroy) c_gst_mini_object_set_qdata;
2687 	void* function(GstMiniObject* object, GQuark quark) c_gst_mini_object_steal_qdata;
2688 	void function(GstMiniObject* object, GstLockFlags flags) c_gst_mini_object_unlock;
2689 	void function(GstMiniObject* miniObject) c_gst_mini_object_unref;
2690 	void function(GstMiniObject* object, GstMiniObjectNotify notify, void* data) c_gst_mini_object_weak_ref;
2691 	void function(GstMiniObject* object, GstMiniObjectNotify notify, void* data) c_gst_mini_object_weak_unref;
2692 	int function(GstMiniObject** olddata, GstMiniObject* newdata) c_gst_mini_object_replace;
2693 	GstMiniObject* function(GstMiniObject** olddata) c_gst_mini_object_steal;
2694 	int function(GstMiniObject** olddata, GstMiniObject* newdata) c_gst_mini_object_take;
2695 
2696 	// gstreamer.ObjectGst
2697 
2698 	GType function() c_gst_object_get_type;
2699 	int function(GList* list, const(char)* name) c_gst_object_check_uniqueness;
2700 	void function(GObject* object, GstObject* orig, GParamSpec* pspec, char** excludedProps) c_gst_object_default_deep_notify;
2701 	void* function(void* object) c_gst_object_ref_sink;
2702 	int function(GstObject** oldobj, GstObject* newobj) c_gst_object_replace;
2703 	int function(GstObject* object, GstControlBinding* binding) c_gst_object_add_control_binding;
2704 	void function(GstObject* source, GError* error, const(char)* debug_) c_gst_object_default_error;
2705 	GstControlBinding* function(GstObject* object, const(char)* propertyName) c_gst_object_get_control_binding;
2706 	GstClockTime function(GstObject* object) c_gst_object_get_control_rate;
2707 	int function(GstObject* object, const(char)* propertyName, GstClockTime timestamp, GstClockTime interval, uint nValues, GValue* values) c_gst_object_get_g_value_array;
2708 	char* function(GstObject* object) c_gst_object_get_name;
2709 	GstObject* function(GstObject* object) c_gst_object_get_parent;
2710 	char* function(GstObject* object) c_gst_object_get_path_string;
2711 	GValue* function(GstObject* object, const(char)* propertyName, GstClockTime timestamp) c_gst_object_get_value;
2712 	int function(GstObject* object, const(char)* propertyName, GstClockTime timestamp, GstClockTime interval, uint nValues, void* values) c_gst_object_get_value_array;
2713 	int function(GstObject* object) c_gst_object_has_active_control_bindings;
2714 	int function(GstObject* object, GstObject* ancestor) c_gst_object_has_ancestor;
2715 	int function(GstObject* object, GstObject* ancestor) c_gst_object_has_as_ancestor;
2716 	int function(GstObject* object, GstObject* parent) c_gst_object_has_as_parent;
2717 	void* function(void* object) c_gst_object_ref;
2718 	int function(GstObject* object, GstControlBinding* binding) c_gst_object_remove_control_binding;
2719 	void function(GstObject* object, const(char)* propertyName, int disabled) c_gst_object_set_control_binding_disabled;
2720 	void function(GstObject* object, int disabled) c_gst_object_set_control_bindings_disabled;
2721 	void function(GstObject* object, GstClockTime controlRate) c_gst_object_set_control_rate;
2722 	int function(GstObject* object, const(char)* name) c_gst_object_set_name;
2723 	int function(GstObject* object, GstObject* parent) c_gst_object_set_parent;
2724 	GstClockTime function(GstObject* object) c_gst_object_suggest_next_sync;
2725 	int function(GstObject* object, GstClockTime timestamp) c_gst_object_sync_values;
2726 	void function(GstObject* object) c_gst_object_unparent;
2727 	void function(void* object) c_gst_object_unref;
2728 
2729 	// gstreamer.Pad
2730 
2731 	GType function() c_gst_pad_get_type;
2732 	GstPad* function(const(char)* name, GstPadDirection direction) c_gst_pad_new;
2733 	GstPad* function(GstStaticPadTemplate* templ, const(char)* name) c_gst_pad_new_from_static_template;
2734 	GstPad* function(GstPadTemplate* templ, const(char)* name) c_gst_pad_new_from_template;
2735 	const(char)* function(GstPadLinkReturn ret) c_gst_pad_link_get_name;
2736 	int function(GstPad* pad, GstPadMode mode, int active) c_gst_pad_activate_mode;
2737 	gulong function(GstPad* pad, GstPadProbeType mask, GstPadProbeCallback callback, void* userData, GDestroyNotify destroyData) c_gst_pad_add_probe;
2738 	int function(GstPad* srcpad, GstPad* sinkpad) c_gst_pad_can_link;
2739 	GstFlowReturn function(GstPad* pad, GstBuffer* buffer) c_gst_pad_chain;
2740 	GstFlowReturn function(GstPad* pad, GstBufferList* list) c_gst_pad_chain_list;
2741 	int function(GstPad* pad) c_gst_pad_check_reconfigure;
2742 	char* function(GstPad* pad, GstElement* parent, const(char)* streamId) c_gst_pad_create_stream_id;
2743 	char* function(GstPad* pad, GstElement* parent, const(char)* streamId, ... ) c_gst_pad_create_stream_id_printf;
2744 	char* function(GstPad* pad, GstElement* parent, const(char)* streamId, void* varArgs) c_gst_pad_create_stream_id_printf_valist;
2745 	int function(GstPad* pad, GstObject* parent, GstEvent* event) c_gst_pad_event_default;
2746 	int function(GstPad* pad, GstPadForwardFunction forward, void* userData) c_gst_pad_forward;
2747 	GstCaps* function(GstPad* pad) c_gst_pad_get_allowed_caps;
2748 	GstCaps* function(GstPad* pad) c_gst_pad_get_current_caps;
2749 	GstPadDirection function(GstPad* pad) c_gst_pad_get_direction;
2750 	void* function(GstPad* pad) c_gst_pad_get_element_private;
2751 	GstFlowReturn function(GstPad* pad) c_gst_pad_get_last_flow_return;
2752 	long function(GstPad* pad) c_gst_pad_get_offset;
2753 	GstPadTemplate* function(GstPad* pad) c_gst_pad_get_pad_template;
2754 	GstCaps* function(GstPad* pad) c_gst_pad_get_pad_template_caps;
2755 	GstElement* function(GstPad* pad) c_gst_pad_get_parent_element;
2756 	GstPad* function(GstPad* pad) c_gst_pad_get_peer;
2757 	GstFlowReturn function(GstPad* pad, ulong offset, uint size, GstBuffer** buffer) c_gst_pad_get_range;
2758 	GstPad* function(GstPad* pad) c_gst_pad_get_single_internal_link;
2759 	GstEvent* function(GstPad* pad, GstEventType eventType, uint idx) c_gst_pad_get_sticky_event;
2760 	GstStream* function(GstPad* pad) c_gst_pad_get_stream;
2761 	char* function(GstPad* pad) c_gst_pad_get_stream_id;
2762 	GstTaskState function(GstPad* pad) c_gst_pad_get_task_state;
2763 	int function(GstPad* pad) c_gst_pad_has_current_caps;
2764 	int function(GstPad* pad) c_gst_pad_is_active;
2765 	int function(GstPad* pad) c_gst_pad_is_blocked;
2766 	int function(GstPad* pad) c_gst_pad_is_blocking;
2767 	int function(GstPad* pad) c_gst_pad_is_linked;
2768 	GstIterator* function(GstPad* pad) c_gst_pad_iterate_internal_links;
2769 	GstIterator* function(GstPad* pad, GstObject* parent) c_gst_pad_iterate_internal_links_default;
2770 	GstPadLinkReturn function(GstPad* srcpad, GstPad* sinkpad) c_gst_pad_link;
2771 	GstPadLinkReturn function(GstPad* srcpad, GstPad* sinkpad, GstPadLinkCheck flags) c_gst_pad_link_full;
2772 	int function(GstPad* src, GstPad* sink) c_gst_pad_link_maybe_ghosting;
2773 	int function(GstPad* src, GstPad* sink, GstPadLinkCheck flags) c_gst_pad_link_maybe_ghosting_full;
2774 	void function(GstPad* pad) c_gst_pad_mark_reconfigure;
2775 	int function(GstPad* pad) c_gst_pad_needs_reconfigure;
2776 	int function(GstPad* pad) c_gst_pad_pause_task;
2777 	int function(GstPad* pad, GstQuery* query) c_gst_pad_peer_query;
2778 	int function(GstPad* pad, GstCaps* caps) c_gst_pad_peer_query_accept_caps;
2779 	GstCaps* function(GstPad* pad, GstCaps* filter) c_gst_pad_peer_query_caps;
2780 	int function(GstPad* pad, GstFormat srcFormat, long srcVal, GstFormat destFormat, long* destVal) c_gst_pad_peer_query_convert;
2781 	int function(GstPad* pad, GstFormat format, long* duration) c_gst_pad_peer_query_duration;
2782 	int function(GstPad* pad, GstFormat format, long* cur) c_gst_pad_peer_query_position;
2783 	int function(GstPad* pad, GstQuery* query) c_gst_pad_proxy_query_accept_caps;
2784 	int function(GstPad* pad, GstQuery* query) c_gst_pad_proxy_query_caps;
2785 	GstFlowReturn function(GstPad* pad, ulong offset, uint size, GstBuffer** buffer) c_gst_pad_pull_range;
2786 	GstFlowReturn function(GstPad* pad, GstBuffer* buffer) c_gst_pad_push;
2787 	int function(GstPad* pad, GstEvent* event) c_gst_pad_push_event;
2788 	GstFlowReturn function(GstPad* pad, GstBufferList* list) c_gst_pad_push_list;
2789 	int function(GstPad* pad, GstQuery* query) c_gst_pad_query;
2790 	int function(GstPad* pad, GstCaps* caps) c_gst_pad_query_accept_caps;
2791 	GstCaps* function(GstPad* pad, GstCaps* filter) c_gst_pad_query_caps;
2792 	int function(GstPad* pad, GstFormat srcFormat, long srcVal, GstFormat destFormat, long* destVal) c_gst_pad_query_convert;
2793 	int function(GstPad* pad, GstObject* parent, GstQuery* query) c_gst_pad_query_default;
2794 	int function(GstPad* pad, GstFormat format, long* duration) c_gst_pad_query_duration;
2795 	int function(GstPad* pad, GstFormat format, long* cur) c_gst_pad_query_position;
2796 	void function(GstPad* pad, gulong id) c_gst_pad_remove_probe;
2797 	int function(GstPad* pad, GstEvent* event) c_gst_pad_send_event;
2798 	void function(GstPad* pad, GstPadActivateFunction activate, void* userData, GDestroyNotify notify) c_gst_pad_set_activate_function_full;
2799 	void function(GstPad* pad, GstPadActivateModeFunction activatemode, void* userData, GDestroyNotify notify) c_gst_pad_set_activatemode_function_full;
2800 	int function(GstPad* pad, int active) c_gst_pad_set_active;
2801 	void function(GstPad* pad, GstPadChainFunction chain, void* userData, GDestroyNotify notify) c_gst_pad_set_chain_function_full;
2802 	void function(GstPad* pad, GstPadChainListFunction chainlist, void* userData, GDestroyNotify notify) c_gst_pad_set_chain_list_function_full;
2803 	void function(GstPad* pad, void* priv) c_gst_pad_set_element_private;
2804 	void function(GstPad* pad, GstPadEventFullFunction event, void* userData, GDestroyNotify notify) c_gst_pad_set_event_full_function_full;
2805 	void function(GstPad* pad, GstPadEventFunction event, void* userData, GDestroyNotify notify) c_gst_pad_set_event_function_full;
2806 	void function(GstPad* pad, GstPadGetRangeFunction get, void* userData, GDestroyNotify notify) c_gst_pad_set_getrange_function_full;
2807 	void function(GstPad* pad, GstPadIterIntLinkFunction iterintlink, void* userData, GDestroyNotify notify) c_gst_pad_set_iterate_internal_links_function_full;
2808 	void function(GstPad* pad, GstPadLinkFunction link, void* userData, GDestroyNotify notify) c_gst_pad_set_link_function_full;
2809 	void function(GstPad* pad, long offset) c_gst_pad_set_offset;
2810 	void function(GstPad* pad, GstPadQueryFunction query, void* userData, GDestroyNotify notify) c_gst_pad_set_query_function_full;
2811 	void function(GstPad* pad, GstPadUnlinkFunction unlink, void* userData, GDestroyNotify notify) c_gst_pad_set_unlink_function_full;
2812 	int function(GstPad* pad, GstTaskFunction func, void* userData, GDestroyNotify notify) c_gst_pad_start_task;
2813 	void function(GstPad* pad, GstPadStickyEventsForeachFunction foreachFunc, void* userData) c_gst_pad_sticky_events_foreach;
2814 	int function(GstPad* pad) c_gst_pad_stop_task;
2815 	GstFlowReturn function(GstPad* pad, GstEvent* event) c_gst_pad_store_sticky_event;
2816 	int function(GstPad* srcpad, GstPad* sinkpad) c_gst_pad_unlink;
2817 	void function(GstPad* pad) c_gst_pad_use_fixed_caps;
2818 	const(char)* function(GstFlowReturn ret) c_gst_flow_get_name;
2819 	GQuark function(GstFlowReturn ret) c_gst_flow_to_quark;
2820 	const(char)* function(GstPadMode mode) c_gst_pad_mode_get_name;
2821 
2822 	// gstreamer.PadProbeInfo
2823 
2824 	GstBuffer* function(GstPadProbeInfo* info) c_gst_pad_probe_info_get_buffer;
2825 	GstBufferList* function(GstPadProbeInfo* info) c_gst_pad_probe_info_get_buffer_list;
2826 	GstEvent* function(GstPadProbeInfo* info) c_gst_pad_probe_info_get_event;
2827 	GstQuery* function(GstPadProbeInfo* info) c_gst_pad_probe_info_get_query;
2828 
2829 	// gstreamer.PadTemplate
2830 
2831 	GType function() c_gst_pad_template_get_type;
2832 	GstPadTemplate* function(const(char)* nameTemplate, GstPadDirection direction, GstPadPresence presence, GstCaps* caps) c_gst_pad_template_new;
2833 	GstPadTemplate* function(GstStaticPadTemplate* padTemplate, GType padType) c_gst_pad_template_new_from_static_pad_template_with_gtype;
2834 	GstPadTemplate* function(const(char)* nameTemplate, GstPadDirection direction, GstPadPresence presence, GstCaps* caps, GType padType) c_gst_pad_template_new_with_gtype;
2835 	GstCaps* function(GstPadTemplate* templ) c_gst_pad_template_get_caps;
2836 	GstCaps* function(GstPadTemplate* templ) c_gst_pad_template_get_documentation_caps;
2837 	void function(GstPadTemplate* templ, GstPad* pad) c_gst_pad_template_pad_created;
2838 	void function(GstPadTemplate* templ, GstCaps* caps) c_gst_pad_template_set_documentation_caps;
2839 
2840 	// gstreamer.ParamArray
2841 
2842 	GType function() c_gst_param_spec_array_get_type;
2843 
2844 	// gstreamer.ParamFraction
2845 
2846 	GType function() c_gst_param_spec_fraction_get_type;
2847 
2848 	// gstreamer.ParamSpecFraction
2849 
2850 	GParamSpec* function(const(char)* name, const(char)* nick, const(char)* blurb, int minNum, int minDenom, int maxNum, int maxDenom, int defaultNum, int defaultDenom, GParamFlags flags) c_gst_param_spec_fraction;
2851 
2852 	// gstreamer.ParentBufferMeta
2853 
2854 	GstMetaInfo* function() c_gst_parent_buffer_meta_get_info;
2855 	GType function() c_gst_parent_buffer_meta_api_get_type;
2856 
2857 	// gstreamer.ParseContext
2858 
2859 	GType function() c_gst_parse_context_get_type;
2860 	GstParseContext* function() c_gst_parse_context_new;
2861 	GstParseContext* function(GstParseContext* context) c_gst_parse_context_copy;
2862 	void function(GstParseContext* context) c_gst_parse_context_free;
2863 	char** function(GstParseContext* context) c_gst_parse_context_get_missing_elements;
2864 
2865 	// gstreamer.Pipeline
2866 
2867 	GType function() c_gst_pipeline_get_type;
2868 	GstElement* function(const(char)* name) c_gst_pipeline_new;
2869 	void function(GstPipeline* pipeline) c_gst_pipeline_auto_clock;
2870 	int function(GstPipeline* pipeline) c_gst_pipeline_get_auto_flush_bus;
2871 	GstBus* function(GstPipeline* pipeline) c_gst_pipeline_get_bus;
2872 	GstClock* function(GstPipeline* pipeline) c_gst_pipeline_get_clock;
2873 	GstClockTime function(GstPipeline* pipeline) c_gst_pipeline_get_delay;
2874 	GstClockTime function(GstPipeline* pipeline) c_gst_pipeline_get_latency;
2875 	GstClock* function(GstPipeline* pipeline) c_gst_pipeline_get_pipeline_clock;
2876 	void function(GstPipeline* pipeline, int autoFlush) c_gst_pipeline_set_auto_flush_bus;
2877 	int function(GstPipeline* pipeline, GstClock* clock) c_gst_pipeline_set_clock;
2878 	void function(GstPipeline* pipeline, GstClockTime delay) c_gst_pipeline_set_delay;
2879 	void function(GstPipeline* pipeline, GstClockTime latency) c_gst_pipeline_set_latency;
2880 	void function(GstPipeline* pipeline, GstClock* clock) c_gst_pipeline_use_clock;
2881 
2882 	// gstreamer.Plugin
2883 
2884 	GType function() c_gst_plugin_get_type;
2885 	void function(GList* list) c_gst_plugin_list_free;
2886 	GstPlugin* function(const(char)* name) c_gst_plugin_load_by_name;
2887 	GstPlugin* function(char* filename, GError** err) c_gst_plugin_load_file;
2888 	int function(int majorVersion, int minorVersion, const(char)* name, const(char)* description, GstPluginInitFunc initFunc, const(char)* version_, const(char)* license, const(char)* source, const(char)* package_, const(char)* origin) c_gst_plugin_register_static;
2889 	int function(int majorVersion, int minorVersion, const(char)* name, const(char)* description, GstPluginInitFullFunc initFullFunc, const(char)* version_, const(char)* license, const(char)* source, const(char)* package_, const(char)* origin, void* userData) c_gst_plugin_register_static_full;
2890 	void function(GstPlugin* plugin, char** envVars, char** paths, char** names, GstPluginDependencyFlags flags) c_gst_plugin_add_dependency;
2891 	void function(GstPlugin* plugin, const(char)* envVars, const(char)* paths, const(char)* names, GstPluginDependencyFlags flags) c_gst_plugin_add_dependency_simple;
2892 	GstStructure* function(GstPlugin* plugin) c_gst_plugin_get_cache_data;
2893 	const(char)* function(GstPlugin* plugin) c_gst_plugin_get_description;
2894 	char* function(GstPlugin* plugin) c_gst_plugin_get_filename;
2895 	const(char)* function(GstPlugin* plugin) c_gst_plugin_get_license;
2896 	const(char)* function(GstPlugin* plugin) c_gst_plugin_get_name;
2897 	const(char)* function(GstPlugin* plugin) c_gst_plugin_get_origin;
2898 	const(char)* function(GstPlugin* plugin) c_gst_plugin_get_package;
2899 	const(char)* function(GstPlugin* plugin) c_gst_plugin_get_release_date_string;
2900 	const(char)* function(GstPlugin* plugin) c_gst_plugin_get_source;
2901 	const(char)* function(GstPlugin* plugin) c_gst_plugin_get_version;
2902 	int function(GstPlugin* plugin) c_gst_plugin_is_loaded;
2903 	GstPlugin* function(GstPlugin* plugin) c_gst_plugin_load;
2904 	void function(GstPlugin* plugin, GstStructure* cacheData) c_gst_plugin_set_cache_data;
2905 	GQuark function() c_gst_plugin_error_quark;
2906 
2907 	// gstreamer.PluginFeature
2908 
2909 	GType function() c_gst_plugin_feature_get_type;
2910 	GList* function(GList* list) c_gst_plugin_feature_list_copy;
2911 	void function(GList* list) c_gst_plugin_feature_list_debug;
2912 	void function(GList* list) c_gst_plugin_feature_list_free;
2913 	int function(void* p1, void* p2) c_gst_plugin_feature_rank_compare_func;
2914 	int function(GstPluginFeature* feature, uint minMajor, uint minMinor, uint minMicro) c_gst_plugin_feature_check_version;
2915 	GstPlugin* function(GstPluginFeature* feature) c_gst_plugin_feature_get_plugin;
2916 	const(char)* function(GstPluginFeature* feature) c_gst_plugin_feature_get_plugin_name;
2917 	uint function(GstPluginFeature* feature) c_gst_plugin_feature_get_rank;
2918 	GstPluginFeature* function(GstPluginFeature* feature) c_gst_plugin_feature_load;
2919 	void function(GstPluginFeature* feature, uint rank) c_gst_plugin_feature_set_rank;
2920 
2921 	// gstreamer.Poll
2922 
2923 	int function(GstPoll* set, GstPollFD* fd) c_gst_poll_add_fd;
2924 	int function(GstPoll* set, GstPollFD* fd) c_gst_poll_fd_can_read;
2925 	int function(GstPoll* set, GstPollFD* fd) c_gst_poll_fd_can_write;
2926 	int function(GstPoll* set, GstPollFD* fd, int active) c_gst_poll_fd_ctl_pri;
2927 	int function(GstPoll* set, GstPollFD* fd, int active) c_gst_poll_fd_ctl_read;
2928 	int function(GstPoll* set, GstPollFD* fd, int active) c_gst_poll_fd_ctl_write;
2929 	int function(GstPoll* set, GstPollFD* fd) c_gst_poll_fd_has_closed;
2930 	int function(GstPoll* set, GstPollFD* fd) c_gst_poll_fd_has_error;
2931 	int function(GstPoll* set, GstPollFD* fd) c_gst_poll_fd_has_pri;
2932 	void function(GstPoll* set, GstPollFD* fd) c_gst_poll_fd_ignored;
2933 	void function(GstPoll* set) c_gst_poll_free;
2934 	void function(GstPoll* set, GPollFD* fd) c_gst_poll_get_read_gpollfd;
2935 	int function(GstPoll* set) c_gst_poll_read_control;
2936 	int function(GstPoll* set, GstPollFD* fd) c_gst_poll_remove_fd;
2937 	void function(GstPoll* set) c_gst_poll_restart;
2938 	int function(GstPoll* set, int controllable) c_gst_poll_set_controllable;
2939 	void function(GstPoll* set, int flushing) c_gst_poll_set_flushing;
2940 	int function(GstPoll* set, GstClockTime timeout) c_gst_poll_wait;
2941 	int function(GstPoll* set) c_gst_poll_write_control;
2942 	GstPoll* function(int controllable) c_gst_poll_new;
2943 	GstPoll* function() c_gst_poll_new_timer;
2944 
2945 	// gstreamer.PollFD
2946 
2947 	void function(GstPollFD* fd) c_gst_poll_fd_init;
2948 
2949 	// gstreamer.Preset
2950 
2951 	GType function() c_gst_preset_get_type;
2952 	char* function() c_gst_preset_get_app_dir;
2953 	int function(char* appDir) c_gst_preset_set_app_dir;
2954 	int function(GstPreset* preset, const(char)* name) c_gst_preset_delete_preset;
2955 	int function(GstPreset* preset, const(char)* name, const(char)* tag, char** value) c_gst_preset_get_meta;
2956 	char** function(GstPreset* preset) c_gst_preset_get_preset_names;
2957 	char** function(GstPreset* preset) c_gst_preset_get_property_names;
2958 	int function(GstPreset* preset) c_gst_preset_is_editable;
2959 	int function(GstPreset* preset, const(char)* name) c_gst_preset_load_preset;
2960 	int function(GstPreset* preset, const(char)* oldName, const(char)* newName) c_gst_preset_rename_preset;
2961 	int function(GstPreset* preset, const(char)* name) c_gst_preset_save_preset;
2962 	int function(GstPreset* preset, const(char)* name, const(char)* tag, const(char)* value) c_gst_preset_set_meta;
2963 
2964 	// gstreamer.Promise
2965 
2966 	GType function() c_gst_promise_get_type;
2967 	GstPromise* function() c_gst_promise_new;
2968 	GstPromise* function(GstPromiseChangeFunc func, void* userData, GDestroyNotify notify) c_gst_promise_new_with_change_func;
2969 	void function(GstPromise* promise) c_gst_promise_expire;
2970 	GstStructure* function(GstPromise* promise) c_gst_promise_get_reply;
2971 	void function(GstPromise* promise) c_gst_promise_interrupt;
2972 	void function(GstPromise* promise, GstStructure* s) c_gst_promise_reply;
2973 	GstPromiseResult function(GstPromise* promise) c_gst_promise_wait;
2974 
2975 	// gstreamer.ProtectionMeta
2976 
2977 	GstMetaInfo* function() c_gst_protection_meta_get_info;
2978 	GType function() c_gst_protection_meta_api_get_type;
2979 	const(char)* function(char** systemIdentifiers) c_gst_protection_select_system;
2980 
2981 	// gstreamer.ProxyPad
2982 
2983 	GType function() c_gst_proxy_pad_get_type;
2984 	GstFlowReturn function(GstPad* pad, GstObject* parent, GstBuffer* buffer) c_gst_proxy_pad_chain_default;
2985 	GstFlowReturn function(GstPad* pad, GstObject* parent, GstBufferList* list) c_gst_proxy_pad_chain_list_default;
2986 	GstFlowReturn function(GstPad* pad, GstObject* parent, ulong offset, uint size, GstBuffer** buffer) c_gst_proxy_pad_getrange_default;
2987 	GstIterator* function(GstPad* pad, GstObject* parent) c_gst_proxy_pad_iterate_internal_links_default;
2988 	GstProxyPad* function(GstProxyPad* pad) c_gst_proxy_pad_get_internal;
2989 
2990 	// gstreamer.Query
2991 
2992 	GType function() c_gst_query_get_type;
2993 	GstQuery* function(GstCaps* caps) c_gst_query_new_accept_caps;
2994 	GstQuery* function(GstCaps* caps, int needPool) c_gst_query_new_allocation;
2995 	GstQuery* function() c_gst_query_new_bitrate;
2996 	GstQuery* function(GstFormat format) c_gst_query_new_buffering;
2997 	GstQuery* function(GstCaps* filter) c_gst_query_new_caps;
2998 	GstQuery* function(const(char)* contextType) c_gst_query_new_context;
2999 	GstQuery* function(GstFormat srcFormat, long value, GstFormat destFormat) c_gst_query_new_convert;
3000 	GstQuery* function(GstQueryType type, GstStructure* structure) c_gst_query_new_custom;
3001 	GstQuery* function() c_gst_query_new_drain;
3002 	GstQuery* function(GstFormat format) c_gst_query_new_duration;
3003 	GstQuery* function() c_gst_query_new_formats;
3004 	GstQuery* function() c_gst_query_new_latency;
3005 	GstQuery* function(GstFormat format) c_gst_query_new_position;
3006 	GstQuery* function() c_gst_query_new_scheduling;
3007 	GstQuery* function(GstFormat format) c_gst_query_new_seeking;
3008 	GstQuery* function(GstFormat format) c_gst_query_new_segment;
3009 	GstQuery* function() c_gst_query_new_uri;
3010 	void function(GstQuery* query, GType api, GstStructure* params) c_gst_query_add_allocation_meta;
3011 	void function(GstQuery* query, GstAllocator* allocator, GstAllocationParams* params) c_gst_query_add_allocation_param;
3012 	void function(GstQuery* query, GstBufferPool* pool, uint size, uint minBuffers, uint maxBuffers) c_gst_query_add_allocation_pool;
3013 	int function(GstQuery* query, long start, long stop) c_gst_query_add_buffering_range;
3014 	void function(GstQuery* query, GstPadMode mode) c_gst_query_add_scheduling_mode;
3015 	int function(GstQuery* query, GType api, uint* index) c_gst_query_find_allocation_meta;
3016 	uint function(GstQuery* query) c_gst_query_get_n_allocation_metas;
3017 	uint function(GstQuery* query) c_gst_query_get_n_allocation_params;
3018 	uint function(GstQuery* query) c_gst_query_get_n_allocation_pools;
3019 	uint function(GstQuery* query) c_gst_query_get_n_buffering_ranges;
3020 	uint function(GstQuery* query) c_gst_query_get_n_scheduling_modes;
3021 	GstStructure* function(GstQuery* query) c_gst_query_get_structure;
3022 	int function(GstQuery* query, GstPadMode mode) c_gst_query_has_scheduling_mode;
3023 	int function(GstQuery* query, GstPadMode mode, GstSchedulingFlags flags) c_gst_query_has_scheduling_mode_with_flags;
3024 	void function(GstQuery* query, GstCaps** caps) c_gst_query_parse_accept_caps;
3025 	void function(GstQuery* query, int* result) c_gst_query_parse_accept_caps_result;
3026 	void function(GstQuery* query, GstCaps** caps, int* needPool) c_gst_query_parse_allocation;
3027 	void function(GstQuery* query, uint* nominalBitrate) c_gst_query_parse_bitrate;
3028 	void function(GstQuery* query, int* busy, int* percent) c_gst_query_parse_buffering_percent;
3029 	void function(GstQuery* query, GstFormat* format, long* start, long* stop, long* estimatedTotal) c_gst_query_parse_buffering_range;
3030 	void function(GstQuery* query, GstBufferingMode* mode, int* avgIn, int* avgOut, long* bufferingLeft) c_gst_query_parse_buffering_stats;
3031 	void function(GstQuery* query, GstCaps** filter) c_gst_query_parse_caps;
3032 	void function(GstQuery* query, GstCaps** caps) c_gst_query_parse_caps_result;
3033 	void function(GstQuery* query, GstContext** context) c_gst_query_parse_context;
3034 	int function(GstQuery* query, char** contextType) c_gst_query_parse_context_type;
3035 	void function(GstQuery* query, GstFormat* srcFormat, long* srcValue, GstFormat* destFormat, long* destValue) c_gst_query_parse_convert;
3036 	void function(GstQuery* query, GstFormat* format, long* duration) c_gst_query_parse_duration;
3037 	void function(GstQuery* query, int* live, GstClockTime* minLatency, GstClockTime* maxLatency) c_gst_query_parse_latency;
3038 	void function(GstQuery* query, uint* nFormats) c_gst_query_parse_n_formats;
3039 	GType function(GstQuery* query, uint index, GstStructure** params) c_gst_query_parse_nth_allocation_meta;
3040 	void function(GstQuery* query, uint index, GstAllocator** allocator, GstAllocationParams* params) c_gst_query_parse_nth_allocation_param;
3041 	void function(GstQuery* query, uint index, GstBufferPool** pool, uint* size, uint* minBuffers, uint* maxBuffers) c_gst_query_parse_nth_allocation_pool;
3042 	int function(GstQuery* query, uint index, long* start, long* stop) c_gst_query_parse_nth_buffering_range;
3043 	void function(GstQuery* query, uint nth, GstFormat* format) c_gst_query_parse_nth_format;
3044 	GstPadMode function(GstQuery* query, uint index) c_gst_query_parse_nth_scheduling_mode;
3045 	void function(GstQuery* query, GstFormat* format, long* cur) c_gst_query_parse_position;
3046 	void function(GstQuery* query, GstSchedulingFlags* flags, int* minsize, int* maxsize, int* align_) c_gst_query_parse_scheduling;
3047 	void function(GstQuery* query, GstFormat* format, int* seekable, long* segmentStart, long* segmentEnd) c_gst_query_parse_seeking;
3048 	void function(GstQuery* query, double* rate, GstFormat* format, long* startValue, long* stopValue) c_gst_query_parse_segment;
3049 	void function(GstQuery* query, char** uri) c_gst_query_parse_uri;
3050 	void function(GstQuery* query, char** uri) c_gst_query_parse_uri_redirection;
3051 	void function(GstQuery* query, int* permanent) c_gst_query_parse_uri_redirection_permanent;
3052 	void function(GstQuery* query, uint index) c_gst_query_remove_nth_allocation_meta;
3053 	void function(GstQuery* query, uint index) c_gst_query_remove_nth_allocation_param;
3054 	void function(GstQuery* query, uint index) c_gst_query_remove_nth_allocation_pool;
3055 	void function(GstQuery* query, int result) c_gst_query_set_accept_caps_result;
3056 	void function(GstQuery* query, uint nominalBitrate) c_gst_query_set_bitrate;
3057 	void function(GstQuery* query, int busy, int percent) c_gst_query_set_buffering_percent;
3058 	void function(GstQuery* query, GstFormat format, long start, long stop, long estimatedTotal) c_gst_query_set_buffering_range;
3059 	void function(GstQuery* query, GstBufferingMode mode, int avgIn, int avgOut, long bufferingLeft) c_gst_query_set_buffering_stats;
3060 	void function(GstQuery* query, GstCaps* caps) c_gst_query_set_caps_result;
3061 	void function(GstQuery* query, GstContext* context) c_gst_query_set_context;
3062 	void function(GstQuery* query, GstFormat srcFormat, long srcValue, GstFormat destFormat, long destValue) c_gst_query_set_convert;
3063 	void function(GstQuery* query, GstFormat format, long duration) c_gst_query_set_duration;
3064 	void function(GstQuery* query, int nFormats, ... ) c_gst_query_set_formats;
3065 	void function(GstQuery* query, int nFormats, GstFormat* formats) c_gst_query_set_formatsv;
3066 	void function(GstQuery* query, int live, GstClockTime minLatency, GstClockTime maxLatency) c_gst_query_set_latency;
3067 	void function(GstQuery* query, uint index, GstAllocator* allocator, GstAllocationParams* params) c_gst_query_set_nth_allocation_param;
3068 	void function(GstQuery* query, uint index, GstBufferPool* pool, uint size, uint minBuffers, uint maxBuffers) c_gst_query_set_nth_allocation_pool;
3069 	void function(GstQuery* query, GstFormat format, long cur) c_gst_query_set_position;
3070 	void function(GstQuery* query, GstSchedulingFlags flags, int minsize, int maxsize, int align_) c_gst_query_set_scheduling;
3071 	void function(GstQuery* query, GstFormat format, int seekable, long segmentStart, long segmentEnd) c_gst_query_set_seeking;
3072 	void function(GstQuery* query, double rate, GstFormat format, long startValue, long stopValue) c_gst_query_set_segment;
3073 	void function(GstQuery* query, const(char)* uri) c_gst_query_set_uri;
3074 	void function(GstQuery* query, const(char)* uri) c_gst_query_set_uri_redirection;
3075 	void function(GstQuery* query, int permanent) c_gst_query_set_uri_redirection_permanent;
3076 	GstStructure* function(GstQuery* query) c_gst_query_writable_structure;
3077 	GstQueryTypeFlags function(GstQueryType type) c_gst_query_type_get_flags;
3078 	const(char)* function(GstQueryType type) c_gst_query_type_get_name;
3079 	GQuark function(GstQueryType type) c_gst_query_type_to_quark;
3080 
3081 	// gstreamer.ReferenceTimestampMeta
3082 
3083 	GstMetaInfo* function() c_gst_reference_timestamp_meta_get_info;
3084 
3085 	// gstreamer.Registry
3086 
3087 	GType function() c_gst_registry_get_type;
3088 	int function() c_gst_registry_fork_is_enabled;
3089 	void function(int enabled) c_gst_registry_fork_set_enabled;
3090 	GstRegistry* function() c_gst_registry_get;
3091 	int function(GstRegistry* registry, GstPluginFeature* feature) c_gst_registry_add_feature;
3092 	int function(GstRegistry* registry, GstPlugin* plugin) c_gst_registry_add_plugin;
3093 	int function(GstRegistry* registry, const(char)* featureName, uint minMajor, uint minMinor, uint minMicro) c_gst_registry_check_feature_version;
3094 	GList* function(GstRegistry* registry, GstPluginFeatureFilter filter, int first, void* userData) c_gst_registry_feature_filter;
3095 	GstPluginFeature* function(GstRegistry* registry, const(char)* name, GType type) c_gst_registry_find_feature;
3096 	GstPlugin* function(GstRegistry* registry, const(char)* name) c_gst_registry_find_plugin;
3097 	GList* function(GstRegistry* registry, GType type) c_gst_registry_get_feature_list;
3098 	GList* function(GstRegistry* registry, const(char)* name) c_gst_registry_get_feature_list_by_plugin;
3099 	uint function(GstRegistry* registry) c_gst_registry_get_feature_list_cookie;
3100 	GList* function(GstRegistry* registry) c_gst_registry_get_plugin_list;
3101 	GstPlugin* function(GstRegistry* registry, const(char)* filename) c_gst_registry_lookup;
3102 	GstPluginFeature* function(GstRegistry* registry, const(char)* name) c_gst_registry_lookup_feature;
3103 	GList* function(GstRegistry* registry, GstPluginFilter filter, int first, void* userData) c_gst_registry_plugin_filter;
3104 	void function(GstRegistry* registry, GstPluginFeature* feature) c_gst_registry_remove_feature;
3105 	void function(GstRegistry* registry, GstPlugin* plugin) c_gst_registry_remove_plugin;
3106 	int function(GstRegistry* registry, char* path) c_gst_registry_scan_path;
3107 
3108 	// gstreamer.Sample
3109 
3110 	GType function() c_gst_sample_get_type;
3111 	GstSample* function(GstBuffer* buffer, GstCaps* caps, GstSegment* segment, GstStructure* info) c_gst_sample_new;
3112 	GstBuffer* function(GstSample* sample) c_gst_sample_get_buffer;
3113 	GstBufferList* function(GstSample* sample) c_gst_sample_get_buffer_list;
3114 	GstCaps* function(GstSample* sample) c_gst_sample_get_caps;
3115 	GstStructure* function(GstSample* sample) c_gst_sample_get_info;
3116 	GstSegment* function(GstSample* sample) c_gst_sample_get_segment;
3117 	void function(GstSample* sample, GstBuffer* buffer) c_gst_sample_set_buffer;
3118 	void function(GstSample* sample, GstBufferList* bufferList) c_gst_sample_set_buffer_list;
3119 	void function(GstSample* sample, GstCaps* caps) c_gst_sample_set_caps;
3120 	int function(GstSample* sample, GstStructure* info) c_gst_sample_set_info;
3121 	void function(GstSample* sample, GstSegment* segment) c_gst_sample_set_segment;
3122 
3123 	// gstreamer.Segment
3124 
3125 	GType function() c_gst_segment_get_type;
3126 	GstSegment* function() c_gst_segment_new;
3127 	int function(GstSegment* segment, GstFormat format, ulong start, ulong stop, ulong* clipStart, ulong* clipStop) c_gst_segment_clip;
3128 	GstSegment* function(GstSegment* segment) c_gst_segment_copy;
3129 	void function(GstSegment* src, GstSegment* dest) c_gst_segment_copy_into;
3130 	int function(GstSegment* segment, double rate, GstFormat format, GstSeekFlags flags, GstSeekType startType, ulong start, GstSeekType stopType, ulong stop, int* update) c_gst_segment_do_seek;
3131 	void function(GstSegment* segment) c_gst_segment_free;
3132 	void function(GstSegment* segment, GstFormat format) c_gst_segment_init;
3133 	int function(GstSegment* s0, GstSegment* s1) c_gst_segment_is_equal;
3134 	int function(GstSegment* segment, GstFormat format, long offset) c_gst_segment_offset_running_time;
3135 	ulong function(GstSegment* segment, GstFormat format, ulong runningTime) c_gst_segment_position_from_running_time;
3136 	int function(GstSegment* segment, GstFormat format, ulong runningTime, ulong* position) c_gst_segment_position_from_running_time_full;
3137 	ulong function(GstSegment* segment, GstFormat format, ulong streamTime) c_gst_segment_position_from_stream_time;
3138 	int function(GstSegment* segment, GstFormat format, ulong streamTime, ulong* position) c_gst_segment_position_from_stream_time_full;
3139 	int function(GstSegment* segment, GstFormat format, ulong runningTime) c_gst_segment_set_running_time;
3140 	ulong function(GstSegment* segment, GstFormat format, ulong runningTime) c_gst_segment_to_position;
3141 	ulong function(GstSegment* segment, GstFormat format, ulong position) c_gst_segment_to_running_time;
3142 	int function(GstSegment* segment, GstFormat format, ulong position, ulong* runningTime) c_gst_segment_to_running_time_full;
3143 	ulong function(GstSegment* segment, GstFormat format, ulong position) c_gst_segment_to_stream_time;
3144 	int function(GstSegment* segment, GstFormat format, ulong position, ulong* streamTime) c_gst_segment_to_stream_time_full;
3145 
3146 	// gstreamer.StaticCaps
3147 
3148 	void function(GstStaticCaps* staticCaps) c_gst_static_caps_cleanup;
3149 	GstCaps* function(GstStaticCaps* staticCaps) c_gst_static_caps_get;
3150 
3151 	// gstreamer.StaticPadTemplate
3152 
3153 	GstPadTemplate* function(GstStaticPadTemplate* padTemplate) c_gst_static_pad_template_get;
3154 	GstCaps* function(GstStaticPadTemplate* templ) c_gst_static_pad_template_get_caps;
3155 
3156 	// gstreamer.Stream
3157 
3158 	GType function() c_gst_stream_get_type;
3159 	GstStream* function(const(char)* streamId, GstCaps* caps, GstStreamType type, GstStreamFlags flags) c_gst_stream_new;
3160 	GstCaps* function(GstStream* stream) c_gst_stream_get_caps;
3161 	GstStreamFlags function(GstStream* stream) c_gst_stream_get_stream_flags;
3162 	const(char)* function(GstStream* stream) c_gst_stream_get_stream_id;
3163 	GstStreamType function(GstStream* stream) c_gst_stream_get_stream_type;
3164 	GstTagList* function(GstStream* stream) c_gst_stream_get_tags;
3165 	void function(GstStream* stream, GstCaps* caps) c_gst_stream_set_caps;
3166 	void function(GstStream* stream, GstStreamFlags flags) c_gst_stream_set_stream_flags;
3167 	void function(GstStream* stream, GstStreamType streamType) c_gst_stream_set_stream_type;
3168 	void function(GstStream* stream, GstTagList* tags) c_gst_stream_set_tags;
3169 
3170 	// gstreamer.StreamCollection
3171 
3172 	GType function() c_gst_stream_collection_get_type;
3173 	GstStreamCollection* function(const(char)* upstreamId) c_gst_stream_collection_new;
3174 	int function(GstStreamCollection* collection, GstStream* stream) c_gst_stream_collection_add_stream;
3175 	uint function(GstStreamCollection* collection) c_gst_stream_collection_get_size;
3176 	GstStream* function(GstStreamCollection* collection, uint index) c_gst_stream_collection_get_stream;
3177 	const(char)* function(GstStreamCollection* collection) c_gst_stream_collection_get_upstream_id;
3178 
3179 	// gstreamer.Structure
3180 
3181 	GType function() c_gst_structure_get_type;
3182 	GstStructure* function(const(char)* string_, char** end) c_gst_structure_from_string;
3183 	GstStructure* function(const(char)* name, const(char)* firstfield, ... ) c_gst_structure_new;
3184 	GstStructure* function(const(char)* name) c_gst_structure_new_empty;
3185 	GstStructure* function(const(char)* string_) c_gst_structure_new_from_string;
3186 	GstStructure* function(GQuark nameQuark, GQuark fieldQuark, ... ) c_gst_structure_new_id;
3187 	GstStructure* function(GQuark quark) c_gst_structure_new_id_empty;
3188 	GstStructure* function(const(char)* name, const(char)* firstfield, void* varargs) c_gst_structure_new_valist;
3189 	int function(GstStructure* struct1, GstStructure* struct2) c_gst_structure_can_intersect;
3190 	GstStructure* function(GstStructure* structure) c_gst_structure_copy;
3191 	void function(GstStructure* structure, GstStructureFilterMapFunc func, void* userData) c_gst_structure_filter_and_map_in_place;
3192 	void function(GstStructure* structure) c_gst_structure_fixate;
3193 	int function(GstStructure* structure, const(char)* fieldName) c_gst_structure_fixate_field;
3194 	int function(GstStructure* structure, const(char)* fieldName, int target) c_gst_structure_fixate_field_boolean;
3195 	int function(GstStructure* structure, const(char)* fieldName, double target) c_gst_structure_fixate_field_nearest_double;
3196 	int function(GstStructure* structure, const(char)* fieldName, int targetNumerator, int targetDenominator) c_gst_structure_fixate_field_nearest_fraction;
3197 	int function(GstStructure* structure, const(char)* fieldName, int target) c_gst_structure_fixate_field_nearest_int;
3198 	int function(GstStructure* structure, const(char)* fieldName, const(char)* target) c_gst_structure_fixate_field_string;
3199 	int function(GstStructure* structure, GstStructureForeachFunc func, void* userData) c_gst_structure_foreach;
3200 	void function(GstStructure* structure) c_gst_structure_free;
3201 	int function(GstStructure* structure, const(char)* firstFieldname, ... ) c_gst_structure_get;
3202 	int function(GstStructure* structure, const(char)* fieldname, GValueArray** array) c_gst_structure_get_array;
3203 	int function(GstStructure* structure, const(char)* fieldname, int* value) c_gst_structure_get_boolean;
3204 	int function(GstStructure* structure, const(char)* fieldname, GstClockTime* value) c_gst_structure_get_clock_time;
3205 	int function(GstStructure* structure, const(char)* fieldname, GDate** value) c_gst_structure_get_date;
3206 	int function(GstStructure* structure, const(char)* fieldname, GstDateTime** value) c_gst_structure_get_date_time;
3207 	int function(GstStructure* structure, const(char)* fieldname, double* value) c_gst_structure_get_double;
3208 	int function(GstStructure* structure, const(char)* fieldname, GType enumtype, int* value) c_gst_structure_get_enum;
3209 	GType function(GstStructure* structure, const(char)* fieldname) c_gst_structure_get_field_type;
3210 	int function(GstStructure* structure, const(char)* fieldname, uint* valueFlags, uint* valueMask) c_gst_structure_get_flagset;
3211 	int function(GstStructure* structure, const(char)* fieldname, int* valueNumerator, int* valueDenominator) c_gst_structure_get_fraction;
3212 	int function(GstStructure* structure, const(char)* fieldname, int* value) c_gst_structure_get_int;
3213 	int function(GstStructure* structure, const(char)* fieldname, long* value) c_gst_structure_get_int64;
3214 	int function(GstStructure* structure, const(char)* fieldname, GValueArray** array) c_gst_structure_get_list;
3215 	const(char)* function(GstStructure* structure) c_gst_structure_get_name;
3216 	GQuark function(GstStructure* structure) c_gst_structure_get_name_id;
3217 	const(char)* function(GstStructure* structure, const(char)* fieldname) c_gst_structure_get_string;
3218 	int function(GstStructure* structure, const(char)* fieldname, uint* value) c_gst_structure_get_uint;
3219 	int function(GstStructure* structure, const(char)* fieldname, ulong* value) c_gst_structure_get_uint64;
3220 	int function(GstStructure* structure, const(char)* firstFieldname, void* args) c_gst_structure_get_valist;
3221 	GValue* function(GstStructure* structure, const(char)* fieldname) c_gst_structure_get_value;
3222 	int function(GstStructure* structure, const(char)* fieldname) c_gst_structure_has_field;
3223 	int function(GstStructure* structure, const(char)* fieldname, GType type) c_gst_structure_has_field_typed;
3224 	int function(GstStructure* structure, const(char)* name) c_gst_structure_has_name;
3225 	int function(GstStructure* structure, GQuark firstFieldId, ... ) c_gst_structure_id_get;
3226 	int function(GstStructure* structure, GQuark firstFieldId, void* args) c_gst_structure_id_get_valist;
3227 	GValue* function(GstStructure* structure, GQuark field) c_gst_structure_id_get_value;
3228 	int function(GstStructure* structure, GQuark field) c_gst_structure_id_has_field;
3229 	int function(GstStructure* structure, GQuark field, GType type) c_gst_structure_id_has_field_typed;
3230 	void function(GstStructure* structure, GQuark fieldname, ... ) c_gst_structure_id_set;
3231 	void function(GstStructure* structure, GQuark fieldname, void* varargs) c_gst_structure_id_set_valist;
3232 	void function(GstStructure* structure, GQuark field, GValue* value) c_gst_structure_id_set_value;
3233 	void function(GstStructure* structure, GQuark field, GValue* value) c_gst_structure_id_take_value;
3234 	GstStructure* function(GstStructure* struct1, GstStructure* struct2) c_gst_structure_intersect;
3235 	int function(GstStructure* structure1, GstStructure* structure2) c_gst_structure_is_equal;
3236 	int function(GstStructure* subset, GstStructure* superset) c_gst_structure_is_subset;
3237 	int function(GstStructure* structure, GstStructureMapFunc func, void* userData) c_gst_structure_map_in_place;
3238 	int function(GstStructure* structure) c_gst_structure_n_fields;
3239 	const(char)* function(GstStructure* structure, uint index) c_gst_structure_nth_field_name;
3240 	void function(GstStructure* structure) c_gst_structure_remove_all_fields;
3241 	void function(GstStructure* structure, const(char)* fieldname) c_gst_structure_remove_field;
3242 	void function(GstStructure* structure, const(char)* fieldname, ... ) c_gst_structure_remove_fields;
3243 	void function(GstStructure* structure, const(char)* fieldname, void* varargs) c_gst_structure_remove_fields_valist;
3244 	void function(GstStructure* structure, const(char)* fieldname, ... ) c_gst_structure_set;
3245 	void function(GstStructure* structure, const(char)* fieldname, GValueArray* array) c_gst_structure_set_array;
3246 	void function(GstStructure* structure, const(char)* fieldname, GValueArray* array) c_gst_structure_set_list;
3247 	void function(GstStructure* structure, const(char)* name) c_gst_structure_set_name;
3248 	int function(GstStructure* structure, int* refcount) c_gst_structure_set_parent_refcount;
3249 	void function(GstStructure* structure, const(char)* fieldname, void* varargs) c_gst_structure_set_valist;
3250 	void function(GstStructure* structure, const(char)* fieldname, GValue* value) c_gst_structure_set_value;
3251 	void function(GstStructure* structure, const(char)* fieldname, GValue* value) c_gst_structure_take_value;
3252 	char* function(GstStructure* structure) c_gst_structure_to_string;
3253 	int function(GstStructure** oldstrPtr, GstStructure* newstr) c_gst_structure_take;
3254 
3255 	// gstreamer.SystemClock
3256 
3257 	GType function() c_gst_system_clock_get_type;
3258 	GstClock* function() c_gst_system_clock_obtain;
3259 	void function(GstClock* newClock) c_gst_system_clock_set_default;
3260 
3261 	// gstreamer.TagList
3262 
3263 	GType function(const(char)* tag) c_gst_tag_get_type;
3264 	GstTagList* function(const(char)* tag, ... ) c_gst_tag_list_new;
3265 	GstTagList* function() c_gst_tag_list_new_empty;
3266 	GstTagList* function(const(char)* str) c_gst_tag_list_new_from_string;
3267 	GstTagList* function(void* varArgs) c_gst_tag_list_new_valist;
3268 	void function(GstTagList* list, GstTagMergeMode mode, const(char)* tag, ... ) c_gst_tag_list_add;
3269 	void function(GstTagList* list, GstTagMergeMode mode, const(char)* tag, void* varArgs) c_gst_tag_list_add_valist;
3270 	void function(GstTagList* list, GstTagMergeMode mode, const(char)* tag, void* varArgs) c_gst_tag_list_add_valist_values;
3271 	void function(GstTagList* list, GstTagMergeMode mode, const(char)* tag, GValue* value) c_gst_tag_list_add_value;
3272 	void function(GstTagList* list, GstTagMergeMode mode, const(char)* tag, ... ) c_gst_tag_list_add_values;
3273 	GstTagList* function(GstTagList* taglist) c_gst_tag_list_copy;
3274 	void function(GstTagList* list, GstTagForeachFunc func, void* userData) c_gst_tag_list_foreach;
3275 	int function(GstTagList* list, const(char)* tag, int* value) c_gst_tag_list_get_boolean;
3276 	int function(GstTagList* list, const(char)* tag, uint index, int* value) c_gst_tag_list_get_boolean_index;
3277 	int function(GstTagList* list, const(char)* tag, GDate** value) c_gst_tag_list_get_date;
3278 	int function(GstTagList* list, const(char)* tag, uint index, GDate** value) c_gst_tag_list_get_date_index;
3279 	int function(GstTagList* list, const(char)* tag, GstDateTime** value) c_gst_tag_list_get_date_time;
3280 	int function(GstTagList* list, const(char)* tag, uint index, GstDateTime** value) c_gst_tag_list_get_date_time_index;
3281 	int function(GstTagList* list, const(char)* tag, double* value) c_gst_tag_list_get_double;
3282 	int function(GstTagList* list, const(char)* tag, uint index, double* value) c_gst_tag_list_get_double_index;
3283 	int function(GstTagList* list, const(char)* tag, float* value) c_gst_tag_list_get_float;
3284 	int function(GstTagList* list, const(char)* tag, uint index, float* value) c_gst_tag_list_get_float_index;
3285 	int function(GstTagList* list, const(char)* tag, int* value) c_gst_tag_list_get_int;
3286 	int function(GstTagList* list, const(char)* tag, long* value) c_gst_tag_list_get_int64;
3287 	int function(GstTagList* list, const(char)* tag, uint index, long* value) c_gst_tag_list_get_int64_index;
3288 	int function(GstTagList* list, const(char)* tag, uint index, int* value) c_gst_tag_list_get_int_index;
3289 	int function(GstTagList* list, const(char)* tag, void** value) c_gst_tag_list_get_pointer;
3290 	int function(GstTagList* list, const(char)* tag, uint index, void** value) c_gst_tag_list_get_pointer_index;
3291 	int function(GstTagList* list, const(char)* tag, GstSample** sample) c_gst_tag_list_get_sample;
3292 	int function(GstTagList* list, const(char)* tag, uint index, GstSample** sample) c_gst_tag_list_get_sample_index;
3293 	GstTagScope function(GstTagList* list) c_gst_tag_list_get_scope;
3294 	int function(GstTagList* list, const(char)* tag, char** value) c_gst_tag_list_get_string;
3295 	int function(GstTagList* list, const(char)* tag, uint index, char** value) c_gst_tag_list_get_string_index;
3296 	uint function(GstTagList* list, const(char)* tag) c_gst_tag_list_get_tag_size;
3297 	int function(GstTagList* list, const(char)* tag, uint* value) c_gst_tag_list_get_uint;
3298 	int function(GstTagList* list, const(char)* tag, ulong* value) c_gst_tag_list_get_uint64;
3299 	int function(GstTagList* list, const(char)* tag, uint index, ulong* value) c_gst_tag_list_get_uint64_index;
3300 	int function(GstTagList* list, const(char)* tag, uint index, uint* value) c_gst_tag_list_get_uint_index;
3301 	GValue* function(GstTagList* list, const(char)* tag, uint index) c_gst_tag_list_get_value_index;
3302 	void function(GstTagList* into, GstTagList* from, GstTagMergeMode mode) c_gst_tag_list_insert;
3303 	int function(GstTagList* list) c_gst_tag_list_is_empty;
3304 	int function(GstTagList* list1, GstTagList* list2) c_gst_tag_list_is_equal;
3305 	GstTagList* function(GstTagList* list1, GstTagList* list2, GstTagMergeMode mode) c_gst_tag_list_merge;
3306 	int function(GstTagList* list) c_gst_tag_list_n_tags;
3307 	const(char)* function(GstTagList* list, uint index) c_gst_tag_list_nth_tag_name;
3308 	int function(GstTagList* list, const(char)* tag, uint index, char** value) c_gst_tag_list_peek_string_index;
3309 	void function(GstTagList* list, const(char)* tag) c_gst_tag_list_remove_tag;
3310 	void function(GstTagList* list, GstTagScope scope_) c_gst_tag_list_set_scope;
3311 	char* function(GstTagList* list) c_gst_tag_list_to_string;
3312 	int function(GValue* dest, GstTagList* list, const(char)* tag) c_gst_tag_list_copy_value;
3313 	int function(const(char)* tag) c_gst_tag_exists;
3314 	const(char)* function(const(char)* tag) c_gst_tag_get_description;
3315 	GstTagFlag function(const(char)* tag) c_gst_tag_get_flag;
3316 	const(char)* function(const(char)* tag) c_gst_tag_get_nick;
3317 	int function(const(char)* tag) c_gst_tag_is_fixed;
3318 	void function(GValue* dest, GValue* src) c_gst_tag_merge_strings_with_comma;
3319 	void function(GValue* dest, GValue* src) c_gst_tag_merge_use_first;
3320 	void function(const(char)* name, GstTagFlag flag, GType type, const(char)* nick, const(char)* blurb, GstTagMergeFunc func) c_gst_tag_register;
3321 	void function(const(char)* name, GstTagFlag flag, GType type, const(char)* nick, const(char)* blurb, GstTagMergeFunc func) c_gst_tag_register_static;
3322 
3323 	// gstreamer.TagSetter
3324 
3325 	GType function() c_gst_tag_setter_get_type;
3326 	void function(GstTagSetter* setter, GstTagMergeMode mode, const(char)* tag, void* varArgs) c_gst_tag_setter_add_tag_valist;
3327 	void function(GstTagSetter* setter, GstTagMergeMode mode, const(char)* tag, void* varArgs) c_gst_tag_setter_add_tag_valist_values;
3328 	void function(GstTagSetter* setter, GstTagMergeMode mode, const(char)* tag, GValue* value) c_gst_tag_setter_add_tag_value;
3329 	void function(GstTagSetter* setter, GstTagMergeMode mode, const(char)* tag, ... ) c_gst_tag_setter_add_tag_values;
3330 	void function(GstTagSetter* setter, GstTagMergeMode mode, const(char)* tag, ... ) c_gst_tag_setter_add_tags;
3331 	GstTagList* function(GstTagSetter* setter) c_gst_tag_setter_get_tag_list;
3332 	GstTagMergeMode function(GstTagSetter* setter) c_gst_tag_setter_get_tag_merge_mode;
3333 	void function(GstTagSetter* setter, GstTagList* list, GstTagMergeMode mode) c_gst_tag_setter_merge_tags;
3334 	void function(GstTagSetter* setter) c_gst_tag_setter_reset_tags;
3335 	void function(GstTagSetter* setter, GstTagMergeMode mode) c_gst_tag_setter_set_tag_merge_mode;
3336 
3337 	// gstreamer.Task
3338 
3339 	GType function() c_gst_task_get_type;
3340 	GstTask* function(GstTaskFunction func, void* userData, GDestroyNotify notify) c_gst_task_new;
3341 	void function() c_gst_task_cleanup_all;
3342 	GstTaskPool* function(GstTask* task) c_gst_task_get_pool;
3343 	GstTaskState function(GstTask* task) c_gst_task_get_state;
3344 	int function(GstTask* task) c_gst_task_join;
3345 	int function(GstTask* task) c_gst_task_pause;
3346 	int function(GstTask* task) c_gst_task_resume;
3347 	void function(GstTask* task, GstTaskThreadFunc enterFunc, void* userData, GDestroyNotify notify) c_gst_task_set_enter_callback;
3348 	void function(GstTask* task, GstTaskThreadFunc leaveFunc, void* userData, GDestroyNotify notify) c_gst_task_set_leave_callback;
3349 	void function(GstTask* task, GRecMutex* mutex) c_gst_task_set_lock;
3350 	void function(GstTask* task, GstTaskPool* pool) c_gst_task_set_pool;
3351 	int function(GstTask* task, GstTaskState state) c_gst_task_set_state;
3352 	int function(GstTask* task) c_gst_task_start;
3353 	int function(GstTask* task) c_gst_task_stop;
3354 
3355 	// gstreamer.TaskPool
3356 
3357 	GType function() c_gst_task_pool_get_type;
3358 	GstTaskPool* function() c_gst_task_pool_new;
3359 	void function(GstTaskPool* pool) c_gst_task_pool_cleanup;
3360 	void function(GstTaskPool* pool, void* id) c_gst_task_pool_join;
3361 	void function(GstTaskPool* pool, GError** err) c_gst_task_pool_prepare;
3362 	void* function(GstTaskPool* pool, GstTaskPoolFunction func, void* userData, GError** err) c_gst_task_pool_push;
3363 
3364 	// gstreamer.Toc
3365 
3366 	GType function() c_gst_toc_get_type;
3367 	GstToc* function(GstTocScope scope_) c_gst_toc_new;
3368 	void function(GstToc* toc, GstTocEntry* entry) c_gst_toc_append_entry;
3369 	void function(GstToc* toc) c_gst_toc_dump;
3370 	GstTocEntry* function(GstToc* toc, const(char)* uid) c_gst_toc_find_entry;
3371 	GList* function(GstToc* toc) c_gst_toc_get_entries;
3372 	GstTocScope function(GstToc* toc) c_gst_toc_get_scope;
3373 	GstTagList* function(GstToc* toc) c_gst_toc_get_tags;
3374 	void function(GstToc* toc, GstTagList* tags, GstTagMergeMode mode) c_gst_toc_merge_tags;
3375 	void function(GstToc* toc, GstTagList* tags) c_gst_toc_set_tags;
3376 
3377 	// gstreamer.TocEntry
3378 
3379 	GType function() c_gst_toc_entry_get_type;
3380 	GstTocEntry* function(GstTocEntryType type, const(char)* uid) c_gst_toc_entry_new;
3381 	void function(GstTocEntry* entry, GstTocEntry* subentry) c_gst_toc_entry_append_sub_entry;
3382 	GstTocEntryType function(GstTocEntry* entry) c_gst_toc_entry_get_entry_type;
3383 	int function(GstTocEntry* entry, GstTocLoopType* loopType, int* repeatCount) c_gst_toc_entry_get_loop;
3384 	GstTocEntry* function(GstTocEntry* entry) c_gst_toc_entry_get_parent;
3385 	int function(GstTocEntry* entry, long* start, long* stop) c_gst_toc_entry_get_start_stop_times;
3386 	GList* function(GstTocEntry* entry) c_gst_toc_entry_get_sub_entries;
3387 	GstTagList* function(GstTocEntry* entry) c_gst_toc_entry_get_tags;
3388 	GstToc* function(GstTocEntry* entry) c_gst_toc_entry_get_toc;
3389 	const(char)* function(GstTocEntry* entry) c_gst_toc_entry_get_uid;
3390 	int function(GstTocEntry* entry) c_gst_toc_entry_is_alternative;
3391 	int function(GstTocEntry* entry) c_gst_toc_entry_is_sequence;
3392 	void function(GstTocEntry* entry, GstTagList* tags, GstTagMergeMode mode) c_gst_toc_entry_merge_tags;
3393 	void function(GstTocEntry* entry, GstTocLoopType loopType, int repeatCount) c_gst_toc_entry_set_loop;
3394 	void function(GstTocEntry* entry, long start, long stop) c_gst_toc_entry_set_start_stop_times;
3395 	void function(GstTocEntry* entry, GstTagList* tags) c_gst_toc_entry_set_tags;
3396 
3397 	// gstreamer.TocSetter
3398 
3399 	GType function() c_gst_toc_setter_get_type;
3400 	GstToc* function(GstTocSetter* setter) c_gst_toc_setter_get_toc;
3401 	void function(GstTocSetter* setter) c_gst_toc_setter_reset;
3402 	void function(GstTocSetter* setter, GstToc* toc) c_gst_toc_setter_set_toc;
3403 
3404 	// gstreamer.Tracer
3405 
3406 	GType function() c_gst_tracer_get_type;
3407 	int function(GstPlugin* plugin, const(char)* name, GType type) c_gst_tracer_register;
3408 
3409 	// gstreamer.TracerFactory
3410 
3411 	GType function() c_gst_tracer_factory_get_type;
3412 	GList* function() c_gst_tracer_factory_get_list;
3413 	GType function(GstTracerFactory* factory) c_gst_tracer_factory_get_tracer_type;
3414 
3415 	// gstreamer.TracerRecord
3416 
3417 	GType function() c_gst_tracer_record_get_type;
3418 	GstTracerRecord* function(const(char)* name, const(char)* firstfield, ... ) c_gst_tracer_record_new;
3419 	void function(GstTracerRecord* self, ... ) c_gst_tracer_record_log;
3420 
3421 	// gstreamer.TypeFind
3422 
3423 	ulong function(GstTypeFind* find) c_gst_type_find_get_length;
3424 	ubyte* function(GstTypeFind* find, long offset, uint size) c_gst_type_find_peek;
3425 	void function(GstTypeFind* find, uint probability, GstCaps* caps) c_gst_type_find_suggest;
3426 	void function(GstTypeFind* find, uint probability, const(char)* mediaType, const(char)* fieldname, ... ) c_gst_type_find_suggest_simple;
3427 	int function(GstPlugin* plugin, const(char)* name, uint rank, GstTypeFindFunction func, const(char)* extensions, GstCaps* possibleCaps, void* data, GDestroyNotify dataNotify) c_gst_type_find_register;
3428 	GType function() c_gst_type_find_get_type;
3429 
3430 	// gstreamer.TypeFindFactory
3431 
3432 	GType function() c_gst_type_find_factory_get_type;
3433 	GList* function() c_gst_type_find_factory_get_list;
3434 	void function(GstTypeFindFactory* factory, GstTypeFind* find) c_gst_type_find_factory_call_function;
3435 	GstCaps* function(GstTypeFindFactory* factory) c_gst_type_find_factory_get_caps;
3436 	char** function(GstTypeFindFactory* factory) c_gst_type_find_factory_get_extensions;
3437 	int function(GstTypeFindFactory* factory) c_gst_type_find_factory_has_function;
3438 
3439 	// gstreamer.URIHandler
3440 
3441 	GType function() c_gst_uri_handler_get_type;
3442 	char** function(GstURIHandler* handler) c_gst_uri_handler_get_protocols;
3443 	char* function(GstURIHandler* handler) c_gst_uri_handler_get_uri;
3444 	GstURIType function(GstURIHandler* handler) c_gst_uri_handler_get_uri_type;
3445 	int function(GstURIHandler* handler, const(char)* uri, GError** err) c_gst_uri_handler_set_uri;
3446 
3447 	// gstreamer.Uri
3448 
3449 	GType function() c_gst_uri_get_type;
3450 	GstUri* function(const(char)* scheme, const(char)* userinfo, const(char)* host, uint port, const(char)* path, const(char)* query, const(char)* fragment) c_gst_uri_new;
3451 	int function(GstUri* uri, const(char)* relativePath) c_gst_uri_append_path;
3452 	int function(GstUri* uri, const(char)* pathSegment) c_gst_uri_append_path_segment;
3453 	int function(GstUri* first, GstUri* second) c_gst_uri_equal;
3454 	GstUri* function(GstUri* base, const(char)* uri) c_gst_uri_from_string_with_base;
3455 	const(char)* function(GstUri* uri) c_gst_uri_get_fragment;
3456 	const(char)* function(GstUri* uri) c_gst_uri_get_host;
3457 	GHashTable* function(GstUri* uri) c_gst_uri_get_media_fragment_table;
3458 	char* function(GstUri* uri) c_gst_uri_get_path;
3459 	GList* function(GstUri* uri) c_gst_uri_get_path_segments;
3460 	char* function(GstUri* uri) c_gst_uri_get_path_string;
3461 	uint function(GstUri* uri) c_gst_uri_get_port;
3462 	GList* function(GstUri* uri) c_gst_uri_get_query_keys;
3463 	char* function(GstUri* uri) c_gst_uri_get_query_string;
3464 	GHashTable* function(GstUri* uri) c_gst_uri_get_query_table;
3465 	const(char)* function(GstUri* uri, const(char)* queryKey) c_gst_uri_get_query_value;
3466 	const(char)* function(GstUri* uri) c_gst_uri_get_scheme;
3467 	const(char)* function(GstUri* uri) c_gst_uri_get_userinfo;
3468 	int function(GstUri* uri) c_gst_uri_is_normalized;
3469 	int function(GstUri* uri) c_gst_uri_is_writable;
3470 	GstUri* function(GstUri* baseUri, GstUri* refUri) c_gst_uri_join;
3471 	GstUri* function(GstUri* uri) c_gst_uri_make_writable;
3472 	GstUri* function(GstUri* base, const(char)* scheme, const(char)* userinfo, const(char)* host, uint port, const(char)* path, const(char)* query, const(char)* fragment) c_gst_uri_new_with_base;
3473 	int function(GstUri* uri) c_gst_uri_normalize;
3474 	int function(GstUri* uri, const(char)* queryKey) c_gst_uri_query_has_key;
3475 	int function(GstUri* uri, const(char)* queryKey) c_gst_uri_remove_query_key;
3476 	int function(GstUri* uri, const(char)* fragment) c_gst_uri_set_fragment;
3477 	int function(GstUri* uri, const(char)* host) c_gst_uri_set_host;
3478 	int function(GstUri* uri, const(char)* path) c_gst_uri_set_path;
3479 	int function(GstUri* uri, GList* pathSegments) c_gst_uri_set_path_segments;
3480 	int function(GstUri* uri, const(char)* path) c_gst_uri_set_path_string;
3481 	int function(GstUri* uri, uint port) c_gst_uri_set_port;
3482 	int function(GstUri* uri, const(char)* query) c_gst_uri_set_query_string;
3483 	int function(GstUri* uri, GHashTable* queryTable) c_gst_uri_set_query_table;
3484 	int function(GstUri* uri, const(char)* queryKey, const(char)* queryValue) c_gst_uri_set_query_value;
3485 	int function(GstUri* uri, const(char)* scheme) c_gst_uri_set_scheme;
3486 	int function(GstUri* uri, const(char)* userinfo) c_gst_uri_set_userinfo;
3487 	char* function(GstUri* uri) c_gst_uri_to_string;
3488 	char* function(const(char)* protocol, const(char)* location) c_gst_uri_construct;
3489 	GstUri* function(const(char)* uri) c_gst_uri_from_string;
3490 	GstUri* function(const(char)* uri) c_gst_uri_from_string_escaped;
3491 	char* function(const(char)* uri) c_gst_uri_get_location;
3492 	char* function(const(char)* uri) c_gst_uri_get_protocol;
3493 	int function(const(char)* uri, const(char)* protocol) c_gst_uri_has_protocol;
3494 	int function(const(char)* uri) c_gst_uri_is_valid;
3495 	char* function(const(char)* baseUri, const(char)* refUri) c_gst_uri_join_strings;
3496 	int function(GstURIType type, const(char)* protocol) c_gst_uri_protocol_is_supported;
3497 	int function(const(char)* protocol) c_gst_uri_protocol_is_valid;
3498 	char* function(char* filename, GError** err) c_gst_filename_to_uri;
3499 	GQuark function() c_gst_uri_error_quark;
3500 
3501 	// gstreamer.ValueArray
3502 
3503 	GType function() c_gst_value_array_get_type;
3504 	void function(GValue* value, GValue* appendValue) c_gst_value_array_append_and_take_value;
3505 	void function(GValue* value, GValue* appendValue) c_gst_value_array_append_value;
3506 	uint function(GValue* value) c_gst_value_array_get_size;
3507 	GValue* function(GValue* value, uint index) c_gst_value_array_get_value;
3508 	GValue* function(GValue* value, uint prealloc) c_gst_value_array_init;
3509 	void function(GValue* value, GValue* prependValue) c_gst_value_array_prepend_value;
3510 
3511 	// gstreamer.ValueList
3512 
3513 	GType function() c_gst_value_list_get_type;
3514 	void function(GValue* value, GValue* appendValue) c_gst_value_list_append_and_take_value;
3515 	void function(GValue* value, GValue* appendValue) c_gst_value_list_append_value;
3516 	void function(GValue* dest, GValue* value1, GValue* value2) c_gst_value_list_concat;
3517 	uint function(GValue* value) c_gst_value_list_get_size;
3518 	GValue* function(GValue* value, uint index) c_gst_value_list_get_value;
3519 	GValue* function(GValue* value, uint prealloc) c_gst_value_list_init;
3520 	void function(GValue* dest, GValue* value1, GValue* value2) c_gst_value_list_merge;
3521 	void function(GValue* value, GValue* prependValue) c_gst_value_list_prepend_value;
3522 
3523 	// gstreamer.Debug
3524 
3525 	void function(GstLogFunction func, void* userData, GDestroyNotify notify) c_gst_debug_add_log_function;
3526 	char* function(GstBin* bin, GstDebugGraphDetails details) c_gst_debug_bin_to_dot_data;
3527 	void function(GstBin* bin, GstDebugGraphDetails details, char* fileName) c_gst_debug_bin_to_dot_file;
3528 	void function(GstBin* bin, GstDebugGraphDetails details, char* fileName) c_gst_debug_bin_to_dot_file_with_ts;
3529 	char* function(uint colorinfo) c_gst_debug_construct_term_color;
3530 	int function(uint colorinfo) c_gst_debug_construct_win_color;
3531 	GSList* function() c_gst_debug_get_all_categories;
3532 	GstDebugColorMode function() c_gst_debug_get_color_mode;
3533 	GstDebugLevel function() c_gst_debug_get_default_threshold;
3534 	int function() c_gst_debug_is_active;
3535 	int function() c_gst_debug_is_colored;
3536 	const(char)* function(GstDebugLevel level) c_gst_debug_level_get_name;
3537 	void function(GstDebugCategory* category, GstDebugLevel level, const(char)* file, const(char)* function_, int line, GObject* object, const(char)* format, ... ) c_gst_debug_log;
3538 	void function(GstDebugCategory* category, GstDebugLevel level, const(char)* file, const(char)* function_, int line, GObject* object, GstDebugMessage* message, void* userData) c_gst_debug_log_default;
3539 	void function(GstDebugCategory* category, GstDebugLevel level, const(char)* file, const(char)* function_, int line, GObject* object, const(char)* format, void* args) c_gst_debug_log_valist;
3540 	void function() c_gst_debug_print_stack_trace;
3541 	uint function(GstLogFunction func) c_gst_debug_remove_log_function;
3542 	uint function(void* data) c_gst_debug_remove_log_function_by_data;
3543 	void function(int active) c_gst_debug_set_active;
3544 	void function(GstDebugColorMode mode) c_gst_debug_set_color_mode;
3545 	void function(const(char)* mode) c_gst_debug_set_color_mode_from_string;
3546 	void function(int colored) c_gst_debug_set_colored;
3547 	void function(GstDebugLevel level) c_gst_debug_set_default_threshold;
3548 	void function(const(char)* name, GstDebugLevel level) c_gst_debug_set_threshold_for_name;
3549 	void function(const(char)* list, int reset) c_gst_debug_set_threshold_from_string;
3550 	void function(const(char)* name) c_gst_debug_unset_threshold_for_name;
3551 
3552 	// gstreamer.GError
3553 
3554 	char* function(GQuark domain, int code) c_gst_error_get_message;
3555 
3556 	// gstreamer.Format
3557 
3558 	GstFormat function(const(char)* nick) c_gst_format_get_by_nick;
3559 	GstFormatDefinition* function(GstFormat format) c_gst_format_get_details;
3560 	const(char)* function(GstFormat format) c_gst_format_get_name;
3561 	GstIterator* function() c_gst_format_iterate_definitions;
3562 	GstFormat function(const(char)* nick, const(char)* description) c_gst_format_register;
3563 	GQuark function(GstFormat format) c_gst_format_to_quark;
3564 	int function(GstFormat* formats, GstFormat format) c_gst_formats_contains;
3565 
3566 	// gstreamer.GStreamer
3567 
3568 	void function() c_gst_deinit;
3569 	void function(int* argc, char*** argv) c_gst_init;
3570 	int function(int* argc, char*** argv, GError** err) c_gst_init_check;
3571 	GOptionGroup* function() c_gst_init_get_option_group;
3572 	int function() c_gst_is_initialized;
3573 	int function() c_gst_segtrap_is_enabled;
3574 	void function(int enabled) c_gst_segtrap_set_enabled;
3575 	int function() c_gst_update_registry;
3576 	void function(uint* major, uint* minor, uint* micro, uint* nano) c_gst_version;
3577 	char* function() c_gst_version_string;
3578 
3579 	// gstreamer.Parse
3580 
3581 	GstElement* function(const(char)* binDescription, int ghostUnlinkedPads, GError** err) c_gst_parse_bin_from_description;
3582 	GstElement* function(const(char)* binDescription, int ghostUnlinkedPads, GstParseContext* context, GstParseFlags flags, GError** err) c_gst_parse_bin_from_description_full;
3583 	GQuark function() c_gst_parse_error_quark;
3584 	GstElement* function(const(char)* pipelineDescription, GError** err) c_gst_parse_launch;
3585 	GstElement* function(const(char)* pipelineDescription, GstParseContext* context, GstParseFlags flags, GError** err) c_gst_parse_launch_full;
3586 	GstElement* function(char** argv, GError** err) c_gst_parse_launchv;
3587 	GstElement* function(char** argv, GstParseContext* context, GstParseFlags flags, GError** err) c_gst_parse_launchv_full;
3588 
3589 	// gstreamer.Utils
3590 
3591 	void* function(void* array, uint numElements, size_t elementSize, GCompareDataFunc searchFunc, GstSearchMode mode, void* searchData, void* userData) c_gst_util_array_binary_search;
3592 	void function(double src, int* destN, int* destD) c_gst_util_double_to_fraction;
3593 	void function(char* mem, uint size) c_gst_util_dump_mem;
3594 	int function(int aN, int aD, int bN, int bD, int* resN, int* resD) c_gst_util_fraction_add;
3595 	int function(int aN, int aD, int bN, int bD) c_gst_util_fraction_compare;
3596 	int function(int aN, int aD, int bN, int bD, int* resN, int* resD) c_gst_util_fraction_multiply;
3597 	void function(int srcN, int srcD, double* dest) c_gst_util_fraction_to_double;
3598 	ulong function(double value) c_gst_util_gdouble_to_guint64;
3599 	GstClockTime function() c_gst_util_get_timestamp;
3600 	int function(int a, int b) c_gst_util_greatest_common_divisor;
3601 	long function(long a, long b) c_gst_util_greatest_common_divisor_int64;
3602 	uint function() c_gst_util_group_id_next;
3603 	double function(ulong value) c_gst_util_guint64_to_gdouble;
3604 	int function(uint s1, uint s2) c_gst_util_seqnum_compare;
3605 	uint function() c_gst_util_seqnum_next;
3606 	void function(GObject* object, const(char)* name, const(char)* value) c_gst_util_set_object_arg;
3607 	void function(GValue* value, const(char)* valueStr) c_gst_util_set_value_from_string;
3608 	ulong function(ulong val, ulong num, ulong denom) c_gst_util_uint64_scale;
3609 	ulong function(ulong val, ulong num, ulong denom) c_gst_util_uint64_scale_ceil;
3610 	ulong function(ulong val, int num, int denom) c_gst_util_uint64_scale_int;
3611 	ulong function(ulong val, int num, int denom) c_gst_util_uint64_scale_int_ceil;
3612 	ulong function(ulong val, int num, int denom) c_gst_util_uint64_scale_int_round;
3613 	ulong function(ulong val, ulong num, ulong denom) c_gst_util_uint64_scale_round;
3614 	int function(GstClockTime* xy, GstClockTime* temp, uint n, GstClockTime* mNum, GstClockTime* mDenom, GstClockTime* b, GstClockTime* xbase, double* rSquared) c_gst_calculate_linear_regression;
3615 	int function(GstPlugin* plugin, GType type) c_gst_dynamic_type_register;
3616 	int function(GObject* object, const(char)* name, GValueArray** array) c_gst_util_get_object_array;
3617 	int function(GObject* object, const(char)* name, GValueArray* array) c_gst_util_set_object_array;
3618 
3619 	// gstreamer.ValueGst
3620 
3621 	int function(GValue* value1, GValue* value2) c_gst_value_can_compare;
3622 	int function(GValue* value1, GValue* value2) c_gst_value_can_intersect;
3623 	int function(GValue* minuend, GValue* subtrahend) c_gst_value_can_subtract;
3624 	int function(GValue* value1, GValue* value2) c_gst_value_can_union;
3625 	int function(GValue* value1, GValue* value2) c_gst_value_compare;
3626 	int function(GValue* dest, const(char)* src) c_gst_value_deserialize;
3627 	int function(GValue* dest, GValue* src) c_gst_value_fixate;
3628 	int function(GValue* product, GValue* factor1, GValue* factor2) c_gst_value_fraction_multiply;
3629 	int function(GValue* dest, GValue* minuend, GValue* subtrahend) c_gst_value_fraction_subtract;
3630 	ulong function(GValue* value) c_gst_value_get_bitmask;
3631 	GstCaps* function(GValue* value) c_gst_value_get_caps;
3632 	GstCapsFeatures* function(GValue* value) c_gst_value_get_caps_features;
3633 	double function(GValue* value) c_gst_value_get_double_range_max;
3634 	double function(GValue* value) c_gst_value_get_double_range_min;
3635 	uint function(GValue* value) c_gst_value_get_flagset_flags;
3636 	uint function(GValue* value) c_gst_value_get_flagset_mask;
3637 	void function(GValue* value, uint flags, uint mask) c_gst_value_set_flagset;
3638 	int function(GValue* value) c_gst_value_get_fraction_denominator;
3639 	int function(GValue* value) c_gst_value_get_fraction_numerator;
3640 	GValue* function(GValue* value) c_gst_value_get_fraction_range_max;
3641 	GValue* function(GValue* value) c_gst_value_get_fraction_range_min;
3642 	long function(GValue* value) c_gst_value_get_int64_range_max;
3643 	long function(GValue* value) c_gst_value_get_int64_range_min;
3644 	long function(GValue* value) c_gst_value_get_int64_range_step;
3645 	int function(GValue* value) c_gst_value_get_int_range_max;
3646 	int function(GValue* value) c_gst_value_get_int_range_min;
3647 	int function(GValue* value) c_gst_value_get_int_range_step;
3648 	GstStructure* function(GValue* value) c_gst_value_get_structure;
3649 	void function(GValue* dest, GValue* src) c_gst_value_init_and_copy;
3650 	int function(GValue* dest, GValue* value1, GValue* value2) c_gst_value_intersect;
3651 	int function(GValue* value) c_gst_value_is_fixed;
3652 	int function(GValue* value1, GValue* value2) c_gst_value_is_subset;
3653 	void function(GstValueTable* table) c_gst_value_register;
3654 	char* function(GValue* value) c_gst_value_serialize;
3655 	void function(GValue* value, ulong bitmask) c_gst_value_set_bitmask;
3656 	void function(GValue* value, GstCaps* caps) c_gst_value_set_caps;
3657 	void function(GValue* value, GstCapsFeatures* features) c_gst_value_set_caps_features;
3658 	void function(GValue* value, double start, double end) c_gst_value_set_double_range;
3659 	void function(GValue* value, int numerator, int denominator) c_gst_value_set_fraction;
3660 	void function(GValue* value, GValue* start, GValue* end) c_gst_value_set_fraction_range;
3661 	void function(GValue* value, int numeratorStart, int denominatorStart, int numeratorEnd, int denominatorEnd) c_gst_value_set_fraction_range_full;
3662 	void function(GValue* value, long start, long end) c_gst_value_set_int64_range;
3663 	void function(GValue* value, long start, long end, long step) c_gst_value_set_int64_range_step;
3664 	void function(GValue* value, int start, int end) c_gst_value_set_int_range;
3665 	void function(GValue* value, int start, int end, int step) c_gst_value_set_int_range_step;
3666 	void function(GValue* value, GstStructure* structure) c_gst_value_set_structure;
3667 	int function(GValue* dest, GValue* minuend, GValue* subtrahend) c_gst_value_subtract;
3668 	int function(GValue* dest, GValue* value1, GValue* value2) c_gst_value_union;
3669 }
3670 
3671 
3672 // gstreamer.AllocationParams
3673 
3674 alias c_gst_allocation_params_get_type gst_allocation_params_get_type;
3675 alias c_gst_allocation_params_copy gst_allocation_params_copy;
3676 alias c_gst_allocation_params_free gst_allocation_params_free;
3677 alias c_gst_allocation_params_init gst_allocation_params_init;
3678 
3679 // gstreamer.Allocator
3680 
3681 alias c_gst_allocator_get_type gst_allocator_get_type;
3682 alias c_gst_allocator_find gst_allocator_find;
3683 alias c_gst_allocator_register gst_allocator_register;
3684 alias c_gst_allocator_alloc gst_allocator_alloc;
3685 alias c_gst_allocator_free gst_allocator_free;
3686 alias c_gst_allocator_set_default gst_allocator_set_default;
3687 
3688 // gstreamer.AtomicQueue
3689 
3690 alias c_gst_atomic_queue_get_type gst_atomic_queue_get_type;
3691 alias c_gst_atomic_queue_new gst_atomic_queue_new;
3692 alias c_gst_atomic_queue_length gst_atomic_queue_length;
3693 alias c_gst_atomic_queue_peek gst_atomic_queue_peek;
3694 alias c_gst_atomic_queue_pop gst_atomic_queue_pop;
3695 alias c_gst_atomic_queue_push gst_atomic_queue_push;
3696 alias c_gst_atomic_queue_ref gst_atomic_queue_ref;
3697 alias c_gst_atomic_queue_unref gst_atomic_queue_unref;
3698 
3699 // gstreamer.Bin
3700 
3701 alias c_gst_bin_get_type gst_bin_get_type;
3702 alias c_gst_bin_new gst_bin_new;
3703 alias c_gst_bin_add gst_bin_add;
3704 alias c_gst_bin_add_many gst_bin_add_many;
3705 alias c_gst_bin_find_unlinked_pad gst_bin_find_unlinked_pad;
3706 alias c_gst_bin_get_by_interface gst_bin_get_by_interface;
3707 alias c_gst_bin_get_by_name gst_bin_get_by_name;
3708 alias c_gst_bin_get_by_name_recurse_up gst_bin_get_by_name_recurse_up;
3709 alias c_gst_bin_get_suppressed_flags gst_bin_get_suppressed_flags;
3710 alias c_gst_bin_iterate_all_by_element_factory_name gst_bin_iterate_all_by_element_factory_name;
3711 alias c_gst_bin_iterate_all_by_interface gst_bin_iterate_all_by_interface;
3712 alias c_gst_bin_iterate_elements gst_bin_iterate_elements;
3713 alias c_gst_bin_iterate_recurse gst_bin_iterate_recurse;
3714 alias c_gst_bin_iterate_sinks gst_bin_iterate_sinks;
3715 alias c_gst_bin_iterate_sorted gst_bin_iterate_sorted;
3716 alias c_gst_bin_iterate_sources gst_bin_iterate_sources;
3717 alias c_gst_bin_recalculate_latency gst_bin_recalculate_latency;
3718 alias c_gst_bin_remove gst_bin_remove;
3719 alias c_gst_bin_remove_many gst_bin_remove_many;
3720 alias c_gst_bin_set_suppressed_flags gst_bin_set_suppressed_flags;
3721 alias c_gst_bin_sync_children_states gst_bin_sync_children_states;
3722 
3723 // gstreamer.Bitmask
3724 
3725 alias c_gst_bitmask_get_type gst_bitmask_get_type;
3726 
3727 // gstreamer.Buffer
3728 
3729 alias c_gst_buffer_get_type gst_buffer_get_type;
3730 alias c_gst_buffer_new gst_buffer_new;
3731 alias c_gst_buffer_new_allocate gst_buffer_new_allocate;
3732 alias c_gst_buffer_new_wrapped gst_buffer_new_wrapped;
3733 alias c_gst_buffer_new_wrapped_bytes gst_buffer_new_wrapped_bytes;
3734 alias c_gst_buffer_new_wrapped_full gst_buffer_new_wrapped_full;
3735 alias c_gst_buffer_add_meta gst_buffer_add_meta;
3736 alias c_gst_buffer_add_parent_buffer_meta gst_buffer_add_parent_buffer_meta;
3737 alias c_gst_buffer_add_protection_meta gst_buffer_add_protection_meta;
3738 alias c_gst_buffer_add_reference_timestamp_meta gst_buffer_add_reference_timestamp_meta;
3739 alias c_gst_buffer_append gst_buffer_append;
3740 alias c_gst_buffer_append_memory gst_buffer_append_memory;
3741 alias c_gst_buffer_append_region gst_buffer_append_region;
3742 alias c_gst_buffer_copy_deep gst_buffer_copy_deep;
3743 alias c_gst_buffer_copy_into gst_buffer_copy_into;
3744 alias c_gst_buffer_copy_region gst_buffer_copy_region;
3745 alias c_gst_buffer_extract gst_buffer_extract;
3746 alias c_gst_buffer_extract_dup gst_buffer_extract_dup;
3747 alias c_gst_buffer_fill gst_buffer_fill;
3748 alias c_gst_buffer_find_memory gst_buffer_find_memory;
3749 alias c_gst_buffer_foreach_meta gst_buffer_foreach_meta;
3750 alias c_gst_buffer_get_all_memory gst_buffer_get_all_memory;
3751 alias c_gst_buffer_get_flags gst_buffer_get_flags;
3752 alias c_gst_buffer_get_memory gst_buffer_get_memory;
3753 alias c_gst_buffer_get_memory_range gst_buffer_get_memory_range;
3754 alias c_gst_buffer_get_meta gst_buffer_get_meta;
3755 alias c_gst_buffer_get_n_meta gst_buffer_get_n_meta;
3756 alias c_gst_buffer_get_reference_timestamp_meta gst_buffer_get_reference_timestamp_meta;
3757 alias c_gst_buffer_get_size gst_buffer_get_size;
3758 alias c_gst_buffer_get_sizes gst_buffer_get_sizes;
3759 alias c_gst_buffer_get_sizes_range gst_buffer_get_sizes_range;
3760 alias c_gst_buffer_has_flags gst_buffer_has_flags;
3761 alias c_gst_buffer_insert_memory gst_buffer_insert_memory;
3762 alias c_gst_buffer_is_all_memory_writable gst_buffer_is_all_memory_writable;
3763 alias c_gst_buffer_is_memory_range_writable gst_buffer_is_memory_range_writable;
3764 alias c_gst_buffer_iterate_meta gst_buffer_iterate_meta;
3765 alias c_gst_buffer_iterate_meta_filtered gst_buffer_iterate_meta_filtered;
3766 alias c_gst_buffer_map gst_buffer_map;
3767 alias c_gst_buffer_map_range gst_buffer_map_range;
3768 alias c_gst_buffer_memcmp gst_buffer_memcmp;
3769 alias c_gst_buffer_memset gst_buffer_memset;
3770 alias c_gst_buffer_n_memory gst_buffer_n_memory;
3771 alias c_gst_buffer_peek_memory gst_buffer_peek_memory;
3772 alias c_gst_buffer_prepend_memory gst_buffer_prepend_memory;
3773 alias c_gst_buffer_remove_all_memory gst_buffer_remove_all_memory;
3774 alias c_gst_buffer_remove_memory gst_buffer_remove_memory;
3775 alias c_gst_buffer_remove_memory_range gst_buffer_remove_memory_range;
3776 alias c_gst_buffer_remove_meta gst_buffer_remove_meta;
3777 alias c_gst_buffer_replace_all_memory gst_buffer_replace_all_memory;
3778 alias c_gst_buffer_replace_memory gst_buffer_replace_memory;
3779 alias c_gst_buffer_replace_memory_range gst_buffer_replace_memory_range;
3780 alias c_gst_buffer_resize gst_buffer_resize;
3781 alias c_gst_buffer_resize_range gst_buffer_resize_range;
3782 alias c_gst_buffer_set_flags gst_buffer_set_flags;
3783 alias c_gst_buffer_set_size gst_buffer_set_size;
3784 alias c_gst_buffer_unmap gst_buffer_unmap;
3785 alias c_gst_buffer_unset_flags gst_buffer_unset_flags;
3786 alias c_gst_buffer_get_max_memory gst_buffer_get_max_memory;
3787 
3788 // gstreamer.BufferList
3789 
3790 alias c_gst_buffer_list_get_type gst_buffer_list_get_type;
3791 alias c_gst_buffer_list_new gst_buffer_list_new;
3792 alias c_gst_buffer_list_new_sized gst_buffer_list_new_sized;
3793 alias c_gst_buffer_list_calculate_size gst_buffer_list_calculate_size;
3794 alias c_gst_buffer_list_copy_deep gst_buffer_list_copy_deep;
3795 alias c_gst_buffer_list_foreach gst_buffer_list_foreach;
3796 alias c_gst_buffer_list_get gst_buffer_list_get;
3797 alias c_gst_buffer_list_get_writable gst_buffer_list_get_writable;
3798 alias c_gst_buffer_list_insert gst_buffer_list_insert;
3799 alias c_gst_buffer_list_length gst_buffer_list_length;
3800 alias c_gst_buffer_list_remove gst_buffer_list_remove;
3801 
3802 // gstreamer.BufferPool
3803 
3804 alias c_gst_buffer_pool_get_type gst_buffer_pool_get_type;
3805 alias c_gst_buffer_pool_new gst_buffer_pool_new;
3806 alias c_gst_buffer_pool_config_add_option gst_buffer_pool_config_add_option;
3807 alias c_gst_buffer_pool_config_get_allocator gst_buffer_pool_config_get_allocator;
3808 alias c_gst_buffer_pool_config_get_option gst_buffer_pool_config_get_option;
3809 alias c_gst_buffer_pool_config_get_params gst_buffer_pool_config_get_params;
3810 alias c_gst_buffer_pool_config_has_option gst_buffer_pool_config_has_option;
3811 alias c_gst_buffer_pool_config_n_options gst_buffer_pool_config_n_options;
3812 alias c_gst_buffer_pool_config_set_allocator gst_buffer_pool_config_set_allocator;
3813 alias c_gst_buffer_pool_config_set_params gst_buffer_pool_config_set_params;
3814 alias c_gst_buffer_pool_config_validate_params gst_buffer_pool_config_validate_params;
3815 alias c_gst_buffer_pool_acquire_buffer gst_buffer_pool_acquire_buffer;
3816 alias c_gst_buffer_pool_get_config gst_buffer_pool_get_config;
3817 alias c_gst_buffer_pool_get_options gst_buffer_pool_get_options;
3818 alias c_gst_buffer_pool_has_option gst_buffer_pool_has_option;
3819 alias c_gst_buffer_pool_is_active gst_buffer_pool_is_active;
3820 alias c_gst_buffer_pool_release_buffer gst_buffer_pool_release_buffer;
3821 alias c_gst_buffer_pool_set_active gst_buffer_pool_set_active;
3822 alias c_gst_buffer_pool_set_config gst_buffer_pool_set_config;
3823 alias c_gst_buffer_pool_set_flushing gst_buffer_pool_set_flushing;
3824 
3825 // gstreamer.Bus
3826 
3827 alias c_gst_bus_get_type gst_bus_get_type;
3828 alias c_gst_bus_new gst_bus_new;
3829 alias c_gst_bus_add_signal_watch gst_bus_add_signal_watch;
3830 alias c_gst_bus_add_signal_watch_full gst_bus_add_signal_watch_full;
3831 alias c_gst_bus_add_watch gst_bus_add_watch;
3832 alias c_gst_bus_add_watch_full gst_bus_add_watch_full;
3833 alias c_gst_bus_async_signal_func gst_bus_async_signal_func;
3834 alias c_gst_bus_create_watch gst_bus_create_watch;
3835 alias c_gst_bus_disable_sync_message_emission gst_bus_disable_sync_message_emission;
3836 alias c_gst_bus_enable_sync_message_emission gst_bus_enable_sync_message_emission;
3837 alias c_gst_bus_get_pollfd gst_bus_get_pollfd;
3838 alias c_gst_bus_have_pending gst_bus_have_pending;
3839 alias c_gst_bus_peek gst_bus_peek;
3840 alias c_gst_bus_poll gst_bus_poll;
3841 alias c_gst_bus_pop gst_bus_pop;
3842 alias c_gst_bus_pop_filtered gst_bus_pop_filtered;
3843 alias c_gst_bus_post gst_bus_post;
3844 alias c_gst_bus_remove_signal_watch gst_bus_remove_signal_watch;
3845 alias c_gst_bus_remove_watch gst_bus_remove_watch;
3846 alias c_gst_bus_set_flushing gst_bus_set_flushing;
3847 alias c_gst_bus_set_sync_handler gst_bus_set_sync_handler;
3848 alias c_gst_bus_sync_signal_handler gst_bus_sync_signal_handler;
3849 alias c_gst_bus_timed_pop gst_bus_timed_pop;
3850 alias c_gst_bus_timed_pop_filtered gst_bus_timed_pop_filtered;
3851 
3852 // gstreamer.Caps
3853 
3854 alias c_gst_caps_get_type gst_caps_get_type;
3855 alias c_gst_caps_new_any gst_caps_new_any;
3856 alias c_gst_caps_new_empty gst_caps_new_empty;
3857 alias c_gst_caps_new_empty_simple gst_caps_new_empty_simple;
3858 alias c_gst_caps_new_full gst_caps_new_full;
3859 alias c_gst_caps_new_full_valist gst_caps_new_full_valist;
3860 alias c_gst_caps_new_simple gst_caps_new_simple;
3861 alias c_gst_caps_append gst_caps_append;
3862 alias c_gst_caps_append_structure gst_caps_append_structure;
3863 alias c_gst_caps_append_structure_full gst_caps_append_structure_full;
3864 alias c_gst_caps_can_intersect gst_caps_can_intersect;
3865 alias c_gst_caps_copy gst_caps_copy;
3866 alias c_gst_caps_copy_nth gst_caps_copy_nth;
3867 alias c_gst_caps_filter_and_map_in_place gst_caps_filter_and_map_in_place;
3868 alias c_gst_caps_fixate gst_caps_fixate;
3869 alias c_gst_caps_foreach gst_caps_foreach;
3870 alias c_gst_caps_get_features gst_caps_get_features;
3871 alias c_gst_caps_get_size gst_caps_get_size;
3872 alias c_gst_caps_get_structure gst_caps_get_structure;
3873 alias c_gst_caps_intersect gst_caps_intersect;
3874 alias c_gst_caps_intersect_full gst_caps_intersect_full;
3875 alias c_gst_caps_is_always_compatible gst_caps_is_always_compatible;
3876 alias c_gst_caps_is_any gst_caps_is_any;
3877 alias c_gst_caps_is_empty gst_caps_is_empty;
3878 alias c_gst_caps_is_equal gst_caps_is_equal;
3879 alias c_gst_caps_is_equal_fixed gst_caps_is_equal_fixed;
3880 alias c_gst_caps_is_fixed gst_caps_is_fixed;
3881 alias c_gst_caps_is_strictly_equal gst_caps_is_strictly_equal;
3882 alias c_gst_caps_is_subset gst_caps_is_subset;
3883 alias c_gst_caps_is_subset_structure gst_caps_is_subset_structure;
3884 alias c_gst_caps_is_subset_structure_full gst_caps_is_subset_structure_full;
3885 alias c_gst_caps_map_in_place gst_caps_map_in_place;
3886 alias c_gst_caps_merge gst_caps_merge;
3887 alias c_gst_caps_merge_structure gst_caps_merge_structure;
3888 alias c_gst_caps_merge_structure_full gst_caps_merge_structure_full;
3889 alias c_gst_caps_normalize gst_caps_normalize;
3890 alias c_gst_caps_remove_structure gst_caps_remove_structure;
3891 alias c_gst_caps_set_features gst_caps_set_features;
3892 alias c_gst_caps_set_features_simple gst_caps_set_features_simple;
3893 alias c_gst_caps_set_simple gst_caps_set_simple;
3894 alias c_gst_caps_set_simple_valist gst_caps_set_simple_valist;
3895 alias c_gst_caps_set_value gst_caps_set_value;
3896 alias c_gst_caps_simplify gst_caps_simplify;
3897 alias c_gst_caps_steal_structure gst_caps_steal_structure;
3898 alias c_gst_caps_subtract gst_caps_subtract;
3899 alias c_gst_caps_to_string gst_caps_to_string;
3900 alias c_gst_caps_truncate gst_caps_truncate;
3901 alias c_gst_caps_from_string gst_caps_from_string;
3902 
3903 // gstreamer.CapsFeatures
3904 
3905 alias c_gst_caps_features_get_type gst_caps_features_get_type;
3906 alias c_gst_caps_features_new gst_caps_features_new;
3907 alias c_gst_caps_features_new_any gst_caps_features_new_any;
3908 alias c_gst_caps_features_new_empty gst_caps_features_new_empty;
3909 alias c_gst_caps_features_new_id gst_caps_features_new_id;
3910 alias c_gst_caps_features_new_id_valist gst_caps_features_new_id_valist;
3911 alias c_gst_caps_features_new_valist gst_caps_features_new_valist;
3912 alias c_gst_caps_features_add gst_caps_features_add;
3913 alias c_gst_caps_features_add_id gst_caps_features_add_id;
3914 alias c_gst_caps_features_contains gst_caps_features_contains;
3915 alias c_gst_caps_features_contains_id gst_caps_features_contains_id;
3916 alias c_gst_caps_features_copy gst_caps_features_copy;
3917 alias c_gst_caps_features_free gst_caps_features_free;
3918 alias c_gst_caps_features_get_nth gst_caps_features_get_nth;
3919 alias c_gst_caps_features_get_nth_id gst_caps_features_get_nth_id;
3920 alias c_gst_caps_features_get_size gst_caps_features_get_size;
3921 alias c_gst_caps_features_is_any gst_caps_features_is_any;
3922 alias c_gst_caps_features_is_equal gst_caps_features_is_equal;
3923 alias c_gst_caps_features_remove gst_caps_features_remove;
3924 alias c_gst_caps_features_remove_id gst_caps_features_remove_id;
3925 alias c_gst_caps_features_set_parent_refcount gst_caps_features_set_parent_refcount;
3926 alias c_gst_caps_features_to_string gst_caps_features_to_string;
3927 alias c_gst_caps_features_from_string gst_caps_features_from_string;
3928 
3929 // gstreamer.ChildProxy
3930 
3931 alias c_gst_child_proxy_get_type gst_child_proxy_get_type;
3932 alias c_gst_child_proxy_child_added gst_child_proxy_child_added;
3933 alias c_gst_child_proxy_child_removed gst_child_proxy_child_removed;
3934 alias c_gst_child_proxy_get gst_child_proxy_get;
3935 alias c_gst_child_proxy_get_child_by_index gst_child_proxy_get_child_by_index;
3936 alias c_gst_child_proxy_get_child_by_name gst_child_proxy_get_child_by_name;
3937 alias c_gst_child_proxy_get_children_count gst_child_proxy_get_children_count;
3938 alias c_gst_child_proxy_get_property gst_child_proxy_get_property;
3939 alias c_gst_child_proxy_get_valist gst_child_proxy_get_valist;
3940 alias c_gst_child_proxy_lookup gst_child_proxy_lookup;
3941 alias c_gst_child_proxy_set gst_child_proxy_set;
3942 alias c_gst_child_proxy_set_property gst_child_proxy_set_property;
3943 alias c_gst_child_proxy_set_valist gst_child_proxy_set_valist;
3944 
3945 // gstreamer.Clock
3946 
3947 alias c_gst_clock_get_type gst_clock_get_type;
3948 alias c_gst_clock_id_compare_func gst_clock_id_compare_func;
3949 alias c_gst_clock_id_get_clock gst_clock_id_get_clock;
3950 alias c_gst_clock_id_get_time gst_clock_id_get_time;
3951 alias c_gst_clock_id_ref gst_clock_id_ref;
3952 alias c_gst_clock_id_unref gst_clock_id_unref;
3953 alias c_gst_clock_id_unschedule gst_clock_id_unschedule;
3954 alias c_gst_clock_id_uses_clock gst_clock_id_uses_clock;
3955 alias c_gst_clock_id_wait gst_clock_id_wait;
3956 alias c_gst_clock_id_wait_async gst_clock_id_wait_async;
3957 alias c_gst_clock_add_observation gst_clock_add_observation;
3958 alias c_gst_clock_add_observation_unapplied gst_clock_add_observation_unapplied;
3959 alias c_gst_clock_adjust_unlocked gst_clock_adjust_unlocked;
3960 alias c_gst_clock_adjust_with_calibration gst_clock_adjust_with_calibration;
3961 alias c_gst_clock_get_calibration gst_clock_get_calibration;
3962 alias c_gst_clock_get_internal_time gst_clock_get_internal_time;
3963 alias c_gst_clock_get_master gst_clock_get_master;
3964 alias c_gst_clock_get_resolution gst_clock_get_resolution;
3965 alias c_gst_clock_get_time gst_clock_get_time;
3966 alias c_gst_clock_get_timeout gst_clock_get_timeout;
3967 alias c_gst_clock_is_synced gst_clock_is_synced;
3968 alias c_gst_clock_new_periodic_id gst_clock_new_periodic_id;
3969 alias c_gst_clock_new_single_shot_id gst_clock_new_single_shot_id;
3970 alias c_gst_clock_periodic_id_reinit gst_clock_periodic_id_reinit;
3971 alias c_gst_clock_set_calibration gst_clock_set_calibration;
3972 alias c_gst_clock_set_master gst_clock_set_master;
3973 alias c_gst_clock_set_resolution gst_clock_set_resolution;
3974 alias c_gst_clock_set_synced gst_clock_set_synced;
3975 alias c_gst_clock_set_timeout gst_clock_set_timeout;
3976 alias c_gst_clock_single_shot_id_reinit gst_clock_single_shot_id_reinit;
3977 alias c_gst_clock_unadjust_unlocked gst_clock_unadjust_unlocked;
3978 alias c_gst_clock_unadjust_with_calibration gst_clock_unadjust_with_calibration;
3979 alias c_gst_clock_wait_for_sync gst_clock_wait_for_sync;
3980 
3981 // gstreamer.Context
3982 
3983 alias c_gst_context_get_type gst_context_get_type;
3984 alias c_gst_context_new gst_context_new;
3985 alias c_gst_context_get_context_type gst_context_get_context_type;
3986 alias c_gst_context_get_structure gst_context_get_structure;
3987 alias c_gst_context_has_context_type gst_context_has_context_type;
3988 alias c_gst_context_is_persistent gst_context_is_persistent;
3989 alias c_gst_context_writable_structure gst_context_writable_structure;
3990 
3991 // gstreamer.ControlBinding
3992 
3993 alias c_gst_control_binding_get_type gst_control_binding_get_type;
3994 alias c_gst_control_binding_get_g_value_array gst_control_binding_get_g_value_array;
3995 alias c_gst_control_binding_get_value gst_control_binding_get_value;
3996 alias c_gst_control_binding_get_value_array gst_control_binding_get_value_array;
3997 alias c_gst_control_binding_is_disabled gst_control_binding_is_disabled;
3998 alias c_gst_control_binding_set_disabled gst_control_binding_set_disabled;
3999 alias c_gst_control_binding_sync_values gst_control_binding_sync_values;
4000 
4001 // gstreamer.ControlSource
4002 
4003 alias c_gst_control_source_get_type gst_control_source_get_type;
4004 alias c_gst_control_source_get_value gst_control_source_get_value;
4005 alias c_gst_control_source_get_value_array gst_control_source_get_value_array;
4006 
4007 // gstreamer.DateTime
4008 
4009 alias c_gst_date_time_get_type gst_date_time_get_type;
4010 alias c_gst_date_time_new gst_date_time_new;
4011 alias c_gst_date_time_new_from_g_date_time gst_date_time_new_from_g_date_time;
4012 alias c_gst_date_time_new_from_iso8601_string gst_date_time_new_from_iso8601_string;
4013 alias c_gst_date_time_new_from_unix_epoch_local_time gst_date_time_new_from_unix_epoch_local_time;
4014 alias c_gst_date_time_new_from_unix_epoch_local_time_usecs gst_date_time_new_from_unix_epoch_local_time_usecs;
4015 alias c_gst_date_time_new_from_unix_epoch_utc gst_date_time_new_from_unix_epoch_utc;
4016 alias c_gst_date_time_new_from_unix_epoch_utc_usecs gst_date_time_new_from_unix_epoch_utc_usecs;
4017 alias c_gst_date_time_new_local_time gst_date_time_new_local_time;
4018 alias c_gst_date_time_new_now_local_time gst_date_time_new_now_local_time;
4019 alias c_gst_date_time_new_now_utc gst_date_time_new_now_utc;
4020 alias c_gst_date_time_new_y gst_date_time_new_y;
4021 alias c_gst_date_time_new_ym gst_date_time_new_ym;
4022 alias c_gst_date_time_new_ymd gst_date_time_new_ymd;
4023 alias c_gst_date_time_get_day gst_date_time_get_day;
4024 alias c_gst_date_time_get_hour gst_date_time_get_hour;
4025 alias c_gst_date_time_get_microsecond gst_date_time_get_microsecond;
4026 alias c_gst_date_time_get_minute gst_date_time_get_minute;
4027 alias c_gst_date_time_get_month gst_date_time_get_month;
4028 alias c_gst_date_time_get_second gst_date_time_get_second;
4029 alias c_gst_date_time_get_time_zone_offset gst_date_time_get_time_zone_offset;
4030 alias c_gst_date_time_get_year gst_date_time_get_year;
4031 alias c_gst_date_time_has_day gst_date_time_has_day;
4032 alias c_gst_date_time_has_month gst_date_time_has_month;
4033 alias c_gst_date_time_has_second gst_date_time_has_second;
4034 alias c_gst_date_time_has_time gst_date_time_has_time;
4035 alias c_gst_date_time_has_year gst_date_time_has_year;
4036 alias c_gst_date_time_ref gst_date_time_ref;
4037 alias c_gst_date_time_to_g_date_time gst_date_time_to_g_date_time;
4038 alias c_gst_date_time_to_iso8601_string gst_date_time_to_iso8601_string;
4039 alias c_gst_date_time_unref gst_date_time_unref;
4040 
4041 // gstreamer.DebugCategory
4042 
4043 alias c_gst_debug_category_free gst_debug_category_free;
4044 alias c_gst_debug_category_get_color gst_debug_category_get_color;
4045 alias c_gst_debug_category_get_description gst_debug_category_get_description;
4046 alias c_gst_debug_category_get_name gst_debug_category_get_name;
4047 alias c_gst_debug_category_get_threshold gst_debug_category_get_threshold;
4048 alias c_gst_debug_category_reset_threshold gst_debug_category_reset_threshold;
4049 alias c_gst_debug_category_set_threshold gst_debug_category_set_threshold;
4050 
4051 // gstreamer.DebugMessage
4052 
4053 alias c_gst_debug_message_get gst_debug_message_get;
4054 
4055 // gstreamer.Device
4056 
4057 alias c_gst_device_get_type gst_device_get_type;
4058 alias c_gst_device_create_element gst_device_create_element;
4059 alias c_gst_device_get_caps gst_device_get_caps;
4060 alias c_gst_device_get_device_class gst_device_get_device_class;
4061 alias c_gst_device_get_display_name gst_device_get_display_name;
4062 alias c_gst_device_get_properties gst_device_get_properties;
4063 alias c_gst_device_has_classes gst_device_has_classes;
4064 alias c_gst_device_has_classesv gst_device_has_classesv;
4065 alias c_gst_device_reconfigure_element gst_device_reconfigure_element;
4066 
4067 // gstreamer.DeviceMonitor
4068 
4069 alias c_gst_device_monitor_get_type gst_device_monitor_get_type;
4070 alias c_gst_device_monitor_new gst_device_monitor_new;
4071 alias c_gst_device_monitor_add_filter gst_device_monitor_add_filter;
4072 alias c_gst_device_monitor_get_bus gst_device_monitor_get_bus;
4073 alias c_gst_device_monitor_get_devices gst_device_monitor_get_devices;
4074 alias c_gst_device_monitor_get_providers gst_device_monitor_get_providers;
4075 alias c_gst_device_monitor_get_show_all_devices gst_device_monitor_get_show_all_devices;
4076 alias c_gst_device_monitor_remove_filter gst_device_monitor_remove_filter;
4077 alias c_gst_device_monitor_set_show_all_devices gst_device_monitor_set_show_all_devices;
4078 alias c_gst_device_monitor_start gst_device_monitor_start;
4079 alias c_gst_device_monitor_stop gst_device_monitor_stop;
4080 
4081 // gstreamer.DeviceProvider
4082 
4083 alias c_gst_device_provider_get_type gst_device_provider_get_type;
4084 alias c_gst_device_provider_register gst_device_provider_register;
4085 alias c_gst_device_provider_can_monitor gst_device_provider_can_monitor;
4086 alias c_gst_device_provider_device_add gst_device_provider_device_add;
4087 alias c_gst_device_provider_device_changed gst_device_provider_device_changed;
4088 alias c_gst_device_provider_device_remove gst_device_provider_device_remove;
4089 alias c_gst_device_provider_get_bus gst_device_provider_get_bus;
4090 alias c_gst_device_provider_get_devices gst_device_provider_get_devices;
4091 alias c_gst_device_provider_get_factory gst_device_provider_get_factory;
4092 alias c_gst_device_provider_get_hidden_providers gst_device_provider_get_hidden_providers;
4093 alias c_gst_device_provider_get_metadata gst_device_provider_get_metadata;
4094 alias c_gst_device_provider_hide_provider gst_device_provider_hide_provider;
4095 alias c_gst_device_provider_start gst_device_provider_start;
4096 alias c_gst_device_provider_stop gst_device_provider_stop;
4097 alias c_gst_device_provider_unhide_provider gst_device_provider_unhide_provider;
4098 
4099 // gstreamer.DeviceProviderClass
4100 
4101 alias c_gst_device_provider_class_add_metadata gst_device_provider_class_add_metadata;
4102 alias c_gst_device_provider_class_add_static_metadata gst_device_provider_class_add_static_metadata;
4103 alias c_gst_device_provider_class_get_metadata gst_device_provider_class_get_metadata;
4104 alias c_gst_device_provider_class_set_metadata gst_device_provider_class_set_metadata;
4105 alias c_gst_device_provider_class_set_static_metadata gst_device_provider_class_set_static_metadata;
4106 
4107 // gstreamer.DeviceProviderFactory
4108 
4109 alias c_gst_device_provider_factory_get_type gst_device_provider_factory_get_type;
4110 alias c_gst_device_provider_factory_find gst_device_provider_factory_find;
4111 alias c_gst_device_provider_factory_get_by_name gst_device_provider_factory_get_by_name;
4112 alias c_gst_device_provider_factory_list_get_device_providers gst_device_provider_factory_list_get_device_providers;
4113 alias c_gst_device_provider_factory_get gst_device_provider_factory_get;
4114 alias c_gst_device_provider_factory_get_device_provider_type gst_device_provider_factory_get_device_provider_type;
4115 alias c_gst_device_provider_factory_get_metadata gst_device_provider_factory_get_metadata;
4116 alias c_gst_device_provider_factory_get_metadata_keys gst_device_provider_factory_get_metadata_keys;
4117 alias c_gst_device_provider_factory_has_classes gst_device_provider_factory_has_classes;
4118 alias c_gst_device_provider_factory_has_classesv gst_device_provider_factory_has_classesv;
4119 
4120 // gstreamer.DoubleRange
4121 
4122 alias c_gst_double_range_get_type gst_double_range_get_type;
4123 
4124 // gstreamer.DynamicTypeFactory
4125 
4126 alias c_gst_dynamic_type_factory_get_type gst_dynamic_type_factory_get_type;
4127 alias c_gst_dynamic_type_factory_load gst_dynamic_type_factory_load;
4128 
4129 // gstreamer.Element
4130 
4131 alias c_gst_element_get_type gst_element_get_type;
4132 alias c_gst_element_make_from_uri gst_element_make_from_uri;
4133 alias c_gst_element_register gst_element_register;
4134 alias c_gst_element_state_change_return_get_name gst_element_state_change_return_get_name;
4135 alias c_gst_element_state_get_name gst_element_state_get_name;
4136 alias c_gst_element_abort_state gst_element_abort_state;
4137 alias c_gst_element_add_pad gst_element_add_pad;
4138 alias c_gst_element_add_property_deep_notify_watch gst_element_add_property_deep_notify_watch;
4139 alias c_gst_element_add_property_notify_watch gst_element_add_property_notify_watch;
4140 alias c_gst_element_call_async gst_element_call_async;
4141 alias c_gst_element_change_state gst_element_change_state;
4142 alias c_gst_element_continue_state gst_element_continue_state;
4143 alias c_gst_element_create_all_pads gst_element_create_all_pads;
4144 alias c_gst_element_foreach_pad gst_element_foreach_pad;
4145 alias c_gst_element_foreach_sink_pad gst_element_foreach_sink_pad;
4146 alias c_gst_element_foreach_src_pad gst_element_foreach_src_pad;
4147 alias c_gst_element_get_base_time gst_element_get_base_time;
4148 alias c_gst_element_get_bus gst_element_get_bus;
4149 alias c_gst_element_get_clock gst_element_get_clock;
4150 alias c_gst_element_get_compatible_pad gst_element_get_compatible_pad;
4151 alias c_gst_element_get_compatible_pad_template gst_element_get_compatible_pad_template;
4152 alias c_gst_element_get_context gst_element_get_context;
4153 alias c_gst_element_get_context_unlocked gst_element_get_context_unlocked;
4154 alias c_gst_element_get_contexts gst_element_get_contexts;
4155 alias c_gst_element_get_current_clock_time gst_element_get_current_clock_time;
4156 alias c_gst_element_get_current_running_time gst_element_get_current_running_time;
4157 alias c_gst_element_get_factory gst_element_get_factory;
4158 alias c_gst_element_get_metadata gst_element_get_metadata;
4159 alias c_gst_element_get_pad_template gst_element_get_pad_template;
4160 alias c_gst_element_get_pad_template_list gst_element_get_pad_template_list;
4161 alias c_gst_element_get_request_pad gst_element_get_request_pad;
4162 alias c_gst_element_get_start_time gst_element_get_start_time;
4163 alias c_gst_element_get_state gst_element_get_state;
4164 alias c_gst_element_get_static_pad gst_element_get_static_pad;
4165 alias c_gst_element_is_locked_state gst_element_is_locked_state;
4166 alias c_gst_element_iterate_pads gst_element_iterate_pads;
4167 alias c_gst_element_iterate_sink_pads gst_element_iterate_sink_pads;
4168 alias c_gst_element_iterate_src_pads gst_element_iterate_src_pads;
4169 alias c_gst_element_link gst_element_link;
4170 alias c_gst_element_link_filtered gst_element_link_filtered;
4171 alias c_gst_element_link_many gst_element_link_many;
4172 alias c_gst_element_link_pads gst_element_link_pads;
4173 alias c_gst_element_link_pads_filtered gst_element_link_pads_filtered;
4174 alias c_gst_element_link_pads_full gst_element_link_pads_full;
4175 alias c_gst_element_lost_state gst_element_lost_state;
4176 alias c_gst_element_message_full gst_element_message_full;
4177 alias c_gst_element_message_full_with_details gst_element_message_full_with_details;
4178 alias c_gst_element_no_more_pads gst_element_no_more_pads;
4179 alias c_gst_element_post_message gst_element_post_message;
4180 alias c_gst_element_provide_clock gst_element_provide_clock;
4181 alias c_gst_element_query gst_element_query;
4182 alias c_gst_element_query_convert gst_element_query_convert;
4183 alias c_gst_element_query_duration gst_element_query_duration;
4184 alias c_gst_element_query_position gst_element_query_position;
4185 alias c_gst_element_release_request_pad gst_element_release_request_pad;
4186 alias c_gst_element_remove_pad gst_element_remove_pad;
4187 alias c_gst_element_remove_property_notify_watch gst_element_remove_property_notify_watch;
4188 alias c_gst_element_request_pad gst_element_request_pad;
4189 alias c_gst_element_seek gst_element_seek;
4190 alias c_gst_element_seek_simple gst_element_seek_simple;
4191 alias c_gst_element_send_event gst_element_send_event;
4192 alias c_gst_element_set_base_time gst_element_set_base_time;
4193 alias c_gst_element_set_bus gst_element_set_bus;
4194 alias c_gst_element_set_clock gst_element_set_clock;
4195 alias c_gst_element_set_context gst_element_set_context;
4196 alias c_gst_element_set_locked_state gst_element_set_locked_state;
4197 alias c_gst_element_set_start_time gst_element_set_start_time;
4198 alias c_gst_element_set_state gst_element_set_state;
4199 alias c_gst_element_sync_state_with_parent gst_element_sync_state_with_parent;
4200 alias c_gst_element_unlink gst_element_unlink;
4201 alias c_gst_element_unlink_many gst_element_unlink_many;
4202 alias c_gst_element_unlink_pads gst_element_unlink_pads;
4203 
4204 // gstreamer.ElementClass
4205 
4206 alias c_gst_element_class_add_metadata gst_element_class_add_metadata;
4207 alias c_gst_element_class_add_pad_template gst_element_class_add_pad_template;
4208 alias c_gst_element_class_add_static_metadata gst_element_class_add_static_metadata;
4209 alias c_gst_element_class_add_static_pad_template gst_element_class_add_static_pad_template;
4210 alias c_gst_element_class_add_static_pad_template_with_gtype gst_element_class_add_static_pad_template_with_gtype;
4211 alias c_gst_element_class_get_metadata gst_element_class_get_metadata;
4212 alias c_gst_element_class_get_pad_template gst_element_class_get_pad_template;
4213 alias c_gst_element_class_get_pad_template_list gst_element_class_get_pad_template_list;
4214 alias c_gst_element_class_set_metadata gst_element_class_set_metadata;
4215 alias c_gst_element_class_set_static_metadata gst_element_class_set_static_metadata;
4216 
4217 // gstreamer.ElementFactory
4218 
4219 alias c_gst_element_factory_get_type gst_element_factory_get_type;
4220 alias c_gst_element_factory_find gst_element_factory_find;
4221 alias c_gst_element_factory_list_filter gst_element_factory_list_filter;
4222 alias c_gst_element_factory_list_get_elements gst_element_factory_list_get_elements;
4223 alias c_gst_element_factory_make gst_element_factory_make;
4224 alias c_gst_element_factory_can_sink_all_caps gst_element_factory_can_sink_all_caps;
4225 alias c_gst_element_factory_can_sink_any_caps gst_element_factory_can_sink_any_caps;
4226 alias c_gst_element_factory_can_src_all_caps gst_element_factory_can_src_all_caps;
4227 alias c_gst_element_factory_can_src_any_caps gst_element_factory_can_src_any_caps;
4228 alias c_gst_element_factory_create gst_element_factory_create;
4229 alias c_gst_element_factory_get_element_type gst_element_factory_get_element_type;
4230 alias c_gst_element_factory_get_metadata gst_element_factory_get_metadata;
4231 alias c_gst_element_factory_get_metadata_keys gst_element_factory_get_metadata_keys;
4232 alias c_gst_element_factory_get_num_pad_templates gst_element_factory_get_num_pad_templates;
4233 alias c_gst_element_factory_get_static_pad_templates gst_element_factory_get_static_pad_templates;
4234 alias c_gst_element_factory_get_uri_protocols gst_element_factory_get_uri_protocols;
4235 alias c_gst_element_factory_get_uri_type gst_element_factory_get_uri_type;
4236 alias c_gst_element_factory_has_interface gst_element_factory_has_interface;
4237 alias c_gst_element_factory_list_is_type gst_element_factory_list_is_type;
4238 
4239 // gstreamer.Event
4240 
4241 alias c_gst_event_get_type gst_event_get_type;
4242 alias c_gst_event_new_buffer_size gst_event_new_buffer_size;
4243 alias c_gst_event_new_caps gst_event_new_caps;
4244 alias c_gst_event_new_custom gst_event_new_custom;
4245 alias c_gst_event_new_eos gst_event_new_eos;
4246 alias c_gst_event_new_flush_start gst_event_new_flush_start;
4247 alias c_gst_event_new_flush_stop gst_event_new_flush_stop;
4248 alias c_gst_event_new_gap gst_event_new_gap;
4249 alias c_gst_event_new_instant_rate_change gst_event_new_instant_rate_change;
4250 alias c_gst_event_new_instant_rate_sync_time gst_event_new_instant_rate_sync_time;
4251 alias c_gst_event_new_latency gst_event_new_latency;
4252 alias c_gst_event_new_navigation gst_event_new_navigation;
4253 alias c_gst_event_new_protection gst_event_new_protection;
4254 alias c_gst_event_new_qos gst_event_new_qos;
4255 alias c_gst_event_new_reconfigure gst_event_new_reconfigure;
4256 alias c_gst_event_new_seek gst_event_new_seek;
4257 alias c_gst_event_new_segment gst_event_new_segment;
4258 alias c_gst_event_new_segment_done gst_event_new_segment_done;
4259 alias c_gst_event_new_select_streams gst_event_new_select_streams;
4260 alias c_gst_event_new_sink_message gst_event_new_sink_message;
4261 alias c_gst_event_new_step gst_event_new_step;
4262 alias c_gst_event_new_stream_collection gst_event_new_stream_collection;
4263 alias c_gst_event_new_stream_group_done gst_event_new_stream_group_done;
4264 alias c_gst_event_new_stream_start gst_event_new_stream_start;
4265 alias c_gst_event_new_tag gst_event_new_tag;
4266 alias c_gst_event_new_toc gst_event_new_toc;
4267 alias c_gst_event_new_toc_select gst_event_new_toc_select;
4268 alias c_gst_event_copy_segment gst_event_copy_segment;
4269 alias c_gst_event_get_running_time_offset gst_event_get_running_time_offset;
4270 alias c_gst_event_get_seqnum gst_event_get_seqnum;
4271 alias c_gst_event_get_structure gst_event_get_structure;
4272 alias c_gst_event_has_name gst_event_has_name;
4273 alias c_gst_event_has_name_id gst_event_has_name_id;
4274 alias c_gst_event_parse_buffer_size gst_event_parse_buffer_size;
4275 alias c_gst_event_parse_caps gst_event_parse_caps;
4276 alias c_gst_event_parse_flush_stop gst_event_parse_flush_stop;
4277 alias c_gst_event_parse_gap gst_event_parse_gap;
4278 alias c_gst_event_parse_group_id gst_event_parse_group_id;
4279 alias c_gst_event_parse_instant_rate_change gst_event_parse_instant_rate_change;
4280 alias c_gst_event_parse_instant_rate_sync_time gst_event_parse_instant_rate_sync_time;
4281 alias c_gst_event_parse_latency gst_event_parse_latency;
4282 alias c_gst_event_parse_protection gst_event_parse_protection;
4283 alias c_gst_event_parse_qos gst_event_parse_qos;
4284 alias c_gst_event_parse_seek gst_event_parse_seek;
4285 alias c_gst_event_parse_seek_trickmode_interval gst_event_parse_seek_trickmode_interval;
4286 alias c_gst_event_parse_segment gst_event_parse_segment;
4287 alias c_gst_event_parse_segment_done gst_event_parse_segment_done;
4288 alias c_gst_event_parse_select_streams gst_event_parse_select_streams;
4289 alias c_gst_event_parse_sink_message gst_event_parse_sink_message;
4290 alias c_gst_event_parse_step gst_event_parse_step;
4291 alias c_gst_event_parse_stream gst_event_parse_stream;
4292 alias c_gst_event_parse_stream_collection gst_event_parse_stream_collection;
4293 alias c_gst_event_parse_stream_flags gst_event_parse_stream_flags;
4294 alias c_gst_event_parse_stream_group_done gst_event_parse_stream_group_done;
4295 alias c_gst_event_parse_stream_start gst_event_parse_stream_start;
4296 alias c_gst_event_parse_tag gst_event_parse_tag;
4297 alias c_gst_event_parse_toc gst_event_parse_toc;
4298 alias c_gst_event_parse_toc_select gst_event_parse_toc_select;
4299 alias c_gst_event_set_group_id gst_event_set_group_id;
4300 alias c_gst_event_set_running_time_offset gst_event_set_running_time_offset;
4301 alias c_gst_event_set_seek_trickmode_interval gst_event_set_seek_trickmode_interval;
4302 alias c_gst_event_set_seqnum gst_event_set_seqnum;
4303 alias c_gst_event_set_stream gst_event_set_stream;
4304 alias c_gst_event_set_stream_flags gst_event_set_stream_flags;
4305 alias c_gst_event_writable_structure gst_event_writable_structure;
4306 alias c_gst_event_type_get_flags gst_event_type_get_flags;
4307 alias c_gst_event_type_get_name gst_event_type_get_name;
4308 alias c_gst_event_type_to_quark gst_event_type_to_quark;
4309 
4310 // gstreamer.FlagSet
4311 
4312 alias c_gst_flagset_get_type gst_flagset_get_type;
4313 alias c_gst_flagset_register gst_flagset_register;
4314 
4315 // gstreamer.Fraction
4316 
4317 alias c_gst_fraction_get_type gst_fraction_get_type;
4318 
4319 // gstreamer.FractionRange
4320 
4321 alias c_gst_fraction_range_get_type gst_fraction_range_get_type;
4322 
4323 // gstreamer.GhostPad
4324 
4325 alias c_gst_ghost_pad_get_type gst_ghost_pad_get_type;
4326 alias c_gst_ghost_pad_new gst_ghost_pad_new;
4327 alias c_gst_ghost_pad_new_from_template gst_ghost_pad_new_from_template;
4328 alias c_gst_ghost_pad_new_no_target gst_ghost_pad_new_no_target;
4329 alias c_gst_ghost_pad_new_no_target_from_template gst_ghost_pad_new_no_target_from_template;
4330 alias c_gst_ghost_pad_activate_mode_default gst_ghost_pad_activate_mode_default;
4331 alias c_gst_ghost_pad_internal_activate_mode_default gst_ghost_pad_internal_activate_mode_default;
4332 alias c_gst_ghost_pad_construct gst_ghost_pad_construct;
4333 alias c_gst_ghost_pad_get_target gst_ghost_pad_get_target;
4334 alias c_gst_ghost_pad_set_target gst_ghost_pad_set_target;
4335 
4336 // gstreamer.Int64Range
4337 
4338 alias c_gst_int64_range_get_type gst_int64_range_get_type;
4339 
4340 // gstreamer.IntRange
4341 
4342 alias c_gst_int_range_get_type gst_int_range_get_type;
4343 
4344 // gstreamer.Iterator
4345 
4346 alias c_gst_iterator_get_type gst_iterator_get_type;
4347 alias c_gst_iterator_new gst_iterator_new;
4348 alias c_gst_iterator_new_list gst_iterator_new_list;
4349 alias c_gst_iterator_new_single gst_iterator_new_single;
4350 alias c_gst_iterator_copy gst_iterator_copy;
4351 alias c_gst_iterator_filter gst_iterator_filter;
4352 alias c_gst_iterator_find_custom gst_iterator_find_custom;
4353 alias c_gst_iterator_fold gst_iterator_fold;
4354 alias c_gst_iterator_foreach gst_iterator_foreach;
4355 alias c_gst_iterator_free gst_iterator_free;
4356 alias c_gst_iterator_next gst_iterator_next;
4357 alias c_gst_iterator_push gst_iterator_push;
4358 alias c_gst_iterator_resync gst_iterator_resync;
4359 
4360 // gstreamer.Memory
4361 
4362 alias c_gst_memory_get_type gst_memory_get_type;
4363 alias c_gst_memory_new_wrapped gst_memory_new_wrapped;
4364 alias c_gst_memory_copy gst_memory_copy;
4365 alias c_gst_memory_get_sizes gst_memory_get_sizes;
4366 alias c_gst_memory_init gst_memory_init;
4367 alias c_gst_memory_is_span gst_memory_is_span;
4368 alias c_gst_memory_is_type gst_memory_is_type;
4369 alias c_gst_memory_make_mapped gst_memory_make_mapped;
4370 alias c_gst_memory_map gst_memory_map;
4371 alias c_gst_memory_resize gst_memory_resize;
4372 alias c_gst_memory_share gst_memory_share;
4373 alias c_gst_memory_unmap gst_memory_unmap;
4374 
4375 // gstreamer.Message
4376 
4377 alias c_gst_message_get_type gst_message_get_type;
4378 alias c_gst_message_new_application gst_message_new_application;
4379 alias c_gst_message_new_async_done gst_message_new_async_done;
4380 alias c_gst_message_new_async_start gst_message_new_async_start;
4381 alias c_gst_message_new_buffering gst_message_new_buffering;
4382 alias c_gst_message_new_clock_lost gst_message_new_clock_lost;
4383 alias c_gst_message_new_clock_provide gst_message_new_clock_provide;
4384 alias c_gst_message_new_custom gst_message_new_custom;
4385 alias c_gst_message_new_device_added gst_message_new_device_added;
4386 alias c_gst_message_new_device_changed gst_message_new_device_changed;
4387 alias c_gst_message_new_device_removed gst_message_new_device_removed;
4388 alias c_gst_message_new_duration_changed gst_message_new_duration_changed;
4389 alias c_gst_message_new_element gst_message_new_element;
4390 alias c_gst_message_new_eos gst_message_new_eos;
4391 alias c_gst_message_new_error gst_message_new_error;
4392 alias c_gst_message_new_error_with_details gst_message_new_error_with_details;
4393 alias c_gst_message_new_have_context gst_message_new_have_context;
4394 alias c_gst_message_new_info gst_message_new_info;
4395 alias c_gst_message_new_info_with_details gst_message_new_info_with_details;
4396 alias c_gst_message_new_instant_rate_request gst_message_new_instant_rate_request;
4397 alias c_gst_message_new_latency gst_message_new_latency;
4398 alias c_gst_message_new_need_context gst_message_new_need_context;
4399 alias c_gst_message_new_new_clock gst_message_new_new_clock;
4400 alias c_gst_message_new_progress gst_message_new_progress;
4401 alias c_gst_message_new_property_notify gst_message_new_property_notify;
4402 alias c_gst_message_new_qos gst_message_new_qos;
4403 alias c_gst_message_new_redirect gst_message_new_redirect;
4404 alias c_gst_message_new_request_state gst_message_new_request_state;
4405 alias c_gst_message_new_reset_time gst_message_new_reset_time;
4406 alias c_gst_message_new_segment_done gst_message_new_segment_done;
4407 alias c_gst_message_new_segment_start gst_message_new_segment_start;
4408 alias c_gst_message_new_state_changed gst_message_new_state_changed;
4409 alias c_gst_message_new_state_dirty gst_message_new_state_dirty;
4410 alias c_gst_message_new_step_done gst_message_new_step_done;
4411 alias c_gst_message_new_step_start gst_message_new_step_start;
4412 alias c_gst_message_new_stream_collection gst_message_new_stream_collection;
4413 alias c_gst_message_new_stream_start gst_message_new_stream_start;
4414 alias c_gst_message_new_stream_status gst_message_new_stream_status;
4415 alias c_gst_message_new_streams_selected gst_message_new_streams_selected;
4416 alias c_gst_message_new_structure_change gst_message_new_structure_change;
4417 alias c_gst_message_new_tag gst_message_new_tag;
4418 alias c_gst_message_new_toc gst_message_new_toc;
4419 alias c_gst_message_new_warning gst_message_new_warning;
4420 alias c_gst_message_new_warning_with_details gst_message_new_warning_with_details;
4421 alias c_gst_message_add_redirect_entry gst_message_add_redirect_entry;
4422 alias c_gst_message_copy gst_message_copy;
4423 alias c_gst_message_get_num_redirect_entries gst_message_get_num_redirect_entries;
4424 alias c_gst_message_get_seqnum gst_message_get_seqnum;
4425 alias c_gst_message_get_stream_status_object gst_message_get_stream_status_object;
4426 alias c_gst_message_get_structure gst_message_get_structure;
4427 alias c_gst_message_has_name gst_message_has_name;
4428 alias c_gst_message_parse_async_done gst_message_parse_async_done;
4429 alias c_gst_message_parse_buffering gst_message_parse_buffering;
4430 alias c_gst_message_parse_buffering_stats gst_message_parse_buffering_stats;
4431 alias c_gst_message_parse_clock_lost gst_message_parse_clock_lost;
4432 alias c_gst_message_parse_clock_provide gst_message_parse_clock_provide;
4433 alias c_gst_message_parse_context_type gst_message_parse_context_type;
4434 alias c_gst_message_parse_device_added gst_message_parse_device_added;
4435 alias c_gst_message_parse_device_changed gst_message_parse_device_changed;
4436 alias c_gst_message_parse_device_removed gst_message_parse_device_removed;
4437 alias c_gst_message_parse_error gst_message_parse_error;
4438 alias c_gst_message_parse_error_details gst_message_parse_error_details;
4439 alias c_gst_message_parse_group_id gst_message_parse_group_id;
4440 alias c_gst_message_parse_have_context gst_message_parse_have_context;
4441 alias c_gst_message_parse_info gst_message_parse_info;
4442 alias c_gst_message_parse_info_details gst_message_parse_info_details;
4443 alias c_gst_message_parse_instant_rate_request gst_message_parse_instant_rate_request;
4444 alias c_gst_message_parse_new_clock gst_message_parse_new_clock;
4445 alias c_gst_message_parse_progress gst_message_parse_progress;
4446 alias c_gst_message_parse_property_notify gst_message_parse_property_notify;
4447 alias c_gst_message_parse_qos gst_message_parse_qos;
4448 alias c_gst_message_parse_qos_stats gst_message_parse_qos_stats;
4449 alias c_gst_message_parse_qos_values gst_message_parse_qos_values;
4450 alias c_gst_message_parse_redirect_entry gst_message_parse_redirect_entry;
4451 alias c_gst_message_parse_request_state gst_message_parse_request_state;
4452 alias c_gst_message_parse_reset_time gst_message_parse_reset_time;
4453 alias c_gst_message_parse_segment_done gst_message_parse_segment_done;
4454 alias c_gst_message_parse_segment_start gst_message_parse_segment_start;
4455 alias c_gst_message_parse_state_changed gst_message_parse_state_changed;
4456 alias c_gst_message_parse_step_done gst_message_parse_step_done;
4457 alias c_gst_message_parse_step_start gst_message_parse_step_start;
4458 alias c_gst_message_parse_stream_collection gst_message_parse_stream_collection;
4459 alias c_gst_message_parse_stream_status gst_message_parse_stream_status;
4460 alias c_gst_message_parse_streams_selected gst_message_parse_streams_selected;
4461 alias c_gst_message_parse_structure_change gst_message_parse_structure_change;
4462 alias c_gst_message_parse_tag gst_message_parse_tag;
4463 alias c_gst_message_parse_toc gst_message_parse_toc;
4464 alias c_gst_message_parse_warning gst_message_parse_warning;
4465 alias c_gst_message_parse_warning_details gst_message_parse_warning_details;
4466 alias c_gst_message_set_buffering_stats gst_message_set_buffering_stats;
4467 alias c_gst_message_set_group_id gst_message_set_group_id;
4468 alias c_gst_message_set_qos_stats gst_message_set_qos_stats;
4469 alias c_gst_message_set_qos_values gst_message_set_qos_values;
4470 alias c_gst_message_set_seqnum gst_message_set_seqnum;
4471 alias c_gst_message_set_stream_status_object gst_message_set_stream_status_object;
4472 alias c_gst_message_streams_selected_add gst_message_streams_selected_add;
4473 alias c_gst_message_streams_selected_get_size gst_message_streams_selected_get_size;
4474 alias c_gst_message_streams_selected_get_stream gst_message_streams_selected_get_stream;
4475 alias c_gst_message_writable_structure gst_message_writable_structure;
4476 alias c_gst_message_replace gst_message_replace;
4477 alias c_gst_message_type_get_name gst_message_type_get_name;
4478 alias c_gst_message_type_to_quark gst_message_type_to_quark;
4479 
4480 // gstreamer.Meta
4481 
4482 alias c_gst_meta_compare_seqnum gst_meta_compare_seqnum;
4483 alias c_gst_meta_get_seqnum gst_meta_get_seqnum;
4484 alias c_gst_meta_api_type_get_tags gst_meta_api_type_get_tags;
4485 alias c_gst_meta_api_type_has_tag gst_meta_api_type_has_tag;
4486 alias c_gst_meta_api_type_register gst_meta_api_type_register;
4487 alias c_gst_meta_get_info gst_meta_get_info;
4488 alias c_gst_meta_register gst_meta_register;
4489 
4490 // gstreamer.MiniObject
4491 
4492 alias c_gst_mini_object_add_parent gst_mini_object_add_parent;
4493 alias c_gst_mini_object_copy gst_mini_object_copy;
4494 alias c_gst_mini_object_get_qdata gst_mini_object_get_qdata;
4495 alias c_gst_mini_object_init gst_mini_object_init;
4496 alias c_gst_mini_object_is_writable gst_mini_object_is_writable;
4497 alias c_gst_mini_object_lock gst_mini_object_lock;
4498 alias c_gst_mini_object_make_writable gst_mini_object_make_writable;
4499 alias c_gst_mini_object_ref gst_mini_object_ref;
4500 alias c_gst_mini_object_remove_parent gst_mini_object_remove_parent;
4501 alias c_gst_mini_object_set_qdata gst_mini_object_set_qdata;
4502 alias c_gst_mini_object_steal_qdata gst_mini_object_steal_qdata;
4503 alias c_gst_mini_object_unlock gst_mini_object_unlock;
4504 alias c_gst_mini_object_unref gst_mini_object_unref;
4505 alias c_gst_mini_object_weak_ref gst_mini_object_weak_ref;
4506 alias c_gst_mini_object_weak_unref gst_mini_object_weak_unref;
4507 alias c_gst_mini_object_replace gst_mini_object_replace;
4508 alias c_gst_mini_object_steal gst_mini_object_steal;
4509 alias c_gst_mini_object_take gst_mini_object_take;
4510 
4511 // gstreamer.ObjectGst
4512 
4513 alias c_gst_object_get_type gst_object_get_type;
4514 alias c_gst_object_check_uniqueness gst_object_check_uniqueness;
4515 alias c_gst_object_default_deep_notify gst_object_default_deep_notify;
4516 alias c_gst_object_ref_sink gst_object_ref_sink;
4517 alias c_gst_object_replace gst_object_replace;
4518 alias c_gst_object_add_control_binding gst_object_add_control_binding;
4519 alias c_gst_object_default_error gst_object_default_error;
4520 alias c_gst_object_get_control_binding gst_object_get_control_binding;
4521 alias c_gst_object_get_control_rate gst_object_get_control_rate;
4522 alias c_gst_object_get_g_value_array gst_object_get_g_value_array;
4523 alias c_gst_object_get_name gst_object_get_name;
4524 alias c_gst_object_get_parent gst_object_get_parent;
4525 alias c_gst_object_get_path_string gst_object_get_path_string;
4526 alias c_gst_object_get_value gst_object_get_value;
4527 alias c_gst_object_get_value_array gst_object_get_value_array;
4528 alias c_gst_object_has_active_control_bindings gst_object_has_active_control_bindings;
4529 alias c_gst_object_has_ancestor gst_object_has_ancestor;
4530 alias c_gst_object_has_as_ancestor gst_object_has_as_ancestor;
4531 alias c_gst_object_has_as_parent gst_object_has_as_parent;
4532 alias c_gst_object_ref gst_object_ref;
4533 alias c_gst_object_remove_control_binding gst_object_remove_control_binding;
4534 alias c_gst_object_set_control_binding_disabled gst_object_set_control_binding_disabled;
4535 alias c_gst_object_set_control_bindings_disabled gst_object_set_control_bindings_disabled;
4536 alias c_gst_object_set_control_rate gst_object_set_control_rate;
4537 alias c_gst_object_set_name gst_object_set_name;
4538 alias c_gst_object_set_parent gst_object_set_parent;
4539 alias c_gst_object_suggest_next_sync gst_object_suggest_next_sync;
4540 alias c_gst_object_sync_values gst_object_sync_values;
4541 alias c_gst_object_unparent gst_object_unparent;
4542 alias c_gst_object_unref gst_object_unref;
4543 
4544 // gstreamer.Pad
4545 
4546 alias c_gst_pad_get_type gst_pad_get_type;
4547 alias c_gst_pad_new gst_pad_new;
4548 alias c_gst_pad_new_from_static_template gst_pad_new_from_static_template;
4549 alias c_gst_pad_new_from_template gst_pad_new_from_template;
4550 alias c_gst_pad_link_get_name gst_pad_link_get_name;
4551 alias c_gst_pad_activate_mode gst_pad_activate_mode;
4552 alias c_gst_pad_add_probe gst_pad_add_probe;
4553 alias c_gst_pad_can_link gst_pad_can_link;
4554 alias c_gst_pad_chain gst_pad_chain;
4555 alias c_gst_pad_chain_list gst_pad_chain_list;
4556 alias c_gst_pad_check_reconfigure gst_pad_check_reconfigure;
4557 alias c_gst_pad_create_stream_id gst_pad_create_stream_id;
4558 alias c_gst_pad_create_stream_id_printf gst_pad_create_stream_id_printf;
4559 alias c_gst_pad_create_stream_id_printf_valist gst_pad_create_stream_id_printf_valist;
4560 alias c_gst_pad_event_default gst_pad_event_default;
4561 alias c_gst_pad_forward gst_pad_forward;
4562 alias c_gst_pad_get_allowed_caps gst_pad_get_allowed_caps;
4563 alias c_gst_pad_get_current_caps gst_pad_get_current_caps;
4564 alias c_gst_pad_get_direction gst_pad_get_direction;
4565 alias c_gst_pad_get_element_private gst_pad_get_element_private;
4566 alias c_gst_pad_get_last_flow_return gst_pad_get_last_flow_return;
4567 alias c_gst_pad_get_offset gst_pad_get_offset;
4568 alias c_gst_pad_get_pad_template gst_pad_get_pad_template;
4569 alias c_gst_pad_get_pad_template_caps gst_pad_get_pad_template_caps;
4570 alias c_gst_pad_get_parent_element gst_pad_get_parent_element;
4571 alias c_gst_pad_get_peer gst_pad_get_peer;
4572 alias c_gst_pad_get_range gst_pad_get_range;
4573 alias c_gst_pad_get_single_internal_link gst_pad_get_single_internal_link;
4574 alias c_gst_pad_get_sticky_event gst_pad_get_sticky_event;
4575 alias c_gst_pad_get_stream gst_pad_get_stream;
4576 alias c_gst_pad_get_stream_id gst_pad_get_stream_id;
4577 alias c_gst_pad_get_task_state gst_pad_get_task_state;
4578 alias c_gst_pad_has_current_caps gst_pad_has_current_caps;
4579 alias c_gst_pad_is_active gst_pad_is_active;
4580 alias c_gst_pad_is_blocked gst_pad_is_blocked;
4581 alias c_gst_pad_is_blocking gst_pad_is_blocking;
4582 alias c_gst_pad_is_linked gst_pad_is_linked;
4583 alias c_gst_pad_iterate_internal_links gst_pad_iterate_internal_links;
4584 alias c_gst_pad_iterate_internal_links_default gst_pad_iterate_internal_links_default;
4585 alias c_gst_pad_link gst_pad_link;
4586 alias c_gst_pad_link_full gst_pad_link_full;
4587 alias c_gst_pad_link_maybe_ghosting gst_pad_link_maybe_ghosting;
4588 alias c_gst_pad_link_maybe_ghosting_full gst_pad_link_maybe_ghosting_full;
4589 alias c_gst_pad_mark_reconfigure gst_pad_mark_reconfigure;
4590 alias c_gst_pad_needs_reconfigure gst_pad_needs_reconfigure;
4591 alias c_gst_pad_pause_task gst_pad_pause_task;
4592 alias c_gst_pad_peer_query gst_pad_peer_query;
4593 alias c_gst_pad_peer_query_accept_caps gst_pad_peer_query_accept_caps;
4594 alias c_gst_pad_peer_query_caps gst_pad_peer_query_caps;
4595 alias c_gst_pad_peer_query_convert gst_pad_peer_query_convert;
4596 alias c_gst_pad_peer_query_duration gst_pad_peer_query_duration;
4597 alias c_gst_pad_peer_query_position gst_pad_peer_query_position;
4598 alias c_gst_pad_proxy_query_accept_caps gst_pad_proxy_query_accept_caps;
4599 alias c_gst_pad_proxy_query_caps gst_pad_proxy_query_caps;
4600 alias c_gst_pad_pull_range gst_pad_pull_range;
4601 alias c_gst_pad_push gst_pad_push;
4602 alias c_gst_pad_push_event gst_pad_push_event;
4603 alias c_gst_pad_push_list gst_pad_push_list;
4604 alias c_gst_pad_query gst_pad_query;
4605 alias c_gst_pad_query_accept_caps gst_pad_query_accept_caps;
4606 alias c_gst_pad_query_caps gst_pad_query_caps;
4607 alias c_gst_pad_query_convert gst_pad_query_convert;
4608 alias c_gst_pad_query_default gst_pad_query_default;
4609 alias c_gst_pad_query_duration gst_pad_query_duration;
4610 alias c_gst_pad_query_position gst_pad_query_position;
4611 alias c_gst_pad_remove_probe gst_pad_remove_probe;
4612 alias c_gst_pad_send_event gst_pad_send_event;
4613 alias c_gst_pad_set_activate_function_full gst_pad_set_activate_function_full;
4614 alias c_gst_pad_set_activatemode_function_full gst_pad_set_activatemode_function_full;
4615 alias c_gst_pad_set_active gst_pad_set_active;
4616 alias c_gst_pad_set_chain_function_full gst_pad_set_chain_function_full;
4617 alias c_gst_pad_set_chain_list_function_full gst_pad_set_chain_list_function_full;
4618 alias c_gst_pad_set_element_private gst_pad_set_element_private;
4619 alias c_gst_pad_set_event_full_function_full gst_pad_set_event_full_function_full;
4620 alias c_gst_pad_set_event_function_full gst_pad_set_event_function_full;
4621 alias c_gst_pad_set_getrange_function_full gst_pad_set_getrange_function_full;
4622 alias c_gst_pad_set_iterate_internal_links_function_full gst_pad_set_iterate_internal_links_function_full;
4623 alias c_gst_pad_set_link_function_full gst_pad_set_link_function_full;
4624 alias c_gst_pad_set_offset gst_pad_set_offset;
4625 alias c_gst_pad_set_query_function_full gst_pad_set_query_function_full;
4626 alias c_gst_pad_set_unlink_function_full gst_pad_set_unlink_function_full;
4627 alias c_gst_pad_start_task gst_pad_start_task;
4628 alias c_gst_pad_sticky_events_foreach gst_pad_sticky_events_foreach;
4629 alias c_gst_pad_stop_task gst_pad_stop_task;
4630 alias c_gst_pad_store_sticky_event gst_pad_store_sticky_event;
4631 alias c_gst_pad_unlink gst_pad_unlink;
4632 alias c_gst_pad_use_fixed_caps gst_pad_use_fixed_caps;
4633 alias c_gst_flow_get_name gst_flow_get_name;
4634 alias c_gst_flow_to_quark gst_flow_to_quark;
4635 alias c_gst_pad_mode_get_name gst_pad_mode_get_name;
4636 
4637 // gstreamer.PadProbeInfo
4638 
4639 alias c_gst_pad_probe_info_get_buffer gst_pad_probe_info_get_buffer;
4640 alias c_gst_pad_probe_info_get_buffer_list gst_pad_probe_info_get_buffer_list;
4641 alias c_gst_pad_probe_info_get_event gst_pad_probe_info_get_event;
4642 alias c_gst_pad_probe_info_get_query gst_pad_probe_info_get_query;
4643 
4644 // gstreamer.PadTemplate
4645 
4646 alias c_gst_pad_template_get_type gst_pad_template_get_type;
4647 alias c_gst_pad_template_new gst_pad_template_new;
4648 alias c_gst_pad_template_new_from_static_pad_template_with_gtype gst_pad_template_new_from_static_pad_template_with_gtype;
4649 alias c_gst_pad_template_new_with_gtype gst_pad_template_new_with_gtype;
4650 alias c_gst_pad_template_get_caps gst_pad_template_get_caps;
4651 alias c_gst_pad_template_get_documentation_caps gst_pad_template_get_documentation_caps;
4652 alias c_gst_pad_template_pad_created gst_pad_template_pad_created;
4653 alias c_gst_pad_template_set_documentation_caps gst_pad_template_set_documentation_caps;
4654 
4655 // gstreamer.ParamArray
4656 
4657 alias c_gst_param_spec_array_get_type gst_param_spec_array_get_type;
4658 
4659 // gstreamer.ParamFraction
4660 
4661 alias c_gst_param_spec_fraction_get_type gst_param_spec_fraction_get_type;
4662 
4663 // gstreamer.ParamSpecFraction
4664 
4665 alias c_gst_param_spec_fraction gst_param_spec_fraction;
4666 
4667 // gstreamer.ParentBufferMeta
4668 
4669 alias c_gst_parent_buffer_meta_get_info gst_parent_buffer_meta_get_info;
4670 alias c_gst_parent_buffer_meta_api_get_type gst_parent_buffer_meta_api_get_type;
4671 
4672 // gstreamer.ParseContext
4673 
4674 alias c_gst_parse_context_get_type gst_parse_context_get_type;
4675 alias c_gst_parse_context_new gst_parse_context_new;
4676 alias c_gst_parse_context_copy gst_parse_context_copy;
4677 alias c_gst_parse_context_free gst_parse_context_free;
4678 alias c_gst_parse_context_get_missing_elements gst_parse_context_get_missing_elements;
4679 
4680 // gstreamer.Pipeline
4681 
4682 alias c_gst_pipeline_get_type gst_pipeline_get_type;
4683 alias c_gst_pipeline_new gst_pipeline_new;
4684 alias c_gst_pipeline_auto_clock gst_pipeline_auto_clock;
4685 alias c_gst_pipeline_get_auto_flush_bus gst_pipeline_get_auto_flush_bus;
4686 alias c_gst_pipeline_get_bus gst_pipeline_get_bus;
4687 alias c_gst_pipeline_get_clock gst_pipeline_get_clock;
4688 alias c_gst_pipeline_get_delay gst_pipeline_get_delay;
4689 alias c_gst_pipeline_get_latency gst_pipeline_get_latency;
4690 alias c_gst_pipeline_get_pipeline_clock gst_pipeline_get_pipeline_clock;
4691 alias c_gst_pipeline_set_auto_flush_bus gst_pipeline_set_auto_flush_bus;
4692 alias c_gst_pipeline_set_clock gst_pipeline_set_clock;
4693 alias c_gst_pipeline_set_delay gst_pipeline_set_delay;
4694 alias c_gst_pipeline_set_latency gst_pipeline_set_latency;
4695 alias c_gst_pipeline_use_clock gst_pipeline_use_clock;
4696 
4697 // gstreamer.Plugin
4698 
4699 alias c_gst_plugin_get_type gst_plugin_get_type;
4700 alias c_gst_plugin_list_free gst_plugin_list_free;
4701 alias c_gst_plugin_load_by_name gst_plugin_load_by_name;
4702 alias c_gst_plugin_load_file gst_plugin_load_file;
4703 alias c_gst_plugin_register_static gst_plugin_register_static;
4704 alias c_gst_plugin_register_static_full gst_plugin_register_static_full;
4705 alias c_gst_plugin_add_dependency gst_plugin_add_dependency;
4706 alias c_gst_plugin_add_dependency_simple gst_plugin_add_dependency_simple;
4707 alias c_gst_plugin_get_cache_data gst_plugin_get_cache_data;
4708 alias c_gst_plugin_get_description gst_plugin_get_description;
4709 alias c_gst_plugin_get_filename gst_plugin_get_filename;
4710 alias c_gst_plugin_get_license gst_plugin_get_license;
4711 alias c_gst_plugin_get_name gst_plugin_get_name;
4712 alias c_gst_plugin_get_origin gst_plugin_get_origin;
4713 alias c_gst_plugin_get_package gst_plugin_get_package;
4714 alias c_gst_plugin_get_release_date_string gst_plugin_get_release_date_string;
4715 alias c_gst_plugin_get_source gst_plugin_get_source;
4716 alias c_gst_plugin_get_version gst_plugin_get_version;
4717 alias c_gst_plugin_is_loaded gst_plugin_is_loaded;
4718 alias c_gst_plugin_load gst_plugin_load;
4719 alias c_gst_plugin_set_cache_data gst_plugin_set_cache_data;
4720 alias c_gst_plugin_error_quark gst_plugin_error_quark;
4721 
4722 // gstreamer.PluginFeature
4723 
4724 alias c_gst_plugin_feature_get_type gst_plugin_feature_get_type;
4725 alias c_gst_plugin_feature_list_copy gst_plugin_feature_list_copy;
4726 alias c_gst_plugin_feature_list_debug gst_plugin_feature_list_debug;
4727 alias c_gst_plugin_feature_list_free gst_plugin_feature_list_free;
4728 alias c_gst_plugin_feature_rank_compare_func gst_plugin_feature_rank_compare_func;
4729 alias c_gst_plugin_feature_check_version gst_plugin_feature_check_version;
4730 alias c_gst_plugin_feature_get_plugin gst_plugin_feature_get_plugin;
4731 alias c_gst_plugin_feature_get_plugin_name gst_plugin_feature_get_plugin_name;
4732 alias c_gst_plugin_feature_get_rank gst_plugin_feature_get_rank;
4733 alias c_gst_plugin_feature_load gst_plugin_feature_load;
4734 alias c_gst_plugin_feature_set_rank gst_plugin_feature_set_rank;
4735 
4736 // gstreamer.Poll
4737 
4738 alias c_gst_poll_add_fd gst_poll_add_fd;
4739 alias c_gst_poll_fd_can_read gst_poll_fd_can_read;
4740 alias c_gst_poll_fd_can_write gst_poll_fd_can_write;
4741 alias c_gst_poll_fd_ctl_pri gst_poll_fd_ctl_pri;
4742 alias c_gst_poll_fd_ctl_read gst_poll_fd_ctl_read;
4743 alias c_gst_poll_fd_ctl_write gst_poll_fd_ctl_write;
4744 alias c_gst_poll_fd_has_closed gst_poll_fd_has_closed;
4745 alias c_gst_poll_fd_has_error gst_poll_fd_has_error;
4746 alias c_gst_poll_fd_has_pri gst_poll_fd_has_pri;
4747 alias c_gst_poll_fd_ignored gst_poll_fd_ignored;
4748 alias c_gst_poll_free gst_poll_free;
4749 alias c_gst_poll_get_read_gpollfd gst_poll_get_read_gpollfd;
4750 alias c_gst_poll_read_control gst_poll_read_control;
4751 alias c_gst_poll_remove_fd gst_poll_remove_fd;
4752 alias c_gst_poll_restart gst_poll_restart;
4753 alias c_gst_poll_set_controllable gst_poll_set_controllable;
4754 alias c_gst_poll_set_flushing gst_poll_set_flushing;
4755 alias c_gst_poll_wait gst_poll_wait;
4756 alias c_gst_poll_write_control gst_poll_write_control;
4757 alias c_gst_poll_new gst_poll_new;
4758 alias c_gst_poll_new_timer gst_poll_new_timer;
4759 
4760 // gstreamer.PollFD
4761 
4762 alias c_gst_poll_fd_init gst_poll_fd_init;
4763 
4764 // gstreamer.Preset
4765 
4766 alias c_gst_preset_get_type gst_preset_get_type;
4767 alias c_gst_preset_get_app_dir gst_preset_get_app_dir;
4768 alias c_gst_preset_set_app_dir gst_preset_set_app_dir;
4769 alias c_gst_preset_delete_preset gst_preset_delete_preset;
4770 alias c_gst_preset_get_meta gst_preset_get_meta;
4771 alias c_gst_preset_get_preset_names gst_preset_get_preset_names;
4772 alias c_gst_preset_get_property_names gst_preset_get_property_names;
4773 alias c_gst_preset_is_editable gst_preset_is_editable;
4774 alias c_gst_preset_load_preset gst_preset_load_preset;
4775 alias c_gst_preset_rename_preset gst_preset_rename_preset;
4776 alias c_gst_preset_save_preset gst_preset_save_preset;
4777 alias c_gst_preset_set_meta gst_preset_set_meta;
4778 
4779 // gstreamer.Promise
4780 
4781 alias c_gst_promise_get_type gst_promise_get_type;
4782 alias c_gst_promise_new gst_promise_new;
4783 alias c_gst_promise_new_with_change_func gst_promise_new_with_change_func;
4784 alias c_gst_promise_expire gst_promise_expire;
4785 alias c_gst_promise_get_reply gst_promise_get_reply;
4786 alias c_gst_promise_interrupt gst_promise_interrupt;
4787 alias c_gst_promise_reply gst_promise_reply;
4788 alias c_gst_promise_wait gst_promise_wait;
4789 
4790 // gstreamer.ProtectionMeta
4791 
4792 alias c_gst_protection_meta_get_info gst_protection_meta_get_info;
4793 alias c_gst_protection_meta_api_get_type gst_protection_meta_api_get_type;
4794 alias c_gst_protection_select_system gst_protection_select_system;
4795 
4796 // gstreamer.ProxyPad
4797 
4798 alias c_gst_proxy_pad_get_type gst_proxy_pad_get_type;
4799 alias c_gst_proxy_pad_chain_default gst_proxy_pad_chain_default;
4800 alias c_gst_proxy_pad_chain_list_default gst_proxy_pad_chain_list_default;
4801 alias c_gst_proxy_pad_getrange_default gst_proxy_pad_getrange_default;
4802 alias c_gst_proxy_pad_iterate_internal_links_default gst_proxy_pad_iterate_internal_links_default;
4803 alias c_gst_proxy_pad_get_internal gst_proxy_pad_get_internal;
4804 
4805 // gstreamer.Query
4806 
4807 alias c_gst_query_get_type gst_query_get_type;
4808 alias c_gst_query_new_accept_caps gst_query_new_accept_caps;
4809 alias c_gst_query_new_allocation gst_query_new_allocation;
4810 alias c_gst_query_new_bitrate gst_query_new_bitrate;
4811 alias c_gst_query_new_buffering gst_query_new_buffering;
4812 alias c_gst_query_new_caps gst_query_new_caps;
4813 alias c_gst_query_new_context gst_query_new_context;
4814 alias c_gst_query_new_convert gst_query_new_convert;
4815 alias c_gst_query_new_custom gst_query_new_custom;
4816 alias c_gst_query_new_drain gst_query_new_drain;
4817 alias c_gst_query_new_duration gst_query_new_duration;
4818 alias c_gst_query_new_formats gst_query_new_formats;
4819 alias c_gst_query_new_latency gst_query_new_latency;
4820 alias c_gst_query_new_position gst_query_new_position;
4821 alias c_gst_query_new_scheduling gst_query_new_scheduling;
4822 alias c_gst_query_new_seeking gst_query_new_seeking;
4823 alias c_gst_query_new_segment gst_query_new_segment;
4824 alias c_gst_query_new_uri gst_query_new_uri;
4825 alias c_gst_query_add_allocation_meta gst_query_add_allocation_meta;
4826 alias c_gst_query_add_allocation_param gst_query_add_allocation_param;
4827 alias c_gst_query_add_allocation_pool gst_query_add_allocation_pool;
4828 alias c_gst_query_add_buffering_range gst_query_add_buffering_range;
4829 alias c_gst_query_add_scheduling_mode gst_query_add_scheduling_mode;
4830 alias c_gst_query_find_allocation_meta gst_query_find_allocation_meta;
4831 alias c_gst_query_get_n_allocation_metas gst_query_get_n_allocation_metas;
4832 alias c_gst_query_get_n_allocation_params gst_query_get_n_allocation_params;
4833 alias c_gst_query_get_n_allocation_pools gst_query_get_n_allocation_pools;
4834 alias c_gst_query_get_n_buffering_ranges gst_query_get_n_buffering_ranges;
4835 alias c_gst_query_get_n_scheduling_modes gst_query_get_n_scheduling_modes;
4836 alias c_gst_query_get_structure gst_query_get_structure;
4837 alias c_gst_query_has_scheduling_mode gst_query_has_scheduling_mode;
4838 alias c_gst_query_has_scheduling_mode_with_flags gst_query_has_scheduling_mode_with_flags;
4839 alias c_gst_query_parse_accept_caps gst_query_parse_accept_caps;
4840 alias c_gst_query_parse_accept_caps_result gst_query_parse_accept_caps_result;
4841 alias c_gst_query_parse_allocation gst_query_parse_allocation;
4842 alias c_gst_query_parse_bitrate gst_query_parse_bitrate;
4843 alias c_gst_query_parse_buffering_percent gst_query_parse_buffering_percent;
4844 alias c_gst_query_parse_buffering_range gst_query_parse_buffering_range;
4845 alias c_gst_query_parse_buffering_stats gst_query_parse_buffering_stats;
4846 alias c_gst_query_parse_caps gst_query_parse_caps;
4847 alias c_gst_query_parse_caps_result gst_query_parse_caps_result;
4848 alias c_gst_query_parse_context gst_query_parse_context;
4849 alias c_gst_query_parse_context_type gst_query_parse_context_type;
4850 alias c_gst_query_parse_convert gst_query_parse_convert;
4851 alias c_gst_query_parse_duration gst_query_parse_duration;
4852 alias c_gst_query_parse_latency gst_query_parse_latency;
4853 alias c_gst_query_parse_n_formats gst_query_parse_n_formats;
4854 alias c_gst_query_parse_nth_allocation_meta gst_query_parse_nth_allocation_meta;
4855 alias c_gst_query_parse_nth_allocation_param gst_query_parse_nth_allocation_param;
4856 alias c_gst_query_parse_nth_allocation_pool gst_query_parse_nth_allocation_pool;
4857 alias c_gst_query_parse_nth_buffering_range gst_query_parse_nth_buffering_range;
4858 alias c_gst_query_parse_nth_format gst_query_parse_nth_format;
4859 alias c_gst_query_parse_nth_scheduling_mode gst_query_parse_nth_scheduling_mode;
4860 alias c_gst_query_parse_position gst_query_parse_position;
4861 alias c_gst_query_parse_scheduling gst_query_parse_scheduling;
4862 alias c_gst_query_parse_seeking gst_query_parse_seeking;
4863 alias c_gst_query_parse_segment gst_query_parse_segment;
4864 alias c_gst_query_parse_uri gst_query_parse_uri;
4865 alias c_gst_query_parse_uri_redirection gst_query_parse_uri_redirection;
4866 alias c_gst_query_parse_uri_redirection_permanent gst_query_parse_uri_redirection_permanent;
4867 alias c_gst_query_remove_nth_allocation_meta gst_query_remove_nth_allocation_meta;
4868 alias c_gst_query_remove_nth_allocation_param gst_query_remove_nth_allocation_param;
4869 alias c_gst_query_remove_nth_allocation_pool gst_query_remove_nth_allocation_pool;
4870 alias c_gst_query_set_accept_caps_result gst_query_set_accept_caps_result;
4871 alias c_gst_query_set_bitrate gst_query_set_bitrate;
4872 alias c_gst_query_set_buffering_percent gst_query_set_buffering_percent;
4873 alias c_gst_query_set_buffering_range gst_query_set_buffering_range;
4874 alias c_gst_query_set_buffering_stats gst_query_set_buffering_stats;
4875 alias c_gst_query_set_caps_result gst_query_set_caps_result;
4876 alias c_gst_query_set_context gst_query_set_context;
4877 alias c_gst_query_set_convert gst_query_set_convert;
4878 alias c_gst_query_set_duration gst_query_set_duration;
4879 alias c_gst_query_set_formats gst_query_set_formats;
4880 alias c_gst_query_set_formatsv gst_query_set_formatsv;
4881 alias c_gst_query_set_latency gst_query_set_latency;
4882 alias c_gst_query_set_nth_allocation_param gst_query_set_nth_allocation_param;
4883 alias c_gst_query_set_nth_allocation_pool gst_query_set_nth_allocation_pool;
4884 alias c_gst_query_set_position gst_query_set_position;
4885 alias c_gst_query_set_scheduling gst_query_set_scheduling;
4886 alias c_gst_query_set_seeking gst_query_set_seeking;
4887 alias c_gst_query_set_segment gst_query_set_segment;
4888 alias c_gst_query_set_uri gst_query_set_uri;
4889 alias c_gst_query_set_uri_redirection gst_query_set_uri_redirection;
4890 alias c_gst_query_set_uri_redirection_permanent gst_query_set_uri_redirection_permanent;
4891 alias c_gst_query_writable_structure gst_query_writable_structure;
4892 alias c_gst_query_type_get_flags gst_query_type_get_flags;
4893 alias c_gst_query_type_get_name gst_query_type_get_name;
4894 alias c_gst_query_type_to_quark gst_query_type_to_quark;
4895 
4896 // gstreamer.ReferenceTimestampMeta
4897 
4898 alias c_gst_reference_timestamp_meta_get_info gst_reference_timestamp_meta_get_info;
4899 
4900 // gstreamer.Registry
4901 
4902 alias c_gst_registry_get_type gst_registry_get_type;
4903 alias c_gst_registry_fork_is_enabled gst_registry_fork_is_enabled;
4904 alias c_gst_registry_fork_set_enabled gst_registry_fork_set_enabled;
4905 alias c_gst_registry_get gst_registry_get;
4906 alias c_gst_registry_add_feature gst_registry_add_feature;
4907 alias c_gst_registry_add_plugin gst_registry_add_plugin;
4908 alias c_gst_registry_check_feature_version gst_registry_check_feature_version;
4909 alias c_gst_registry_feature_filter gst_registry_feature_filter;
4910 alias c_gst_registry_find_feature gst_registry_find_feature;
4911 alias c_gst_registry_find_plugin gst_registry_find_plugin;
4912 alias c_gst_registry_get_feature_list gst_registry_get_feature_list;
4913 alias c_gst_registry_get_feature_list_by_plugin gst_registry_get_feature_list_by_plugin;
4914 alias c_gst_registry_get_feature_list_cookie gst_registry_get_feature_list_cookie;
4915 alias c_gst_registry_get_plugin_list gst_registry_get_plugin_list;
4916 alias c_gst_registry_lookup gst_registry_lookup;
4917 alias c_gst_registry_lookup_feature gst_registry_lookup_feature;
4918 alias c_gst_registry_plugin_filter gst_registry_plugin_filter;
4919 alias c_gst_registry_remove_feature gst_registry_remove_feature;
4920 alias c_gst_registry_remove_plugin gst_registry_remove_plugin;
4921 alias c_gst_registry_scan_path gst_registry_scan_path;
4922 
4923 // gstreamer.Sample
4924 
4925 alias c_gst_sample_get_type gst_sample_get_type;
4926 alias c_gst_sample_new gst_sample_new;
4927 alias c_gst_sample_get_buffer gst_sample_get_buffer;
4928 alias c_gst_sample_get_buffer_list gst_sample_get_buffer_list;
4929 alias c_gst_sample_get_caps gst_sample_get_caps;
4930 alias c_gst_sample_get_info gst_sample_get_info;
4931 alias c_gst_sample_get_segment gst_sample_get_segment;
4932 alias c_gst_sample_set_buffer gst_sample_set_buffer;
4933 alias c_gst_sample_set_buffer_list gst_sample_set_buffer_list;
4934 alias c_gst_sample_set_caps gst_sample_set_caps;
4935 alias c_gst_sample_set_info gst_sample_set_info;
4936 alias c_gst_sample_set_segment gst_sample_set_segment;
4937 
4938 // gstreamer.Segment
4939 
4940 alias c_gst_segment_get_type gst_segment_get_type;
4941 alias c_gst_segment_new gst_segment_new;
4942 alias c_gst_segment_clip gst_segment_clip;
4943 alias c_gst_segment_copy gst_segment_copy;
4944 alias c_gst_segment_copy_into gst_segment_copy_into;
4945 alias c_gst_segment_do_seek gst_segment_do_seek;
4946 alias c_gst_segment_free gst_segment_free;
4947 alias c_gst_segment_init gst_segment_init;
4948 alias c_gst_segment_is_equal gst_segment_is_equal;
4949 alias c_gst_segment_offset_running_time gst_segment_offset_running_time;
4950 alias c_gst_segment_position_from_running_time gst_segment_position_from_running_time;
4951 alias c_gst_segment_position_from_running_time_full gst_segment_position_from_running_time_full;
4952 alias c_gst_segment_position_from_stream_time gst_segment_position_from_stream_time;
4953 alias c_gst_segment_position_from_stream_time_full gst_segment_position_from_stream_time_full;
4954 alias c_gst_segment_set_running_time gst_segment_set_running_time;
4955 alias c_gst_segment_to_position gst_segment_to_position;
4956 alias c_gst_segment_to_running_time gst_segment_to_running_time;
4957 alias c_gst_segment_to_running_time_full gst_segment_to_running_time_full;
4958 alias c_gst_segment_to_stream_time gst_segment_to_stream_time;
4959 alias c_gst_segment_to_stream_time_full gst_segment_to_stream_time_full;
4960 
4961 // gstreamer.StaticCaps
4962 
4963 alias c_gst_static_caps_cleanup gst_static_caps_cleanup;
4964 alias c_gst_static_caps_get gst_static_caps_get;
4965 
4966 // gstreamer.StaticPadTemplate
4967 
4968 alias c_gst_static_pad_template_get gst_static_pad_template_get;
4969 alias c_gst_static_pad_template_get_caps gst_static_pad_template_get_caps;
4970 
4971 // gstreamer.Stream
4972 
4973 alias c_gst_stream_get_type gst_stream_get_type;
4974 alias c_gst_stream_new gst_stream_new;
4975 alias c_gst_stream_get_caps gst_stream_get_caps;
4976 alias c_gst_stream_get_stream_flags gst_stream_get_stream_flags;
4977 alias c_gst_stream_get_stream_id gst_stream_get_stream_id;
4978 alias c_gst_stream_get_stream_type gst_stream_get_stream_type;
4979 alias c_gst_stream_get_tags gst_stream_get_tags;
4980 alias c_gst_stream_set_caps gst_stream_set_caps;
4981 alias c_gst_stream_set_stream_flags gst_stream_set_stream_flags;
4982 alias c_gst_stream_set_stream_type gst_stream_set_stream_type;
4983 alias c_gst_stream_set_tags gst_stream_set_tags;
4984 
4985 // gstreamer.StreamCollection
4986 
4987 alias c_gst_stream_collection_get_type gst_stream_collection_get_type;
4988 alias c_gst_stream_collection_new gst_stream_collection_new;
4989 alias c_gst_stream_collection_add_stream gst_stream_collection_add_stream;
4990 alias c_gst_stream_collection_get_size gst_stream_collection_get_size;
4991 alias c_gst_stream_collection_get_stream gst_stream_collection_get_stream;
4992 alias c_gst_stream_collection_get_upstream_id gst_stream_collection_get_upstream_id;
4993 
4994 // gstreamer.Structure
4995 
4996 alias c_gst_structure_get_type gst_structure_get_type;
4997 alias c_gst_structure_from_string gst_structure_from_string;
4998 alias c_gst_structure_new gst_structure_new;
4999 alias c_gst_structure_new_empty gst_structure_new_empty;
5000 alias c_gst_structure_new_from_string gst_structure_new_from_string;
5001 alias c_gst_structure_new_id gst_structure_new_id;
5002 alias c_gst_structure_new_id_empty gst_structure_new_id_empty;
5003 alias c_gst_structure_new_valist gst_structure_new_valist;
5004 alias c_gst_structure_can_intersect gst_structure_can_intersect;
5005 alias c_gst_structure_copy gst_structure_copy;
5006 alias c_gst_structure_filter_and_map_in_place gst_structure_filter_and_map_in_place;
5007 alias c_gst_structure_fixate gst_structure_fixate;
5008 alias c_gst_structure_fixate_field gst_structure_fixate_field;
5009 alias c_gst_structure_fixate_field_boolean gst_structure_fixate_field_boolean;
5010 alias c_gst_structure_fixate_field_nearest_double gst_structure_fixate_field_nearest_double;
5011 alias c_gst_structure_fixate_field_nearest_fraction gst_structure_fixate_field_nearest_fraction;
5012 alias c_gst_structure_fixate_field_nearest_int gst_structure_fixate_field_nearest_int;
5013 alias c_gst_structure_fixate_field_string gst_structure_fixate_field_string;
5014 alias c_gst_structure_foreach gst_structure_foreach;
5015 alias c_gst_structure_free gst_structure_free;
5016 alias c_gst_structure_get gst_structure_get;
5017 alias c_gst_structure_get_array gst_structure_get_array;
5018 alias c_gst_structure_get_boolean gst_structure_get_boolean;
5019 alias c_gst_structure_get_clock_time gst_structure_get_clock_time;
5020 alias c_gst_structure_get_date gst_structure_get_date;
5021 alias c_gst_structure_get_date_time gst_structure_get_date_time;
5022 alias c_gst_structure_get_double gst_structure_get_double;
5023 alias c_gst_structure_get_enum gst_structure_get_enum;
5024 alias c_gst_structure_get_field_type gst_structure_get_field_type;
5025 alias c_gst_structure_get_flagset gst_structure_get_flagset;
5026 alias c_gst_structure_get_fraction gst_structure_get_fraction;
5027 alias c_gst_structure_get_int gst_structure_get_int;
5028 alias c_gst_structure_get_int64 gst_structure_get_int64;
5029 alias c_gst_structure_get_list gst_structure_get_list;
5030 alias c_gst_structure_get_name gst_structure_get_name;
5031 alias c_gst_structure_get_name_id gst_structure_get_name_id;
5032 alias c_gst_structure_get_string gst_structure_get_string;
5033 alias c_gst_structure_get_uint gst_structure_get_uint;
5034 alias c_gst_structure_get_uint64 gst_structure_get_uint64;
5035 alias c_gst_structure_get_valist gst_structure_get_valist;
5036 alias c_gst_structure_get_value gst_structure_get_value;
5037 alias c_gst_structure_has_field gst_structure_has_field;
5038 alias c_gst_structure_has_field_typed gst_structure_has_field_typed;
5039 alias c_gst_structure_has_name gst_structure_has_name;
5040 alias c_gst_structure_id_get gst_structure_id_get;
5041 alias c_gst_structure_id_get_valist gst_structure_id_get_valist;
5042 alias c_gst_structure_id_get_value gst_structure_id_get_value;
5043 alias c_gst_structure_id_has_field gst_structure_id_has_field;
5044 alias c_gst_structure_id_has_field_typed gst_structure_id_has_field_typed;
5045 alias c_gst_structure_id_set gst_structure_id_set;
5046 alias c_gst_structure_id_set_valist gst_structure_id_set_valist;
5047 alias c_gst_structure_id_set_value gst_structure_id_set_value;
5048 alias c_gst_structure_id_take_value gst_structure_id_take_value;
5049 alias c_gst_structure_intersect gst_structure_intersect;
5050 alias c_gst_structure_is_equal gst_structure_is_equal;
5051 alias c_gst_structure_is_subset gst_structure_is_subset;
5052 alias c_gst_structure_map_in_place gst_structure_map_in_place;
5053 alias c_gst_structure_n_fields gst_structure_n_fields;
5054 alias c_gst_structure_nth_field_name gst_structure_nth_field_name;
5055 alias c_gst_structure_remove_all_fields gst_structure_remove_all_fields;
5056 alias c_gst_structure_remove_field gst_structure_remove_field;
5057 alias c_gst_structure_remove_fields gst_structure_remove_fields;
5058 alias c_gst_structure_remove_fields_valist gst_structure_remove_fields_valist;
5059 alias c_gst_structure_set gst_structure_set;
5060 alias c_gst_structure_set_array gst_structure_set_array;
5061 alias c_gst_structure_set_list gst_structure_set_list;
5062 alias c_gst_structure_set_name gst_structure_set_name;
5063 alias c_gst_structure_set_parent_refcount gst_structure_set_parent_refcount;
5064 alias c_gst_structure_set_valist gst_structure_set_valist;
5065 alias c_gst_structure_set_value gst_structure_set_value;
5066 alias c_gst_structure_take_value gst_structure_take_value;
5067 alias c_gst_structure_to_string gst_structure_to_string;
5068 alias c_gst_structure_take gst_structure_take;
5069 
5070 // gstreamer.SystemClock
5071 
5072 alias c_gst_system_clock_get_type gst_system_clock_get_type;
5073 alias c_gst_system_clock_obtain gst_system_clock_obtain;
5074 alias c_gst_system_clock_set_default gst_system_clock_set_default;
5075 
5076 // gstreamer.TagList
5077 
5078 alias c_gst_tag_get_type gst_tag_get_type;
5079 alias c_gst_tag_list_new gst_tag_list_new;
5080 alias c_gst_tag_list_new_empty gst_tag_list_new_empty;
5081 alias c_gst_tag_list_new_from_string gst_tag_list_new_from_string;
5082 alias c_gst_tag_list_new_valist gst_tag_list_new_valist;
5083 alias c_gst_tag_list_add gst_tag_list_add;
5084 alias c_gst_tag_list_add_valist gst_tag_list_add_valist;
5085 alias c_gst_tag_list_add_valist_values gst_tag_list_add_valist_values;
5086 alias c_gst_tag_list_add_value gst_tag_list_add_value;
5087 alias c_gst_tag_list_add_values gst_tag_list_add_values;
5088 alias c_gst_tag_list_copy gst_tag_list_copy;
5089 alias c_gst_tag_list_foreach gst_tag_list_foreach;
5090 alias c_gst_tag_list_get_boolean gst_tag_list_get_boolean;
5091 alias c_gst_tag_list_get_boolean_index gst_tag_list_get_boolean_index;
5092 alias c_gst_tag_list_get_date gst_tag_list_get_date;
5093 alias c_gst_tag_list_get_date_index gst_tag_list_get_date_index;
5094 alias c_gst_tag_list_get_date_time gst_tag_list_get_date_time;
5095 alias c_gst_tag_list_get_date_time_index gst_tag_list_get_date_time_index;
5096 alias c_gst_tag_list_get_double gst_tag_list_get_double;
5097 alias c_gst_tag_list_get_double_index gst_tag_list_get_double_index;
5098 alias c_gst_tag_list_get_float gst_tag_list_get_float;
5099 alias c_gst_tag_list_get_float_index gst_tag_list_get_float_index;
5100 alias c_gst_tag_list_get_int gst_tag_list_get_int;
5101 alias c_gst_tag_list_get_int64 gst_tag_list_get_int64;
5102 alias c_gst_tag_list_get_int64_index gst_tag_list_get_int64_index;
5103 alias c_gst_tag_list_get_int_index gst_tag_list_get_int_index;
5104 alias c_gst_tag_list_get_pointer gst_tag_list_get_pointer;
5105 alias c_gst_tag_list_get_pointer_index gst_tag_list_get_pointer_index;
5106 alias c_gst_tag_list_get_sample gst_tag_list_get_sample;
5107 alias c_gst_tag_list_get_sample_index gst_tag_list_get_sample_index;
5108 alias c_gst_tag_list_get_scope gst_tag_list_get_scope;
5109 alias c_gst_tag_list_get_string gst_tag_list_get_string;
5110 alias c_gst_tag_list_get_string_index gst_tag_list_get_string_index;
5111 alias c_gst_tag_list_get_tag_size gst_tag_list_get_tag_size;
5112 alias c_gst_tag_list_get_uint gst_tag_list_get_uint;
5113 alias c_gst_tag_list_get_uint64 gst_tag_list_get_uint64;
5114 alias c_gst_tag_list_get_uint64_index gst_tag_list_get_uint64_index;
5115 alias c_gst_tag_list_get_uint_index gst_tag_list_get_uint_index;
5116 alias c_gst_tag_list_get_value_index gst_tag_list_get_value_index;
5117 alias c_gst_tag_list_insert gst_tag_list_insert;
5118 alias c_gst_tag_list_is_empty gst_tag_list_is_empty;
5119 alias c_gst_tag_list_is_equal gst_tag_list_is_equal;
5120 alias c_gst_tag_list_merge gst_tag_list_merge;
5121 alias c_gst_tag_list_n_tags gst_tag_list_n_tags;
5122 alias c_gst_tag_list_nth_tag_name gst_tag_list_nth_tag_name;
5123 alias c_gst_tag_list_peek_string_index gst_tag_list_peek_string_index;
5124 alias c_gst_tag_list_remove_tag gst_tag_list_remove_tag;
5125 alias c_gst_tag_list_set_scope gst_tag_list_set_scope;
5126 alias c_gst_tag_list_to_string gst_tag_list_to_string;
5127 alias c_gst_tag_list_copy_value gst_tag_list_copy_value;
5128 alias c_gst_tag_exists gst_tag_exists;
5129 alias c_gst_tag_get_description gst_tag_get_description;
5130 alias c_gst_tag_get_flag gst_tag_get_flag;
5131 alias c_gst_tag_get_nick gst_tag_get_nick;
5132 alias c_gst_tag_is_fixed gst_tag_is_fixed;
5133 alias c_gst_tag_merge_strings_with_comma gst_tag_merge_strings_with_comma;
5134 alias c_gst_tag_merge_use_first gst_tag_merge_use_first;
5135 alias c_gst_tag_register gst_tag_register;
5136 alias c_gst_tag_register_static gst_tag_register_static;
5137 
5138 // gstreamer.TagSetter
5139 
5140 alias c_gst_tag_setter_get_type gst_tag_setter_get_type;
5141 alias c_gst_tag_setter_add_tag_valist gst_tag_setter_add_tag_valist;
5142 alias c_gst_tag_setter_add_tag_valist_values gst_tag_setter_add_tag_valist_values;
5143 alias c_gst_tag_setter_add_tag_value gst_tag_setter_add_tag_value;
5144 alias c_gst_tag_setter_add_tag_values gst_tag_setter_add_tag_values;
5145 alias c_gst_tag_setter_add_tags gst_tag_setter_add_tags;
5146 alias c_gst_tag_setter_get_tag_list gst_tag_setter_get_tag_list;
5147 alias c_gst_tag_setter_get_tag_merge_mode gst_tag_setter_get_tag_merge_mode;
5148 alias c_gst_tag_setter_merge_tags gst_tag_setter_merge_tags;
5149 alias c_gst_tag_setter_reset_tags gst_tag_setter_reset_tags;
5150 alias c_gst_tag_setter_set_tag_merge_mode gst_tag_setter_set_tag_merge_mode;
5151 
5152 // gstreamer.Task
5153 
5154 alias c_gst_task_get_type gst_task_get_type;
5155 alias c_gst_task_new gst_task_new;
5156 alias c_gst_task_cleanup_all gst_task_cleanup_all;
5157 alias c_gst_task_get_pool gst_task_get_pool;
5158 alias c_gst_task_get_state gst_task_get_state;
5159 alias c_gst_task_join gst_task_join;
5160 alias c_gst_task_pause gst_task_pause;
5161 alias c_gst_task_resume gst_task_resume;
5162 alias c_gst_task_set_enter_callback gst_task_set_enter_callback;
5163 alias c_gst_task_set_leave_callback gst_task_set_leave_callback;
5164 alias c_gst_task_set_lock gst_task_set_lock;
5165 alias c_gst_task_set_pool gst_task_set_pool;
5166 alias c_gst_task_set_state gst_task_set_state;
5167 alias c_gst_task_start gst_task_start;
5168 alias c_gst_task_stop gst_task_stop;
5169 
5170 // gstreamer.TaskPool
5171 
5172 alias c_gst_task_pool_get_type gst_task_pool_get_type;
5173 alias c_gst_task_pool_new gst_task_pool_new;
5174 alias c_gst_task_pool_cleanup gst_task_pool_cleanup;
5175 alias c_gst_task_pool_join gst_task_pool_join;
5176 alias c_gst_task_pool_prepare gst_task_pool_prepare;
5177 alias c_gst_task_pool_push gst_task_pool_push;
5178 
5179 // gstreamer.Toc
5180 
5181 alias c_gst_toc_get_type gst_toc_get_type;
5182 alias c_gst_toc_new gst_toc_new;
5183 alias c_gst_toc_append_entry gst_toc_append_entry;
5184 alias c_gst_toc_dump gst_toc_dump;
5185 alias c_gst_toc_find_entry gst_toc_find_entry;
5186 alias c_gst_toc_get_entries gst_toc_get_entries;
5187 alias c_gst_toc_get_scope gst_toc_get_scope;
5188 alias c_gst_toc_get_tags gst_toc_get_tags;
5189 alias c_gst_toc_merge_tags gst_toc_merge_tags;
5190 alias c_gst_toc_set_tags gst_toc_set_tags;
5191 
5192 // gstreamer.TocEntry
5193 
5194 alias c_gst_toc_entry_get_type gst_toc_entry_get_type;
5195 alias c_gst_toc_entry_new gst_toc_entry_new;
5196 alias c_gst_toc_entry_append_sub_entry gst_toc_entry_append_sub_entry;
5197 alias c_gst_toc_entry_get_entry_type gst_toc_entry_get_entry_type;
5198 alias c_gst_toc_entry_get_loop gst_toc_entry_get_loop;
5199 alias c_gst_toc_entry_get_parent gst_toc_entry_get_parent;
5200 alias c_gst_toc_entry_get_start_stop_times gst_toc_entry_get_start_stop_times;
5201 alias c_gst_toc_entry_get_sub_entries gst_toc_entry_get_sub_entries;
5202 alias c_gst_toc_entry_get_tags gst_toc_entry_get_tags;
5203 alias c_gst_toc_entry_get_toc gst_toc_entry_get_toc;
5204 alias c_gst_toc_entry_get_uid gst_toc_entry_get_uid;
5205 alias c_gst_toc_entry_is_alternative gst_toc_entry_is_alternative;
5206 alias c_gst_toc_entry_is_sequence gst_toc_entry_is_sequence;
5207 alias c_gst_toc_entry_merge_tags gst_toc_entry_merge_tags;
5208 alias c_gst_toc_entry_set_loop gst_toc_entry_set_loop;
5209 alias c_gst_toc_entry_set_start_stop_times gst_toc_entry_set_start_stop_times;
5210 alias c_gst_toc_entry_set_tags gst_toc_entry_set_tags;
5211 
5212 // gstreamer.TocSetter
5213 
5214 alias c_gst_toc_setter_get_type gst_toc_setter_get_type;
5215 alias c_gst_toc_setter_get_toc gst_toc_setter_get_toc;
5216 alias c_gst_toc_setter_reset gst_toc_setter_reset;
5217 alias c_gst_toc_setter_set_toc gst_toc_setter_set_toc;
5218 
5219 // gstreamer.Tracer
5220 
5221 alias c_gst_tracer_get_type gst_tracer_get_type;
5222 alias c_gst_tracer_register gst_tracer_register;
5223 
5224 // gstreamer.TracerFactory
5225 
5226 alias c_gst_tracer_factory_get_type gst_tracer_factory_get_type;
5227 alias c_gst_tracer_factory_get_list gst_tracer_factory_get_list;
5228 alias c_gst_tracer_factory_get_tracer_type gst_tracer_factory_get_tracer_type;
5229 
5230 // gstreamer.TracerRecord
5231 
5232 alias c_gst_tracer_record_get_type gst_tracer_record_get_type;
5233 alias c_gst_tracer_record_new gst_tracer_record_new;
5234 alias c_gst_tracer_record_log gst_tracer_record_log;
5235 
5236 // gstreamer.TypeFind
5237 
5238 alias c_gst_type_find_get_length gst_type_find_get_length;
5239 alias c_gst_type_find_peek gst_type_find_peek;
5240 alias c_gst_type_find_suggest gst_type_find_suggest;
5241 alias c_gst_type_find_suggest_simple gst_type_find_suggest_simple;
5242 alias c_gst_type_find_register gst_type_find_register;
5243 alias c_gst_type_find_get_type gst_type_find_get_type;
5244 
5245 // gstreamer.TypeFindFactory
5246 
5247 alias c_gst_type_find_factory_get_type gst_type_find_factory_get_type;
5248 alias c_gst_type_find_factory_get_list gst_type_find_factory_get_list;
5249 alias c_gst_type_find_factory_call_function gst_type_find_factory_call_function;
5250 alias c_gst_type_find_factory_get_caps gst_type_find_factory_get_caps;
5251 alias c_gst_type_find_factory_get_extensions gst_type_find_factory_get_extensions;
5252 alias c_gst_type_find_factory_has_function gst_type_find_factory_has_function;
5253 
5254 // gstreamer.URIHandler
5255 
5256 alias c_gst_uri_handler_get_type gst_uri_handler_get_type;
5257 alias c_gst_uri_handler_get_protocols gst_uri_handler_get_protocols;
5258 alias c_gst_uri_handler_get_uri gst_uri_handler_get_uri;
5259 alias c_gst_uri_handler_get_uri_type gst_uri_handler_get_uri_type;
5260 alias c_gst_uri_handler_set_uri gst_uri_handler_set_uri;
5261 
5262 // gstreamer.Uri
5263 
5264 alias c_gst_uri_get_type gst_uri_get_type;
5265 alias c_gst_uri_new gst_uri_new;
5266 alias c_gst_uri_append_path gst_uri_append_path;
5267 alias c_gst_uri_append_path_segment gst_uri_append_path_segment;
5268 alias c_gst_uri_equal gst_uri_equal;
5269 alias c_gst_uri_from_string_with_base gst_uri_from_string_with_base;
5270 alias c_gst_uri_get_fragment gst_uri_get_fragment;
5271 alias c_gst_uri_get_host gst_uri_get_host;
5272 alias c_gst_uri_get_media_fragment_table gst_uri_get_media_fragment_table;
5273 alias c_gst_uri_get_path gst_uri_get_path;
5274 alias c_gst_uri_get_path_segments gst_uri_get_path_segments;
5275 alias c_gst_uri_get_path_string gst_uri_get_path_string;
5276 alias c_gst_uri_get_port gst_uri_get_port;
5277 alias c_gst_uri_get_query_keys gst_uri_get_query_keys;
5278 alias c_gst_uri_get_query_string gst_uri_get_query_string;
5279 alias c_gst_uri_get_query_table gst_uri_get_query_table;
5280 alias c_gst_uri_get_query_value gst_uri_get_query_value;
5281 alias c_gst_uri_get_scheme gst_uri_get_scheme;
5282 alias c_gst_uri_get_userinfo gst_uri_get_userinfo;
5283 alias c_gst_uri_is_normalized gst_uri_is_normalized;
5284 alias c_gst_uri_is_writable gst_uri_is_writable;
5285 alias c_gst_uri_join gst_uri_join;
5286 alias c_gst_uri_make_writable gst_uri_make_writable;
5287 alias c_gst_uri_new_with_base gst_uri_new_with_base;
5288 alias c_gst_uri_normalize gst_uri_normalize;
5289 alias c_gst_uri_query_has_key gst_uri_query_has_key;
5290 alias c_gst_uri_remove_query_key gst_uri_remove_query_key;
5291 alias c_gst_uri_set_fragment gst_uri_set_fragment;
5292 alias c_gst_uri_set_host gst_uri_set_host;
5293 alias c_gst_uri_set_path gst_uri_set_path;
5294 alias c_gst_uri_set_path_segments gst_uri_set_path_segments;
5295 alias c_gst_uri_set_path_string gst_uri_set_path_string;
5296 alias c_gst_uri_set_port gst_uri_set_port;
5297 alias c_gst_uri_set_query_string gst_uri_set_query_string;
5298 alias c_gst_uri_set_query_table gst_uri_set_query_table;
5299 alias c_gst_uri_set_query_value gst_uri_set_query_value;
5300 alias c_gst_uri_set_scheme gst_uri_set_scheme;
5301 alias c_gst_uri_set_userinfo gst_uri_set_userinfo;
5302 alias c_gst_uri_to_string gst_uri_to_string;
5303 alias c_gst_uri_construct gst_uri_construct;
5304 alias c_gst_uri_from_string gst_uri_from_string;
5305 alias c_gst_uri_from_string_escaped gst_uri_from_string_escaped;
5306 alias c_gst_uri_get_location gst_uri_get_location;
5307 alias c_gst_uri_get_protocol gst_uri_get_protocol;
5308 alias c_gst_uri_has_protocol gst_uri_has_protocol;
5309 alias c_gst_uri_is_valid gst_uri_is_valid;
5310 alias c_gst_uri_join_strings gst_uri_join_strings;
5311 alias c_gst_uri_protocol_is_supported gst_uri_protocol_is_supported;
5312 alias c_gst_uri_protocol_is_valid gst_uri_protocol_is_valid;
5313 alias c_gst_filename_to_uri gst_filename_to_uri;
5314 alias c_gst_uri_error_quark gst_uri_error_quark;
5315 
5316 // gstreamer.ValueArray
5317 
5318 alias c_gst_value_array_get_type gst_value_array_get_type;
5319 alias c_gst_value_array_append_and_take_value gst_value_array_append_and_take_value;
5320 alias c_gst_value_array_append_value gst_value_array_append_value;
5321 alias c_gst_value_array_get_size gst_value_array_get_size;
5322 alias c_gst_value_array_get_value gst_value_array_get_value;
5323 alias c_gst_value_array_init gst_value_array_init;
5324 alias c_gst_value_array_prepend_value gst_value_array_prepend_value;
5325 
5326 // gstreamer.ValueList
5327 
5328 alias c_gst_value_list_get_type gst_value_list_get_type;
5329 alias c_gst_value_list_append_and_take_value gst_value_list_append_and_take_value;
5330 alias c_gst_value_list_append_value gst_value_list_append_value;
5331 alias c_gst_value_list_concat gst_value_list_concat;
5332 alias c_gst_value_list_get_size gst_value_list_get_size;
5333 alias c_gst_value_list_get_value gst_value_list_get_value;
5334 alias c_gst_value_list_init gst_value_list_init;
5335 alias c_gst_value_list_merge gst_value_list_merge;
5336 alias c_gst_value_list_prepend_value gst_value_list_prepend_value;
5337 
5338 // gstreamer.Debug
5339 
5340 alias c_gst_debug_add_log_function gst_debug_add_log_function;
5341 alias c_gst_debug_bin_to_dot_data gst_debug_bin_to_dot_data;
5342 alias c_gst_debug_bin_to_dot_file gst_debug_bin_to_dot_file;
5343 alias c_gst_debug_bin_to_dot_file_with_ts gst_debug_bin_to_dot_file_with_ts;
5344 alias c_gst_debug_construct_term_color gst_debug_construct_term_color;
5345 alias c_gst_debug_construct_win_color gst_debug_construct_win_color;
5346 alias c_gst_debug_get_all_categories gst_debug_get_all_categories;
5347 alias c_gst_debug_get_color_mode gst_debug_get_color_mode;
5348 alias c_gst_debug_get_default_threshold gst_debug_get_default_threshold;
5349 alias c_gst_debug_is_active gst_debug_is_active;
5350 alias c_gst_debug_is_colored gst_debug_is_colored;
5351 alias c_gst_debug_level_get_name gst_debug_level_get_name;
5352 alias c_gst_debug_log gst_debug_log;
5353 alias c_gst_debug_log_default gst_debug_log_default;
5354 alias c_gst_debug_log_valist gst_debug_log_valist;
5355 alias c_gst_debug_print_stack_trace gst_debug_print_stack_trace;
5356 alias c_gst_debug_remove_log_function gst_debug_remove_log_function;
5357 alias c_gst_debug_remove_log_function_by_data gst_debug_remove_log_function_by_data;
5358 alias c_gst_debug_set_active gst_debug_set_active;
5359 alias c_gst_debug_set_color_mode gst_debug_set_color_mode;
5360 alias c_gst_debug_set_color_mode_from_string gst_debug_set_color_mode_from_string;
5361 alias c_gst_debug_set_colored gst_debug_set_colored;
5362 alias c_gst_debug_set_default_threshold gst_debug_set_default_threshold;
5363 alias c_gst_debug_set_threshold_for_name gst_debug_set_threshold_for_name;
5364 alias c_gst_debug_set_threshold_from_string gst_debug_set_threshold_from_string;
5365 alias c_gst_debug_unset_threshold_for_name gst_debug_unset_threshold_for_name;
5366 
5367 // gstreamer.GError
5368 
5369 alias c_gst_error_get_message gst_error_get_message;
5370 
5371 // gstreamer.Format
5372 
5373 alias c_gst_format_get_by_nick gst_format_get_by_nick;
5374 alias c_gst_format_get_details gst_format_get_details;
5375 alias c_gst_format_get_name gst_format_get_name;
5376 alias c_gst_format_iterate_definitions gst_format_iterate_definitions;
5377 alias c_gst_format_register gst_format_register;
5378 alias c_gst_format_to_quark gst_format_to_quark;
5379 alias c_gst_formats_contains gst_formats_contains;
5380 
5381 // gstreamer.GStreamer
5382 
5383 alias c_gst_deinit gst_deinit;
5384 alias c_gst_init gst_init;
5385 alias c_gst_init_check gst_init_check;
5386 alias c_gst_init_get_option_group gst_init_get_option_group;
5387 alias c_gst_is_initialized gst_is_initialized;
5388 alias c_gst_segtrap_is_enabled gst_segtrap_is_enabled;
5389 alias c_gst_segtrap_set_enabled gst_segtrap_set_enabled;
5390 alias c_gst_update_registry gst_update_registry;
5391 alias c_gst_version gst_version;
5392 alias c_gst_version_string gst_version_string;
5393 
5394 // gstreamer.Parse
5395 
5396 alias c_gst_parse_bin_from_description gst_parse_bin_from_description;
5397 alias c_gst_parse_bin_from_description_full gst_parse_bin_from_description_full;
5398 alias c_gst_parse_error_quark gst_parse_error_quark;
5399 alias c_gst_parse_launch gst_parse_launch;
5400 alias c_gst_parse_launch_full gst_parse_launch_full;
5401 alias c_gst_parse_launchv gst_parse_launchv;
5402 alias c_gst_parse_launchv_full gst_parse_launchv_full;
5403 
5404 // gstreamer.Utils
5405 
5406 alias c_gst_util_array_binary_search gst_util_array_binary_search;
5407 alias c_gst_util_double_to_fraction gst_util_double_to_fraction;
5408 alias c_gst_util_dump_mem gst_util_dump_mem;
5409 alias c_gst_util_fraction_add gst_util_fraction_add;
5410 alias c_gst_util_fraction_compare gst_util_fraction_compare;
5411 alias c_gst_util_fraction_multiply gst_util_fraction_multiply;
5412 alias c_gst_util_fraction_to_double gst_util_fraction_to_double;
5413 alias c_gst_util_gdouble_to_guint64 gst_util_gdouble_to_guint64;
5414 alias c_gst_util_get_timestamp gst_util_get_timestamp;
5415 alias c_gst_util_greatest_common_divisor gst_util_greatest_common_divisor;
5416 alias c_gst_util_greatest_common_divisor_int64 gst_util_greatest_common_divisor_int64;
5417 alias c_gst_util_group_id_next gst_util_group_id_next;
5418 alias c_gst_util_guint64_to_gdouble gst_util_guint64_to_gdouble;
5419 alias c_gst_util_seqnum_compare gst_util_seqnum_compare;
5420 alias c_gst_util_seqnum_next gst_util_seqnum_next;
5421 alias c_gst_util_set_object_arg gst_util_set_object_arg;
5422 alias c_gst_util_set_value_from_string gst_util_set_value_from_string;
5423 alias c_gst_util_uint64_scale gst_util_uint64_scale;
5424 alias c_gst_util_uint64_scale_ceil gst_util_uint64_scale_ceil;
5425 alias c_gst_util_uint64_scale_int gst_util_uint64_scale_int;
5426 alias c_gst_util_uint64_scale_int_ceil gst_util_uint64_scale_int_ceil;
5427 alias c_gst_util_uint64_scale_int_round gst_util_uint64_scale_int_round;
5428 alias c_gst_util_uint64_scale_round gst_util_uint64_scale_round;
5429 alias c_gst_calculate_linear_regression gst_calculate_linear_regression;
5430 alias c_gst_dynamic_type_register gst_dynamic_type_register;
5431 alias c_gst_util_get_object_array gst_util_get_object_array;
5432 alias c_gst_util_set_object_array gst_util_set_object_array;
5433 
5434 // gstreamer.ValueGst
5435 
5436 alias c_gst_value_can_compare gst_value_can_compare;
5437 alias c_gst_value_can_intersect gst_value_can_intersect;
5438 alias c_gst_value_can_subtract gst_value_can_subtract;
5439 alias c_gst_value_can_union gst_value_can_union;
5440 alias c_gst_value_compare gst_value_compare;
5441 alias c_gst_value_deserialize gst_value_deserialize;
5442 alias c_gst_value_fixate gst_value_fixate;
5443 alias c_gst_value_fraction_multiply gst_value_fraction_multiply;
5444 alias c_gst_value_fraction_subtract gst_value_fraction_subtract;
5445 alias c_gst_value_get_bitmask gst_value_get_bitmask;
5446 alias c_gst_value_get_caps gst_value_get_caps;
5447 alias c_gst_value_get_caps_features gst_value_get_caps_features;
5448 alias c_gst_value_get_double_range_max gst_value_get_double_range_max;
5449 alias c_gst_value_get_double_range_min gst_value_get_double_range_min;
5450 alias c_gst_value_get_flagset_flags gst_value_get_flagset_flags;
5451 alias c_gst_value_get_flagset_mask gst_value_get_flagset_mask;
5452 alias c_gst_value_set_flagset gst_value_set_flagset;
5453 alias c_gst_value_get_fraction_denominator gst_value_get_fraction_denominator;
5454 alias c_gst_value_get_fraction_numerator gst_value_get_fraction_numerator;
5455 alias c_gst_value_get_fraction_range_max gst_value_get_fraction_range_max;
5456 alias c_gst_value_get_fraction_range_min gst_value_get_fraction_range_min;
5457 alias c_gst_value_get_int64_range_max gst_value_get_int64_range_max;
5458 alias c_gst_value_get_int64_range_min gst_value_get_int64_range_min;
5459 alias c_gst_value_get_int64_range_step gst_value_get_int64_range_step;
5460 alias c_gst_value_get_int_range_max gst_value_get_int_range_max;
5461 alias c_gst_value_get_int_range_min gst_value_get_int_range_min;
5462 alias c_gst_value_get_int_range_step gst_value_get_int_range_step;
5463 alias c_gst_value_get_structure gst_value_get_structure;
5464 alias c_gst_value_init_and_copy gst_value_init_and_copy;
5465 alias c_gst_value_intersect gst_value_intersect;
5466 alias c_gst_value_is_fixed gst_value_is_fixed;
5467 alias c_gst_value_is_subset gst_value_is_subset;
5468 alias c_gst_value_register gst_value_register;
5469 alias c_gst_value_serialize gst_value_serialize;
5470 alias c_gst_value_set_bitmask gst_value_set_bitmask;
5471 alias c_gst_value_set_caps gst_value_set_caps;
5472 alias c_gst_value_set_caps_features gst_value_set_caps_features;
5473 alias c_gst_value_set_double_range gst_value_set_double_range;
5474 alias c_gst_value_set_fraction gst_value_set_fraction;
5475 alias c_gst_value_set_fraction_range gst_value_set_fraction_range;
5476 alias c_gst_value_set_fraction_range_full gst_value_set_fraction_range_full;
5477 alias c_gst_value_set_int64_range gst_value_set_int64_range;
5478 alias c_gst_value_set_int64_range_step gst_value_set_int64_range_step;
5479 alias c_gst_value_set_int_range gst_value_set_int_range;
5480 alias c_gst_value_set_int_range_step gst_value_set_int_range_step;
5481 alias c_gst_value_set_structure gst_value_set_structure;
5482 alias c_gst_value_subtract gst_value_subtract;
5483 alias c_gst_value_union gst_value_union;