From 0ddb33bb4cb95e8f5904365a63e64cea0b7cd418 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 3 Jul 2012 13:50:06 +0200 Subject: [PATCH] update for new symbols --- docs/gst/gstreamer-sections.txt | 2 ++ gst/gst.c | 2 ++ win32/common/libgstreamer.def | 3 +++ 3 files changed, 7 insertions(+) diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index f4aec1f819..25b715960a 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1356,6 +1356,8 @@ gst_memory_is_span GST_TYPE_MEMORY gst_memory_get_type GST_MEMORY_CAST +GST_TYPE_LOCK_FLAGS +gst_lock_flags_get_type GST_TYPE_MAP_FLAGS gst_map_flags_get_type GST_TYPE_MEMORY_FLAGS diff --git a/gst/gst.c b/gst/gst.c index 96c20b5a12..dc8ba84910 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -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_source_get_type ()); + g_type_class_ref (gst_lock_flags_get_type ()); _priv_gst_event_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_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_lock_flags_get_type ())); gst_deinitialized = TRUE; GST_INFO ("deinitialized GStreamer"); diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 34d469add6..4133f39b81 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -511,6 +511,7 @@ EXPORTS gst_iterator_resync gst_library_error_get_type gst_library_error_quark + gst_lock_flags_get_type gst_map_flags_get_type gst_memory_alignment DATA gst_memory_copy @@ -519,11 +520,13 @@ EXPORTS gst_memory_get_type gst_memory_is_exclusive gst_memory_is_span + gst_memory_lock gst_memory_make_mapped gst_memory_map gst_memory_new_wrapped gst_memory_resize gst_memory_share + gst_memory_unlock gst_memory_unmap gst_message_get_seqnum gst_message_get_stream_status_object