don't call the timeline update, when the reference is invalid
https://bugzilla.gnome.org/show_bug.cgi?id=702605
priv->parsecontext = NULL;
g_hash_table_foreach (priv->layers, (GHFunc) _set_auto_transition, NULL);
+ ges_timeline_enable_update (self->timeline, TRUE);
ges_project_set_loaded (self->project, self);
}
g_signal_emit (project, _signals[LOADED_SIGNAL], 0, formatter->timeline);
/* We are now done with that formatter */
- ges_project_remove_formatter (project, formatter);
ges_timeline_enable_update (formatter->timeline, TRUE);
+ ges_project_remove_formatter (project, formatter);
return TRUE;
}