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