From 9e7f713758b7b63e02f0b6605e0035822e048b72 Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Mon, 2 Mar 2015 14:38:16 +0100 Subject: [PATCH] validate:docs: Fix typos in Scenario File Format https://bugzilla.gnome.org/show_bug.cgi?id=736160 --- validate/docs/validate/scenarios.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validate/docs/validate/scenarios.xml b/validate/docs/validate/scenarios.xml index 2fa55496ab..035eeb651b 100644 --- a/validate/docs/validate/scenarios.xml +++ b/validate/docs/validate/scenarios.xml @@ -25,8 +25,8 @@ The name of the scenario is the name of the file without its '.scenario' extension. The scenario file file format is based on the GstStructure serialized format which is a basic, type aware, key value format. - It takes the type of the action as first coma separated field, and then - the key values pair of the form 'parameter=value' separated by comas. The values + It takes the type of the action as first comma separated field, and then + the key values pair of the form 'parameter=value' separated by commas. The values type will be guessed if not casted as in 'parameter=(string)value'. You can force the type guessing system to actually know what type you want by giving it the right hints. For example to make sure the value is a double, you should add a decimal (ie '1' will be considered as a