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