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