gst: fix type registration

We need to have the types of the miniobjects before registering the
tranforms.
This commit is contained in:
Wim Taymans 2011-02-23 12:01:55 +01:00
parent 293ddfc5aa
commit f78ceed43a

View file

@ -751,12 +751,12 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
g_type_class_ref (gst_progress_type_get_type ());
gst_structure_get_type ();
_gst_value_initialize ();
g_type_class_ref (gst_param_spec_fraction_get_type ());
_gst_event_initialize ();
_gst_buffer_initialize ();
_gst_buffer_list_initialize ();
_gst_message_initialize ();
_gst_buffer_list_initialize ();
_gst_value_initialize ();
g_type_class_ref (gst_param_spec_fraction_get_type ());
_gst_tag_initialize ();
_gst_plugin_initialize ();