summaryrefslogtreecommitdiff
path: root/tools/ges-launch.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ges-launch.c')
-rw-r--r--tools/ges-launch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ges-launch.c b/tools/ges-launch.c
index 9868cd3e..dfaaa4f4 100644
--- a/tools/ges-launch.c
+++ b/tools/ges-launch.c
@@ -223,7 +223,7 @@ create_timeline (int nbargs, gchar ** argv)
g_error ("'%s': could not open path!", source);
if (!(uri = ensure_uri (source))) {
- GST_ERROR ("couldn't create uri for '%'s", source);
+ GST_ERROR ("couldn't create uri for '%s'", source);
exit (-1);
}
inpoint = str_to_time (argv[i * 3 + 1]);