update for new symbols
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 3 Jul 2012 11:50:06 +0000 (13:50 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 5 Jul 2012 09:19:16 +0000 (11:19 +0200)
docs/gst/gstreamer-sections.txt
gst/gst.c
win32/common/libgstreamer.def

index f4aec1f..25b7159 100644 (file)
@@ -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
index 96c20b5..dc8ba84 100644 (file)
--- 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");
index 34d469a..4133f39 100644 (file)
@@ -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