mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
gst: deinit meta flags too
This commit is contained in:
parent
a51c408161
commit
aca4fabfad
1 changed files with 1 additions and 0 deletions
|
@ -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 ()));
|
||||
|
|
Loading…
Reference in a new issue