mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gst: add new flags
This commit is contained in:
parent
f33b1397d3
commit
165af7c903
1 changed files with 2 additions and 0 deletions
|
@ -761,6 +761,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
|||
g_type_class_ref (gst_pad_probe_type_get_type ());
|
||||
g_type_class_ref (gst_pad_probe_return_get_type ());
|
||||
g_type_class_ref (gst_segment_flags_get_type ());
|
||||
g_type_class_ref (gst_scheduling_flags_get_type ());
|
||||
|
||||
_priv_gst_event_initialize ();
|
||||
_priv_gst_buffer_initialize ();
|
||||
|
@ -1132,6 +1133,7 @@ gst_deinit (void)
|
|||
g_type_class_unref (g_type_class_peek (gst_pad_probe_type_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_pad_probe_return_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_segment_flags_get_type ()));
|
||||
g_type_class_unref (g_type_class_peek (gst_scheduling_flags_get_type ()));
|
||||
|
||||
gst_deinitialized = TRUE;
|
||||
GST_INFO ("deinitialized GStreamer");
|
||||
|
|
Loading…
Reference in a new issue