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