mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +00:00
gst: unref the two cotnroller types in _deinit()
This commit is contained in:
parent
db807d9890
commit
7d6e165007
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue