mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
deinit: add progress type class unref
This commit is contained in:
parent
5e35837402
commit
1037fd9919
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue