gst: init the GType early

This commit is contained in:
Wim Taymans 2011-05-05 11:16:48 +02:00
parent ebf615a9e9
commit e72d062b33

View file

@ -756,6 +756,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
g_type_class_ref (gst_caps_intersect_mode_get_type ());
gst_structure_get_type ();
gst_context_get_type ();
_gst_event_initialize ();
_gst_buffer_initialize ();
_gst_message_initialize ();