From 058d5c6b12e865d944f786bf4ee9e6a07c9077b2 Mon Sep 17 00:00:00 2001 From: Wonchul Lee Date: Wed, 8 Apr 2015 14:13:11 +0900 Subject: [PATCH] validate: fix typo in scenario file format docs https://bugzilla.gnome.org/show_bug.cgi?id=747487 --- validate/docs/validate/scenarios.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/docs/validate/scenarios.xml b/validate/docs/validate/scenarios.xml index 053100608d..8984db3641 100644 --- a/validate/docs/validate/scenarios.xml +++ b/validate/docs/validate/scenarios.xml @@ -23,7 +23,7 @@ To be able to define a list of actions to execute on a GstPipeline, a dedicated file format is used. 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, + The scenario 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 comma separated field, and then the key values pair of the form 'parameter=value' separated by commas. The values