mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
gst: Initialize new GstMetaFlags in init_post()
This commit is contained in:
parent
2f82c74e68
commit
a51c408161
1 changed files with 1 additions and 0 deletions
|
@ -770,6 +770,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
|||
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 ());
|
||||
g_type_class_ref (gst_meta_flags_get_type ());
|
||||
|
||||
g_type_class_ref (gst_control_binding_get_type ());
|
||||
g_type_class_ref (gst_control_source_get_type ());
|
||||
|
|
Loading…
Reference in a new issue