diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-06-19 07:57:11 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-06-19 08:20:28 +0100 |
commit | 00ed93780dba49ca2d9208e1b2d734617f691ff7 (patch) | |
tree | e8841ef6f4a7dde98b92094c2b4099038ed648a6 /win32 | |
parent | d84d01aad4c8cf6df0af89bdd34b55c51eaa9e97 (diff) |
win32: update exports
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstreamer.def | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 405885b50..6ae4ada69 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -31,6 +31,7 @@ EXPORTS GST_CAT_SCHEDULING DATA GST_CAT_SIGNAL DATA GST_CAT_STATES DATA + _gst_bitmask_type DATA _gst_buffer_list_type DATA _gst_buffer_type DATA _gst_caps_any DATA @@ -39,6 +40,8 @@ EXPORTS _gst_caps_features_type DATA _gst_caps_none DATA _gst_caps_type DATA + _gst_context_type DATA + _gst_date_time_type DATA _gst_debug_category_new _gst_debug_dump_mem _gst_debug_enabled DATA @@ -47,14 +50,27 @@ EXPORTS _gst_debug_nameof_funcptr _gst_debug_register_funcptr _gst_disable_registry_cache DATA + _gst_double_range_type DATA _gst_element_error_printf _gst_event_type DATA + _gst_fraction_range_type DATA + _gst_fraction_type DATA + _gst_int64_range_type DATA + _gst_int_range_type DATA + _gst_memory_type DATA + _gst_message_type DATA _gst_meta_tag_memory DATA _gst_meta_transform_copy DATA _gst_plugin_loader_client_run + _gst_query_type DATA _gst_sample_type DATA _gst_structure_type DATA + _gst_tag_list_type DATA + _gst_toc_entry_type DATA + _gst_toc_type DATA _gst_trace_mutex DATA + _gst_value_array_type DATA + _gst_value_list_type DATA gst_allocation_params_copy gst_allocation_params_free gst_allocation_params_get_type |