mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
tools:launch: Print out the timeline description as an INFO not an ERROR
This commit is contained in:
parent
de256fcf13
commit
4aaee7d5f5
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ _create_timeline (GESLauncher * self, const gchar * serialized_timeline,
|
|||
if (proj_uri != NULL) {
|
||||
project = ges_project_new (proj_uri);
|
||||
} else if (scenario == NULL) {
|
||||
GST_ERROR ("serialized timeline is %s", serialized_timeline);
|
||||
GST_INFO ("serialized timeline is %s", serialized_timeline);
|
||||
project = ges_project_new (serialized_timeline);
|
||||
} else {
|
||||
project = ges_project_new (NULL);
|
||||
|
|
Loading…
Reference in a new issue