mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
gst: add stream flags
This commit is contained in:
parent
71787d40f3
commit
e9c48043d1
1 changed files with 2 additions and 0 deletions
|
@ -655,6 +655,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
|||
g_type_class_ref (gst_control_source_get_type ());
|
||||
g_type_class_ref (gst_lock_flags_get_type ());
|
||||
g_type_class_ref (gst_allocator_flags_get_type ());
|
||||
g_type_class_ref (gst_stream_flags_get_type ());
|
||||
|
||||
_priv_gst_event_initialize ();
|
||||
_priv_gst_buffer_initialize ();
|
||||
|
@ -1027,6 +1028,7 @@ gst_deinit (void)
|
|||
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_allocator_flags_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_stream_flags_get_type ()));
|
||||
|
||||
|
||||
gst_deinitialized = TRUE;
|
||||
|
|
Loading…
Reference in a new issue