gst: add new flags
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 22 Nov 2011 15:43:34 +0000 (16:43 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 22 Nov 2011 17:40:49 +0000 (18:40 +0100)
gst/gst.c

index 0ae8366..93a5ca7 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -761,6 +761,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
   g_type_class_ref (gst_pad_probe_type_get_type ());
   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 ());
 
   _priv_gst_event_initialize ();
   _priv_gst_buffer_initialize ();
@@ -1132,6 +1133,7 @@ gst_deinit (void)
   g_type_class_unref (g_type_class_peek (gst_pad_probe_type_get_type ()));
   g_type_class_unref (g_type_class_peek (gst_pad_probe_return_get_type ()));
   g_type_class_unref (g_type_class_peek (gst_segment_flags_get_type ()));
+  g_type_class_unref (g_type_class_peek (gst_scheduling_flags_get_type ()));
 
   gst_deinitialized = TRUE;
   GST_INFO ("deinitialized GStreamer");