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