mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
ges-launch: Do no create "normal" timeline when you load a project
This commit is contained in:
parent
8b1039a87a
commit
6b8657a04e
1 changed files with 4 additions and 3 deletions
|
@ -260,10 +260,11 @@ create_pipeline (gchar * load_path, gchar * save_path, int argc, char **argv,
|
|||
}
|
||||
g_printf ("loaded project successfully\n");
|
||||
g_free (uri);
|
||||
} else
|
||||
} else {
|
||||
/* Normal timeline creation */
|
||||
if (!(timeline = create_timeline (argc, argv, audio, video)))
|
||||
goto failure;
|
||||
if (!(timeline = create_timeline (argc, argv, audio, video)))
|
||||
goto failure;
|
||||
}
|
||||
|
||||
/* save project if path is given. we do this now in case GES crashes or
|
||||
* hangs during playback. */
|
||||
|
|
Loading…
Reference in a new issue