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:
Thiago Santos 2014-07-14 18:10:45 -03:00
parent ed39f8b5b7
commit c7aa4e6a5f

View file

@ -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 ();