gst: Initialize new GstMetaFlags in init_post()

This commit is contained in:
Edward Hervey 2011-12-28 12:25:59 +01:00
parent 2f82c74e68
commit a51c408161

View file

@ -770,6 +770,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
g_type_class_ref (gst_pad_probe_return_get_type ());
g_type_class_ref (gst_segment_flags_get_type ());
g_type_class_ref (gst_scheduling_flags_get_type ());
g_type_class_ref (gst_meta_flags_get_type ());
g_type_class_ref (gst_control_binding_get_type ());
g_type_class_ref (gst_control_source_get_type ());