mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
gst: ref new enum type in gst_init()
This commit is contained in:
parent
783a9d61b9
commit
e115c28ae4
1 changed files with 2 additions and 0 deletions
|
@ -681,6 +681,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
|||
g_type_class_ref (gst_event_type_get_type ());
|
||||
g_type_class_ref (gst_seek_type_get_type ());
|
||||
g_type_class_ref (gst_seek_flags_get_type ());
|
||||
g_type_class_ref (gst_stream_config_flags_get_type ());
|
||||
g_type_class_ref (gst_qos_type_get_type ());
|
||||
g_type_class_ref (gst_format_get_type ());
|
||||
g_type_class_ref (gst_debug_level_get_type ());
|
||||
|
@ -1037,6 +1038,7 @@ gst_deinit (void)
|
|||
g_type_class_unref (g_type_class_peek (gst_parse_flags_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_resource_error_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_search_mode_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_stream_config_flags_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_stream_error_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_stream_status_type_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_structure_change_type_get_type
|
||||
|
|
Loading…
Reference in a new issue