From 165af7c9037af3d6a28bffdf473536596342cdd5 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 22 Nov 2011 16:43:34 +0100 Subject: [PATCH] gst: add new flags --- gst/gst.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gst.c b/gst/gst.c index 0ae8366b24..93a5ca7a16 100644 --- 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");