mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
ges-launch: fix printf format issue
This commit is contained in:
parent
2a98347461
commit
2ab7c30161
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue