gst: deinit meta flags too
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 28 Dec 2011 13:51:50 +0000 (14:51 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 28 Dec 2011 13:51:50 +0000 (14:51 +0100)
gst/gst.c

index 7fb1fd3..9d8d1eb 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -1113,6 +1113,7 @@ gst_deinit (void)
   g_type_class_unref (g_type_class_peek (gst_iterator_result_get_type ()));
   g_type_class_unref (g_type_class_peek (gst_iterator_item_get_type ()));
   g_type_class_unref (g_type_class_peek (gst_message_type_get_type ()));
+  g_type_class_unref (g_type_class_peek (gst_meta_flags_get_type ()));
   g_type_class_unref (g_type_class_peek (gst_mini_object_flags_get_type ()));
   g_type_class_unref (g_type_class_peek (gst_pad_link_return_get_type ()));
   g_type_class_unref (g_type_class_peek (gst_pad_link_check_get_type ()));