launcher: Add support to --set-property in the parser

This commit is contained in:
Thibault Saunier 2015-02-19 11:28:48 +01:00
parent abb5f2cc2f
commit 5d7b37112f

View file

@ -16,7 +16,7 @@
ges_structure_parser_parse_string (yyextra, yytext, FALSE);
}
[ ]+--clip[ ]+|[ ]+-c[ ]+|[ ]+--transition[ ]+|[ ]+-t[ ]+|[ ]+--effect[ ]+|[ ]+-e[ ]+ {
[ ]+--clip[ ]+|[ ]+-c[ ]+|[ ]+--transition[ ]+|[ ]+-t[ ]+|[ ]+--effect[ ]+|[ ]+-e[ ]+|[ ]+--set-property[ ]+|[ ]+-s[ ]+ {
ges_structure_parser_parse_symbol (yyextra, yytext);
}