validate:scenario: Allow using set-vars from numeric expressions
authorThibault Saunier <tsaunier@igalia.com>
Sat, 2 Feb 2019 16:43:35 +0000 (13:43 -0300)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 15 Feb 2019 14:19:03 +0000 (14:19 +0000)
commitbe854d4be890c95922cbe4e5cbbaa7fc408b9f85
tree30b223e097aec471ee42708ed61649edd3b3c984
parent28e041b2cb8f7f84792a924255d03660fd5c5711
validate:scenario: Allow using set-vars from numeric expressions

And require them to follow the `$varname` (can't be $(varname) as
parenthesis have another meaning in those expressions).

Still accept "duration" and "position" as varname for backward compat
but update our scenarios anyway.
validate/data/scenarios/fast_forward.scenario
validate/data/scenarios/reverse_playback.scenario
validate/data/scenarios/scrub_backward_seeking.scenario
validate/data/scenarios/scrub_backward_seeking_full.scenario
validate/data/scenarios/scrub_forward_seeking.scenario
validate/data/scenarios/scrub_forward_seeking_full.scenario
validate/data/scenarios/seek_backward.scenario
validate/data/scenarios/seek_forward.scenario
validate/gst/validate/gst-validate-scenario.c
validate/gst/validate/gst-validate-utils.c