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