mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gst: don't ref GType for private enum for which there's no GType any more
This commit is contained in:
parent
84fe5f3147
commit
f1f11098fe
1 changed files with 0 additions and 2 deletions
|
@ -710,7 +710,6 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
|||
g_type_class_ref (gst_tag_flag_get_type ());
|
||||
g_type_class_ref (gst_task_pool_get_type ());
|
||||
g_type_class_ref (gst_task_state_get_type ());
|
||||
g_type_class_ref (gst_alloc_trace_flags_get_type ());
|
||||
g_type_class_ref (gst_type_find_probability_get_type ());
|
||||
g_type_class_ref (gst_uri_error_get_type ());
|
||||
g_type_class_ref (gst_uri_type_get_type ());
|
||||
|
@ -1072,7 +1071,6 @@ gst_deinit (void)
|
|||
g_type_class_unref (g_type_class_peek (gst_tag_merge_mode_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_tag_flag_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_task_state_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_alloc_trace_flags_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_type_find_probability_get_type
|
||||
()));
|
||||
g_type_class_unref (g_type_class_peek (gst_uri_type_get_type ()));
|
||||
|
|
Loading…
Reference in a new issue