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:
parent
7dd8dbab28
commit
6321a9135f
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user