mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
gst: init the GType early
This commit is contained in:
parent
ebf615a9e9
commit
e72d062b33
1 changed files with 1 additions and 0 deletions
|
@ -756,6 +756,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
||||||
g_type_class_ref (gst_caps_intersect_mode_get_type ());
|
g_type_class_ref (gst_caps_intersect_mode_get_type ());
|
||||||
|
|
||||||
gst_structure_get_type ();
|
gst_structure_get_type ();
|
||||||
|
gst_context_get_type ();
|
||||||
_gst_event_initialize ();
|
_gst_event_initialize ();
|
||||||
_gst_buffer_initialize ();
|
_gst_buffer_initialize ();
|
||||||
_gst_message_initialize ();
|
_gst_message_initialize ();
|
||||||
|
|
Loading…
Reference in a new issue