ges-project: no need to commit an empty timeline.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 19 Feb 2015 16:33:12 +0000 (17:33 +0100)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 19 Feb 2015 17:24:39 +0000 (18:24 +0100)
Summary: Can lead to deadlocks if the user commits at the same time.

Test Plan: Ran make check, it worked

Reviewers: tsaunier

ges/ges-project.c

index 922068f..4d81892 100644 (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);