mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
update for new symbols
This commit is contained in:
parent
9a20741b0a
commit
0ddb33bb4c
3 changed files with 7 additions and 0 deletions
|
@ -1356,6 +1356,8 @@ gst_memory_is_span
|
||||||
GST_TYPE_MEMORY
|
GST_TYPE_MEMORY
|
||||||
gst_memory_get_type
|
gst_memory_get_type
|
||||||
GST_MEMORY_CAST
|
GST_MEMORY_CAST
|
||||||
|
GST_TYPE_LOCK_FLAGS
|
||||||
|
gst_lock_flags_get_type
|
||||||
GST_TYPE_MAP_FLAGS
|
GST_TYPE_MAP_FLAGS
|
||||||
gst_map_flags_get_type
|
gst_map_flags_get_type
|
||||||
GST_TYPE_MEMORY_FLAGS
|
GST_TYPE_MEMORY_FLAGS
|
||||||
|
|
|
@ -736,6 +736,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
||||||
|
|
||||||
g_type_class_ref (gst_control_binding_get_type ());
|
g_type_class_ref (gst_control_binding_get_type ());
|
||||||
g_type_class_ref (gst_control_source_get_type ());
|
g_type_class_ref (gst_control_source_get_type ());
|
||||||
|
g_type_class_ref (gst_lock_flags_get_type ());
|
||||||
|
|
||||||
_priv_gst_event_initialize ();
|
_priv_gst_event_initialize ();
|
||||||
_priv_gst_buffer_initialize ();
|
_priv_gst_buffer_initialize ();
|
||||||
|
@ -1104,6 +1105,7 @@ gst_deinit (void)
|
||||||
g_type_class_unref (g_type_class_peek (gst_control_binding_get_type ()));
|
g_type_class_unref (g_type_class_peek (gst_control_binding_get_type ()));
|
||||||
g_type_class_unref (g_type_class_peek (gst_control_source_get_type ()));
|
g_type_class_unref (g_type_class_peek (gst_control_source_get_type ()));
|
||||||
g_type_class_unref (g_type_class_peek (gst_toc_entry_type_get_type ()));
|
g_type_class_unref (g_type_class_peek (gst_toc_entry_type_get_type ()));
|
||||||
|
g_type_class_unref (g_type_class_peek (gst_lock_flags_get_type ()));
|
||||||
|
|
||||||
gst_deinitialized = TRUE;
|
gst_deinitialized = TRUE;
|
||||||
GST_INFO ("deinitialized GStreamer");
|
GST_INFO ("deinitialized GStreamer");
|
||||||
|
|
|
@ -511,6 +511,7 @@ EXPORTS
|
||||||
gst_iterator_resync
|
gst_iterator_resync
|
||||||
gst_library_error_get_type
|
gst_library_error_get_type
|
||||||
gst_library_error_quark
|
gst_library_error_quark
|
||||||
|
gst_lock_flags_get_type
|
||||||
gst_map_flags_get_type
|
gst_map_flags_get_type
|
||||||
gst_memory_alignment DATA
|
gst_memory_alignment DATA
|
||||||
gst_memory_copy
|
gst_memory_copy
|
||||||
|
@ -519,11 +520,13 @@ EXPORTS
|
||||||
gst_memory_get_type
|
gst_memory_get_type
|
||||||
gst_memory_is_exclusive
|
gst_memory_is_exclusive
|
||||||
gst_memory_is_span
|
gst_memory_is_span
|
||||||
|
gst_memory_lock
|
||||||
gst_memory_make_mapped
|
gst_memory_make_mapped
|
||||||
gst_memory_map
|
gst_memory_map
|
||||||
gst_memory_new_wrapped
|
gst_memory_new_wrapped
|
||||||
gst_memory_resize
|
gst_memory_resize
|
||||||
gst_memory_share
|
gst_memory_share
|
||||||
|
gst_memory_unlock
|
||||||
gst_memory_unmap
|
gst_memory_unmap
|
||||||
gst_message_get_seqnum
|
gst_message_get_seqnum
|
||||||
gst_message_get_stream_status_object
|
gst_message_get_stream_status_object
|
||||||
|
|
Loading…
Reference in a new issue