deinit: add progress type class unref

This commit is contained in:
Wim Taymans 2011-02-16 17:28:15 +01:00
parent 5e35837402
commit 1037fd9919

View file

@ -1111,6 +1111,7 @@ gst_deinit (void)
g_type_class_unref (g_type_class_peek (gst_uri_type_get_type ()));
g_type_class_unref (g_type_class_peek (gst_parse_error_get_type ()));
g_type_class_unref (g_type_class_peek (gst_param_spec_fraction_get_type ()));
g_type_class_unref (g_type_class_peek (gst_progress_type_get_type ()));
gst_deinitialized = TRUE;
GST_INFO ("deinitialized GStreamer");