mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
gst: init taglist gtype to use it in gstvalue
Otherwise it will have a 0 value and GstTagList won't be found for GstValue functions (serialization/deserialization) https://bugzilla.gnome.org/show_bug.cgi?id=733131
This commit is contained in:
parent
ed39f8b5b7
commit
c7aa4e6a5f
1 changed files with 1 additions and 1 deletions
|
@ -676,11 +676,11 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
|||
_priv_gst_sample_initialize ();
|
||||
_priv_gst_context_initialize ();
|
||||
_priv_gst_date_time_initialize ();
|
||||
_priv_gst_tag_initialize ();
|
||||
_priv_gst_toc_initialize ();
|
||||
_priv_gst_value_initialize ();
|
||||
|
||||
g_type_class_ref (gst_param_spec_fraction_get_type ());
|
||||
_priv_gst_tag_initialize ();
|
||||
gst_parse_context_get_type ();
|
||||
|
||||
_priv_gst_plugin_initialize ();
|
||||
|
|
Loading…
Reference in a new issue