gst: ref new entry enum types
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 2 Apr 2012 22:28:15 +0000 (23:28 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 2 Apr 2012 22:28:15 +0000 (23:28 +0100)
Fixes 'make check', again.

gst/gst.c

index f536abc..80795cb 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -713,6 +713,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
   g_type_class_ref (gst_tag_flag_get_type ());
   g_type_class_ref (gst_task_pool_get_type ());
   g_type_class_ref (gst_task_state_get_type ());
+  g_type_class_ref (gst_toc_entry_type_get_type ());
   g_type_class_ref (gst_type_find_probability_get_type ());
   g_type_class_ref (gst_uri_error_get_type ());
   g_type_class_ref (gst_uri_type_get_type ());
@@ -1077,6 +1078,7 @@ gst_deinit (void)
   g_type_class_unref (g_type_class_peek (gst_tag_merge_mode_get_type ()));
   g_type_class_unref (g_type_class_peek (gst_tag_flag_get_type ()));
   g_type_class_unref (g_type_class_peek (gst_task_state_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_type_find_probability_get_type
           ()));
   g_type_class_unref (g_type_class_peek (gst_uri_type_get_type ()));