tools:launch: Print out the timeline description as an INFO not an ERROR

This commit is contained in:
Thibault Saunier 2015-04-15 12:18:15 +02:00
parent de256fcf13
commit 4aaee7d5f5

View file

@ -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);