mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue