mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +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_printf ("loaded project successfully\n");
|
||||||
g_free (uri);
|
g_free (uri);
|
||||||
} else
|
} else {
|
||||||
/* Normal timeline creation */
|
/* Normal timeline creation */
|
||||||
if (!(timeline = create_timeline (argc, argv, audio, video)))
|
if (!(timeline = create_timeline (argc, argv, audio, video)))
|
||||||
goto failure;
|
goto failure;
|
||||||
|
}
|
||||||
|
|
||||||
/* save project if path is given. we do this now in case GES crashes or
|
/* save project if path is given. we do this now in case GES crashes or
|
||||||
* hangs during playback. */
|
* hangs during playback. */
|
||||||
|
|
Loading…
Reference in a new issue