mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
gst: ref new entry enum types
Fixes 'make check', again.
This commit is contained in:
parent
8f4124acf2
commit
fcaa6e3c48
1 changed files with 2 additions and 0 deletions
|
@ -713,6 +713,7 @@ 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_toc_entry_type_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 ());
|
||||
|
@ -1077,6 +1078,7 @@ 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_toc_entry_type_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