gst: unref the two cotnroller types in _deinit()

This commit is contained in:
Stefan Sauer 2011-12-30 17:57:41 +01:00
parent db807d9890
commit 7d6e165007

View file

@ -1149,6 +1149,9 @@ gst_deinit (void)
g_type_class_unref (g_type_class_peek (gst_segment_flags_get_type ()));
g_type_class_unref (g_type_class_peek (gst_scheduling_flags_get_type ()));
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 ()));
gst_deinitialized = TRUE;
GST_INFO ("deinitialized GStreamer");
}