diff --git a/ges/ges-command-line-formatter.c b/ges/ges-command-line-formatter.c index d834e392d0..30d1853bdb 100644 --- a/ges/ges-command-line-formatter.c +++ b/ges/ges-command-line-formatter.c @@ -764,6 +764,7 @@ _load (GESFormatter * self, GESTimeline * timeline, const gchar * string, if (gst_structure_has_name (tmp->data, options[i].long_name) || (strlen (name) == 1 && *name == options[i].short_name)) { EXEC (((ActionFromStructureFunc) options[i].callback), tmp->data, &err); + break; } } }