mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
gst: add new flags
This commit is contained in:
parent
4afdef5586
commit
77bc2170f8
1 changed files with 3 additions and 0 deletions
|
@ -737,6 +737,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
||||||
g_type_class_ref (gst_control_binding_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_control_source_get_type ());
|
||||||
g_type_class_ref (gst_lock_flags_get_type ());
|
g_type_class_ref (gst_lock_flags_get_type ());
|
||||||
|
g_type_class_ref (gst_allocator_flags_get_type ());
|
||||||
|
|
||||||
_priv_gst_event_initialize ();
|
_priv_gst_event_initialize ();
|
||||||
_priv_gst_buffer_initialize ();
|
_priv_gst_buffer_initialize ();
|
||||||
|
@ -1106,6 +1107,8 @@ gst_deinit (void)
|
||||||
g_type_class_unref (g_type_class_peek (gst_control_source_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_entry_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_lock_flags_get_type ()));
|
||||||
|
g_type_class_unref (g_type_class_peek (gst_allocator_flags_get_type ()));
|
||||||
|
|
||||||
|
|
||||||
gst_deinitialized = TRUE;
|
gst_deinitialized = TRUE;
|
||||||
GST_INFO ("deinitialized GStreamer");
|
GST_INFO ("deinitialized GStreamer");
|
||||||
|
|
Loading…
Reference in a new issue