ges-project: no need to commit an empty timeline.

Summary: Can lead to deadlocks if the user commits at the same time.

Test Plan: Ran make check, it worked

Reviewers: tsaunier
This commit is contained in:
Mathieu Duponchelle 2015-02-19 17:33:12 +01:00
parent 7dd8dbab28
commit 6321a9135f

View file

@ -101,7 +101,6 @@ static GParamSpec *_properties[LAST_SIGNAL] = { 0 };
static gboolean
_emit_loaded_in_idle (EmitLoadedInIdle * data)
{
ges_timeline_commit (data->timeline);
g_signal_emit (data->project, _signals[LOADED_SIGNAL], 0, data->timeline);
gst_object_unref (data->project);