diff options
author | Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> | 2015-02-19 17:33:12 +0100 |
---|---|---|
committer | Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> | 2015-02-19 18:24:39 +0100 |
commit | 6321a9135fc29e9a8a8d3d23b0129c28cb811575 (patch) | |
tree | 4d731603c275cb78a51cfb706dae57b403f4fe0f /ges | |
parent | 7dd8dbab282f9497ccc38857163134fce40d7013 (diff) |
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
Diffstat (limited to 'ges')
-rw-r--r-- | ges/ges-project.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ges/ges-project.c b/ges/ges-project.c index 922068f2..4d818929 100644 --- a/ges/ges-project.c +++ b/ges/ges-project.c @@ -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); |