mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
gst: init new flag types to pass make check
This commit is contained in:
parent
7d7511a4b3
commit
533548529b
1 changed files with 2 additions and 0 deletions
|
@ -663,6 +663,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
|||
g_type_class_ref (gst_meta_flags_get_type ());
|
||||
g_type_class_ref (gst_toc_entry_type_get_type ());
|
||||
g_type_class_ref (gst_toc_scope_get_type ());
|
||||
g_type_class_ref (gst_toc_loop_type_get_type ());
|
||||
g_type_class_ref (gst_control_binding_get_type ());
|
||||
g_type_class_ref (gst_control_source_get_type ());
|
||||
g_type_class_ref (gst_lock_flags_get_type ());
|
||||
|
@ -1059,6 +1060,7 @@ gst_deinit (void)
|
|||
g_type_class_unref (g_type_class_peek (gst_control_binding_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_control_source_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_toc_loop_type_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_lock_flags_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_allocator_flags_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_stream_flags_get_type ()));
|
||||
|
|
Loading…
Reference in a new issue