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 ());
+ g_type_class_ref (gst_allocator_flags_get_type ());
_priv_gst_event_initialize ();
_priv_gst_buffer_initialize ();
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 ()));
+ g_type_class_unref (g_type_class_peek (gst_allocator_flags_get_type ()));
+
gst_deinitialized = TRUE;
GST_INFO ("deinitialized GStreamer");