mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
gst: init new flags type in gst_init()
Fix 'make check' some more.
This commit is contained in:
parent
34660946f1
commit
49f1f351c8
1 changed files with 2 additions and 0 deletions
|
@ -690,6 +690,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
|||
g_type_class_ref (gst_allocator_flags_get_type ());
|
||||
g_type_class_ref (gst_stream_flags_get_type ());
|
||||
g_type_class_ref (gst_stream_type_get_type ());
|
||||
g_type_class_ref (gst_stack_trace_flags_get_type ());
|
||||
|
||||
_priv_gst_event_initialize ();
|
||||
_priv_gst_buffer_initialize ();
|
||||
|
@ -1137,6 +1138,7 @@ gst_deinit (void)
|
|||
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 ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_debug_color_mode_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_stack_trace_flags_get_type ()));
|
||||
|
||||
gst_deinitialized = TRUE;
|
||||
GST_INFO ("deinitialized GStreamer");
|
||||
|
|
Loading…
Reference in a new issue