gst: init new flag types to pass make check
[platform/upstream/gstreamer.git] / gst / gst.c
index f734dc9..ddd68a1 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -484,14 +484,15 @@ init_pre (GOptionContext * context, GOptionGroup * group, gpointer data,
    * So give some useful info about GStreamer here */
 #ifdef G_OS_WIN32
   {
-    gchar *basedir = g_win32_get_package_installation_directory_of_module (_priv_gst_dll_handle);
+    gchar *basedir =
+        g_win32_get_package_installation_directory_of_module
+        (_priv_gst_dll_handle);
 
     libdir = g_build_filename (basedir,
 #ifdef _DEBUG
-                               "debug"
+        "debug"
 #endif
-                               "lib",
-                               NULL);
+        "lib", NULL);
     g_free (basedir);
   }
 #else
@@ -662,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 ());
@@ -1058,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 ()));