From: Wim Taymans Date: Fri, 21 Mar 2014 11:16:54 +0000 (+0100) Subject: gst: init new flag types to pass make check X-Git-Tag: 1.3.1~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=533548529b564b43bdd5743ef072e2da75822947;p=platform%2Fupstream%2Fgstreamer.git gst: init new flag types to pass make check --- diff --git a/gst/gst.c b/gst/gst.c index c411683..ddd68a1 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -663,6 +663,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data, g_type_class_ref (gst_meta_flags_get_type ()); g_type_class_ref (gst_toc_entry_type_get_type ()); g_type_class_ref (gst_toc_scope_get_type ()); + g_type_class_ref (gst_toc_loop_type_get_type ()); g_type_class_ref (gst_control_binding_get_type ()); g_type_class_ref (gst_control_source_get_type ()); g_type_class_ref (gst_lock_flags_get_type ()); @@ -1059,6 +1060,7 @@ gst_deinit (void) g_type_class_unref (g_type_class_peek (gst_control_binding_get_type ())); g_type_class_unref (g_type_class_peek (gst_control_source_get_type ())); g_type_class_unref (g_type_class_peek (gst_toc_entry_type_get_type ())); + g_type_class_unref (g_type_class_peek (gst_toc_loop_type_get_type ())); g_type_class_unref (g_type_class_peek (gst_lock_flags_get_type ())); g_type_class_unref (g_type_class_peek (gst_allocator_flags_get_type ())); g_type_class_unref (g_type_class_peek (gst_stream_flags_get_type ()));