aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/common/config.h45
-rw-r--r--win32/common/gstconfig.h4
-rw-r--r--win32/common/gstenumtypes.c34
-rw-r--r--win32/common/gstenumtypes.h2
-rw-r--r--win32/common/gstversion.h8
-rw-r--r--win32/common/libgstbase.def27
-rw-r--r--win32/common/libgstreamer.def73
7 files changed, 174 insertions, 19 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index d620210..b0fe69d 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -169,12 +169,25 @@
/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV
+/* Define to 1 if the system has the type `intmax_t'. */
+#undef HAVE_INTMAX_T
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
+ declares uintmax_t. */
+#undef HAVE_INTTYPES_H_WITH_UINTMAX
+
/* Define to 1 if you have the `localtime_r' function. */
#undef HAVE_LOCALTIME_R
+/* Define to 1 if the system has the type long long */
+#undef HAVE_LONG_LONG
+
+/* Define to 1 if the system has the type `long long int'. */
+#undef HAVE_LONG_LONG_INT
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -205,9 +218,6 @@
/* defined if the compiler implements __PRETTY_FUNCTION__ */
#undef HAVE_PRETTY_FUNCTION
-/* Defined if we have printf specifier extensions available */
-#undef HAVE_PRINTF_EXTENSION
-
/* Define to 1 if you have the <process.h> header file. */
#define HAVE_PROCESS_H 1
@@ -220,21 +230,22 @@
/* Have PTHREAD_PRIO_INHERIT. */
#undef HAVE_PTHREAD_PRIO_INHERIT
+/* Define to 1 if the system has the type `ptrdiff_t'. */
+#undef HAVE_PTRDIFF_T
+
/* Define if RDTSC is available */
#undef HAVE_RDTSC
-/* Define to 1 if you have the `register_printf_function' function. */
-#undef HAVE_REGISTER_PRINTF_FUNCTION
-
-/* Define to 1 if you have the `register_printf_specifier' function. */
-#undef HAVE_REGISTER_PRINTF_SPECIFIER
-
/* Define to 1 if you have the `sigaction' function. */
#undef HAVE_SIGACTION
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
+/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
+ uintmax_t. */
+#undef HAVE_STDINT_H_WITH_UINTMAX
+
/* Define to 1 if you have the <stdio_ext.h> header file. */
#undef HAVE_STDIO_EXT_H
@@ -292,6 +303,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if the system has the type `unsigned long long int'. */
+#undef HAVE_UNSIGNED_LONG_LONG_INT
+
/* Define if valgrind should be used */
#undef HAVE_VALGRIND
@@ -343,7 +357,7 @@
#define PACKAGE_NAME "GStreamer"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 1.0.8"
+#define PACKAGE_STRING "GStreamer 1.1.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gstreamer"
@@ -352,7 +366,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.8"
+#define PACKAGE_VERSION "1.1.2"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -390,7 +404,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "1.0.8"
+#define VERSION "1.1.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
@@ -420,3 +434,10 @@
/* We need at least WinXP SP2 for __stat64 */
#undef __MSVCRT_VERSION__
+
+/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
+ not define. */
+#undef intmax_t
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
diff --git a/win32/common/gstconfig.h b/win32/common/gstconfig.h
index af3b00b..20cd084 100644
--- a/win32/common/gstconfig.h
+++ b/win32/common/gstconfig.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
/**
* SECTION:gstconfig
diff --git a/win32/common/gstenumtypes.c b/win32/common/gstenumtypes.c
index f5c7776..9a54a03 100644
--- a/win32/common/gstenumtypes.c
+++ b/win32/common/gstenumtypes.c
@@ -108,6 +108,7 @@ gst_buffer_copy_flags_get_type (void)
{C_FLAGS (GST_BUFFER_COPY_META), "GST_BUFFER_COPY_META", "meta"},
{C_FLAGS (GST_BUFFER_COPY_MEMORY), "GST_BUFFER_COPY_MEMORY", "memory"},
{C_FLAGS (GST_BUFFER_COPY_MERGE), "GST_BUFFER_COPY_MERGE", "merge"},
+ {C_FLAGS (GST_BUFFER_COPY_DEEP), "GST_BUFFER_COPY_DEEP", "deep"},
{0, NULL, NULL}
};
@@ -598,6 +599,7 @@ gst_event_type_get_type (void)
{C_ENUM (GST_EVENT_SINK_MESSAGE), "GST_EVENT_SINK_MESSAGE", "sink-message"},
{C_ENUM (GST_EVENT_EOS), "GST_EVENT_EOS", "eos"},
{C_ENUM (GST_EVENT_TOC), "GST_EVENT_TOC", "toc"},
+ {C_ENUM (GST_EVENT_CONTEXT), "GST_EVENT_CONTEXT", "context"},
{C_ENUM (GST_EVENT_SEGMENT_DONE), "GST_EVENT_SEGMENT_DONE", "segment-done"},
{C_ENUM (GST_EVENT_GAP), "GST_EVENT_GAP", "gap"},
{C_ENUM (GST_EVENT_QOS), "GST_EVENT_QOS", "qos"},
@@ -648,6 +650,27 @@ gst_qos_type_get_type (void)
return (GType) id;
}
+GType
+gst_stream_flags_get_type (void)
+{
+ static gsize id = 0;
+ static const GFlagsValue values[] = {
+ {C_FLAGS (GST_STREAM_FLAG_NONE), "GST_STREAM_FLAG_NONE", "none"},
+ {C_FLAGS (GST_STREAM_FLAG_SPARSE), "GST_STREAM_FLAG_SPARSE", "sparse"},
+ {C_FLAGS (GST_STREAM_FLAG_SELECT), "GST_STREAM_FLAG_SELECT", "select"},
+ {C_FLAGS (GST_STREAM_FLAG_UNSELECT), "GST_STREAM_FLAG_UNSELECT",
+ "unselect"},
+ {0, NULL, NULL}
+ };
+
+ if (g_once_init_enter (&id)) {
+ GType tmp = g_flags_register_static ("GstStreamFlags", values);
+ g_once_init_leave (&id, tmp);
+ }
+
+ return (GType) id;
+}
+
/* enumerations from "gstformat.h" */
GType
gst_format_get_type (void)
@@ -820,6 +843,10 @@ gst_message_type_get_type (void)
{C_FLAGS (GST_MESSAGE_RESET_TIME), "GST_MESSAGE_RESET_TIME", "reset-time"},
{C_FLAGS (GST_MESSAGE_STREAM_START), "GST_MESSAGE_STREAM_START",
"stream-start"},
+ {C_FLAGS (GST_MESSAGE_NEED_CONTEXT), "GST_MESSAGE_NEED_CONTEXT",
+ "need-context"},
+ {C_FLAGS (GST_MESSAGE_HAVE_CONTEXT), "GST_MESSAGE_HAVE_CONTEXT",
+ "have-context"},
{C_FLAGS (GST_MESSAGE_ANY), "GST_MESSAGE_ANY", "any"},
{0, NULL, NULL}
};
@@ -942,6 +969,10 @@ gst_memory_flags_get_type (void)
"zero-prefixed"},
{C_FLAGS (GST_MEMORY_FLAG_ZERO_PADDED), "GST_MEMORY_FLAG_ZERO_PADDED",
"zero-padded"},
+ {C_FLAGS (GST_MEMORY_FLAG_PHYSICALLY_CONTIGUOUS),
+ "GST_MEMORY_FLAG_PHYSICALLY_CONTIGUOUS", "physically-contiguous"},
+ {C_FLAGS (GST_MEMORY_FLAG_NOT_MAPPABLE), "GST_MEMORY_FLAG_NOT_MAPPABLE",
+ "not-mappable"},
{C_FLAGS (GST_MEMORY_FLAG_LAST), "GST_MEMORY_FLAG_LAST", "last"},
{0, NULL, NULL}
};
@@ -1442,6 +1473,7 @@ gst_query_type_get_type (void)
{C_ENUM (GST_QUERY_ACCEPT_CAPS), "GST_QUERY_ACCEPT_CAPS", "accept-caps"},
{C_ENUM (GST_QUERY_CAPS), "GST_QUERY_CAPS", "caps"},
{C_ENUM (GST_QUERY_DRAIN), "GST_QUERY_DRAIN", "drain"},
+ {C_ENUM (GST_QUERY_CONTEXT), "GST_QUERY_CONTEXT", "context"},
{0, NULL, NULL}
};
@@ -1482,6 +1514,8 @@ gst_scheduling_flags_get_type (void)
"seekable"},
{C_FLAGS (GST_SCHEDULING_FLAG_SEQUENTIAL), "GST_SCHEDULING_FLAG_SEQUENTIAL",
"sequential"},
+ {C_FLAGS (GST_SCHEDULING_FLAG_BANDWIDTH_LIMITED),
+ "GST_SCHEDULING_FLAG_BANDWIDTH_LIMITED", "bandwidth-limited"},
{0, NULL, NULL}
};
diff --git a/win32/common/gstenumtypes.h b/win32/common/gstenumtypes.h
index c15314f..d015fa0 100644
--- a/win32/common/gstenumtypes.h
+++ b/win32/common/gstenumtypes.h
@@ -81,6 +81,8 @@ GType gst_event_type_get_type (void);
#define GST_TYPE_EVENT_TYPE (gst_event_type_get_type())
GType gst_qos_type_get_type (void);
#define GST_TYPE_QOS_TYPE (gst_qos_type_get_type())
+GType gst_stream_flags_get_type (void);
+#define GST_TYPE_STREAM_FLAGS (gst_stream_flags_get_type())
/* enumerations from "gstformat.h" */
GType gst_format_get_type (void);
diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h
index 9090e55..81a4eab 100644
--- a/win32/common/gstversion.h
+++ b/win32/common/gstversion.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
/**
* SECTION:gstversion
@@ -51,13 +51,13 @@ G_BEGIN_DECLS
*
* The minor version of GStreamer at compile time:
*/
-#define GST_VERSION_MINOR (0)
+#define GST_VERSION_MINOR (1)
/**
* GST_VERSION_MICRO:
*
* The micro version of GStreamer at compile time:
*/
-#define GST_VERSION_MICRO (8)
+#define GST_VERSION_MICRO (2)
/**
* GST_VERSION_NANO:
*
diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def
index bc52be4..7044ad5 100644
--- a/win32/common/libgstbase.def
+++ b/win32/common/libgstbase.def
@@ -10,7 +10,9 @@ EXPORTS
gst_adapter_masked_scan_uint32_peek
gst_adapter_new
gst_adapter_prev_dts
+ gst_adapter_prev_dts_at_offset
gst_adapter_prev_pts
+ gst_adapter_prev_pts_at_offset
gst_adapter_push
gst_adapter_take
gst_adapter_take_buffer
@@ -29,15 +31,18 @@ EXPORTS
gst_base_parse_set_duration
gst_base_parse_set_frame_rate
gst_base_parse_set_has_timing_info
+ gst_base_parse_set_infer_ts
gst_base_parse_set_latency
gst_base_parse_set_min_frame_size
gst_base_parse_set_passthrough
gst_base_parse_set_pts_interpolation
gst_base_parse_set_syncable
+ gst_base_parse_set_ts_at_offset
gst_base_sink_do_preroll
gst_base_sink_get_blocksize
gst_base_sink_get_last_sample
gst_base_sink_get_latency
+ gst_base_sink_get_max_bitrate
gst_base_sink_get_max_lateness
gst_base_sink_get_render_delay
gst_base_sink_get_sync
@@ -51,6 +56,7 @@ EXPORTS
gst_base_sink_set_async_enabled
gst_base_sink_set_blocksize
gst_base_sink_set_last_sample_enabled
+ gst_base_sink_set_max_bitrate
gst_base_sink_set_max_lateness
gst_base_sink_set_qos_enabled
gst_base_sink_set_render_delay
@@ -238,7 +244,28 @@ EXPORTS
gst_collect_pads_start
gst_collect_pads_stop
gst_collect_pads_take_buffer
+ gst_data_queue_drop_head
+ gst_data_queue_flush
+ gst_data_queue_get_level
+ gst_data_queue_get_type
+ gst_data_queue_is_empty
+ gst_data_queue_is_full
+ gst_data_queue_limits_changed
+ gst_data_queue_new
+ gst_data_queue_peek
+ gst_data_queue_pop
+ gst_data_queue_push
+ gst_data_queue_set_flushing
gst_push_src_get_type
+ gst_queue_array_drop_element
+ gst_queue_array_find
+ gst_queue_array_free
+ gst_queue_array_get_length
+ gst_queue_array_is_empty
+ gst_queue_array_new
+ gst_queue_array_peek_head
+ gst_queue_array_pop_head
+ gst_queue_array_push_tail
gst_type_find_helper
gst_type_find_helper_for_buffer
gst_type_find_helper_for_data
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def
index 15eac39..4f89ad1 100644
--- a/win32/common/libgstreamer.def
+++ b/win32/common/libgstreamer.def
@@ -5,6 +5,7 @@ EXPORTS
GST_CAT_CALL_TRACE DATA
GST_CAT_CAPS DATA
GST_CAT_CLOCK DATA
+ GST_CAT_CONTEXT DATA
GST_CAT_DEFAULT DATA
GST_CAT_ELEMENT_PADS DATA
GST_CAT_ERROR_SYSTEM DATA
@@ -33,6 +34,9 @@ EXPORTS
_gst_buffer_list_type DATA
_gst_buffer_type DATA
_gst_caps_any DATA
+ _gst_caps_features_any DATA
+ _gst_caps_features_memory_system_memory DATA
+ _gst_caps_features_type DATA
_gst_caps_none DATA
_gst_caps_type DATA
_gst_debug_category_new
@@ -62,6 +66,7 @@ EXPORTS
gst_allocator_get_type
gst_allocator_register
gst_allocator_set_default
+ gst_allocator_sysmem_get_type
gst_atomic_queue_get_type
gst_atomic_queue_length
gst_atomic_queue_new
@@ -97,11 +102,13 @@ EXPORTS
gst_buffer_copy_into
gst_buffer_copy_region
gst_buffer_extract
+ gst_buffer_extract_dup
gst_buffer_fill
gst_buffer_find_memory
gst_buffer_flags_get_type
gst_buffer_foreach_meta
gst_buffer_get_all_memory
+ gst_buffer_get_max_memory
gst_buffer_get_memory
gst_buffer_get_memory_range
gst_buffer_get_meta
@@ -187,11 +194,36 @@ EXPORTS
gst_bus_timed_pop_filtered
gst_caps_append
gst_caps_append_structure
+ gst_caps_append_structure_full
gst_caps_can_intersect
gst_caps_copy_nth
+ gst_caps_features_add
+ gst_caps_features_add_id
+ gst_caps_features_contains
+ gst_caps_features_contains_id
+ gst_caps_features_copy
+ gst_caps_features_free
+ gst_caps_features_from_string
+ gst_caps_features_get_nth
+ gst_caps_features_get_nth_id
+ gst_caps_features_get_size
+ gst_caps_features_get_type
+ gst_caps_features_is_any
+ gst_caps_features_is_equal
+ gst_caps_features_new
+ gst_caps_features_new_any
+ gst_caps_features_new_empty
+ gst_caps_features_new_id
+ gst_caps_features_new_id_valist
+ gst_caps_features_new_valist
+ gst_caps_features_remove
+ gst_caps_features_remove_id
+ gst_caps_features_set_parent_refcount
+ gst_caps_features_to_string
gst_caps_fixate
gst_caps_flags_get_type
gst_caps_from_string
+ gst_caps_get_features
gst_caps_get_size
gst_caps_get_structure
gst_caps_get_type
@@ -207,8 +239,10 @@ EXPORTS
gst_caps_is_strictly_equal
gst_caps_is_subset
gst_caps_is_subset_structure
+ gst_caps_is_subset_structure_full
gst_caps_merge
gst_caps_merge_structure
+ gst_caps_merge_structure_full
gst_caps_new_any
gst_caps_new_empty
gst_caps_new_empty_simple
@@ -217,6 +251,7 @@ EXPORTS
gst_caps_new_simple
gst_caps_normalize
gst_caps_remove_structure
+ gst_caps_set_features
gst_caps_set_simple
gst_caps_set_simple_valist
gst_caps_set_value
@@ -267,6 +302,10 @@ EXPORTS
gst_clock_single_shot_id_reinit
gst_clock_type_get_type
gst_clock_unadjust_unlocked
+ gst_context_get_structure
+ gst_context_get_type
+ gst_context_new
+ gst_context_writable_structure
gst_control_binding_get_g_value_array
gst_control_binding_get_type
gst_control_binding_get_value
@@ -339,8 +378,8 @@ EXPORTS
gst_debug_set_colored
gst_debug_set_default_threshold
gst_debug_set_threshold_for_name
+ gst_debug_set_threshold_from_string
gst_debug_unset_threshold_for_name
- gst_default_allocator_get_type
gst_deinit
gst_double_range_get_type
gst_element_abort_state
@@ -381,6 +420,7 @@ EXPORTS
gst_element_get_clock
gst_element_get_compatible_pad
gst_element_get_compatible_pad_template
+ gst_element_get_context
gst_element_get_factory
gst_element_get_request_pad
gst_element_get_start_time
@@ -417,6 +457,7 @@ EXPORTS
gst_element_set_base_time
gst_element_set_bus
gst_element_set_clock
+ gst_element_set_context
gst_element_set_locked_state
gst_element_set_start_time
gst_element_set_state
@@ -434,6 +475,7 @@ EXPORTS
gst_event_has_name
gst_event_new_buffer_size
gst_event_new_caps
+ gst_event_new_context
gst_event_new_custom
gst_event_new_eos
gst_event_new_flush_start
@@ -454,6 +496,7 @@ EXPORTS
gst_event_new_toc_select
gst_event_parse_buffer_size
gst_event_parse_caps
+ gst_event_parse_context
gst_event_parse_flush_stop
gst_event_parse_gap
gst_event_parse_latency
@@ -463,11 +506,13 @@ EXPORTS
gst_event_parse_segment_done
gst_event_parse_sink_message
gst_event_parse_step
+ gst_event_parse_stream_flags
gst_event_parse_stream_start
gst_event_parse_tag
gst_event_parse_toc
gst_event_parse_toc_select
gst_event_set_seqnum
+ gst_event_set_stream_flags
gst_event_type_flags_get_type
gst_event_type_get_flags
gst_event_type_get_name
@@ -488,6 +533,7 @@ EXPORTS
gst_formats_contains
gst_fraction_get_type
gst_fraction_range_get_type
+ gst_g_thread_get_type
gst_ghost_pad_activate_mode_default
gst_ghost_pad_construct
gst_ghost_pad_get_target
@@ -503,6 +549,7 @@ EXPORTS
gst_init_get_option_group
gst_int64_range_get_type
gst_int_range_get_type
+ gst_is_caps_features
gst_is_initialized
gst_iterator_copy
gst_iterator_filter
@@ -530,12 +577,15 @@ EXPORTS
gst_memory_get_type
gst_memory_init
gst_memory_is_span
+ gst_memory_is_type
gst_memory_make_mapped
gst_memory_map
gst_memory_new_wrapped
gst_memory_resize
gst_memory_share
gst_memory_unmap
+ gst_message_add_context_type
+ gst_message_get_n_context_types
gst_message_get_seqnum
gst_message_get_stream_status_object
gst_message_get_structure
@@ -552,8 +602,10 @@ EXPORTS
gst_message_new_element
gst_message_new_eos
gst_message_new_error
+ gst_message_new_have_context
gst_message_new_info
gst_message_new_latency
+ gst_message_new_need_context
gst_message_new_new_clock
gst_message_new_progress
gst_message_new_qos
@@ -577,8 +629,10 @@ EXPORTS
gst_message_parse_clock_lost
gst_message_parse_clock_provide
gst_message_parse_error
+ gst_message_parse_have_context
gst_message_parse_info
gst_message_parse_new_clock
+ gst_message_parse_nth_context_type
gst_message_parse_progress
gst_message_parse_qos
gst_message_parse_qos_stats
@@ -678,6 +732,7 @@ EXPORTS
gst_pad_get_peer
gst_pad_get_range
gst_pad_get_sticky_event
+ gst_pad_get_stream_id
gst_pad_get_type
gst_pad_has_current_caps
gst_pad_is_active
@@ -742,6 +797,7 @@ EXPORTS
gst_pad_start_task
gst_pad_sticky_events_foreach
gst_pad_stop_task
+ gst_pad_store_sticky_event
gst_pad_template_flags_get_type
gst_pad_template_get_caps
gst_pad_template_get_type
@@ -783,6 +839,7 @@ EXPORTS
gst_plugin_error_quark
gst_plugin_feature_check_version
gst_plugin_feature_get_plugin
+ gst_plugin_feature_get_plugin_name
gst_plugin_feature_get_rank
gst_plugin_feature_get_type
gst_plugin_feature_list_copy
@@ -854,12 +911,14 @@ EXPORTS
gst_query_add_allocation_param
gst_query_add_allocation_pool
gst_query_add_buffering_range
+ gst_query_add_context_type
gst_query_add_scheduling_mode
gst_query_find_allocation_meta
gst_query_get_n_allocation_metas
gst_query_get_n_allocation_params
gst_query_get_n_allocation_pools
gst_query_get_n_buffering_ranges
+ gst_query_get_n_context_types
gst_query_get_n_scheduling_modes
gst_query_get_structure
gst_query_get_type
@@ -869,6 +928,7 @@ EXPORTS
gst_query_new_allocation
gst_query_new_buffering
gst_query_new_caps
+ gst_query_new_context
gst_query_new_convert
gst_query_new_custom
gst_query_new_drain
@@ -888,6 +948,7 @@ EXPORTS
gst_query_parse_buffering_stats
gst_query_parse_caps
gst_query_parse_caps_result
+ gst_query_parse_context
gst_query_parse_convert
gst_query_parse_duration
gst_query_parse_latency
@@ -896,6 +957,7 @@ EXPORTS
gst_query_parse_nth_allocation_param
gst_query_parse_nth_allocation_pool
gst_query_parse_nth_buffering_range
+ gst_query_parse_nth_context_type
gst_query_parse_nth_format
gst_query_parse_nth_scheduling_mode
gst_query_parse_position
@@ -904,11 +966,14 @@ EXPORTS
gst_query_parse_segment
gst_query_parse_uri
gst_query_remove_nth_allocation_meta
+ gst_query_remove_nth_allocation_param
+ gst_query_remove_nth_allocation_pool
gst_query_set_accept_caps_result
gst_query_set_buffering_percent
gst_query_set_buffering_range
gst_query_set_buffering_stats
gst_query_set_caps_result
+ gst_query_set_context
gst_query_set_convert
gst_query_set_duration
gst_query_set_formats
@@ -986,6 +1051,7 @@ EXPORTS
gst_static_pad_template_get_type
gst_stream_error_get_type
gst_stream_error_quark
+ gst_stream_flags_get_type
gst_stream_status_type_get_type
gst_structure_can_intersect
gst_structure_change_type_get_type
@@ -1036,6 +1102,7 @@ EXPORTS
gst_structure_n_fields
gst_structure_new
gst_structure_new_empty
+ gst_structure_new_from_string
gst_structure_new_id
gst_structure_new_id_empty
gst_structure_new_valist
@@ -1230,6 +1297,7 @@ EXPORTS
gst_util_uint64_scale_int_ceil
gst_util_uint64_scale_int_round
gst_util_uint64_scale_round
+ gst_value_array_append_and_take_value
gst_value_array_append_value
gst_value_array_get_size
gst_value_array_get_type
@@ -1246,6 +1314,7 @@ EXPORTS
gst_value_fraction_subtract
gst_value_get_bitmask
gst_value_get_caps
+ gst_value_get_caps_features
gst_value_get_double_range_max
gst_value_get_double_range_min
gst_value_get_fraction_denominator
@@ -1263,6 +1332,7 @@ EXPORTS
gst_value_intersect
gst_value_is_fixed
gst_value_is_subset
+ gst_value_list_append_and_take_value
gst_value_list_append_value
gst_value_list_concat
gst_value_list_get_size
@@ -1274,6 +1344,7 @@ EXPORTS
gst_value_serialize
gst_value_set_bitmask
gst_value_set_caps
+ gst_value_set_caps_features
gst_value_set_double_range
gst_value_set_fraction
gst_value_set_fraction_range