From: Wim Taymans Date: Tue, 22 Nov 2011 15:43:34 +0000 (+0100) Subject: gst: add new flags X-Git-Tag: RELEASE-0.11.2~408 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=165af7c9037af3d6a28bffdf473536596342cdd5;p=platform%2Fupstream%2Fgstreamer.git gst: add new flags --- diff --git a/gst/gst.c b/gst/gst.c index 0ae8366..93a5ca7 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");