gst: init the GType early
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 5 May 2011 09:16:48 +0000 (11:16 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 5 May 2011 11:17:08 +0000 (13:17 +0200)
gst/gst.c

index c8f431b..2fbc5a0 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -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 ();