gst: register new type

This commit is contained in:
Wim Taymans 2011-01-05 13:53:00 +01:00
parent 5db2e45d5c
commit 4a1ad4407d

View file

@ -746,6 +746,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
g_type_class_ref (gst_parse_error_get_type ());
g_type_class_ref (gst_parse_flags_get_type ());
g_type_class_ref (gst_search_mode_get_type ());
g_type_class_ref (gst_progress_type_get_type ());
gst_structure_get_type ();
_gst_value_initialize ();