validate: fix typo in scenario file format docs

https://bugzilla.gnome.org/show_bug.cgi?id=747487
This commit is contained in:
Wonchul Lee 2015-04-08 14:13:11 +09:00 committed by Tim-Philipp Müller
parent 2f643bde2c
commit 058d5c6b12

View file

@ -23,7 +23,7 @@
<para> <para>
To be able to define a list of actions to execute on a <link linkend="GstPipeline"><type>GstPipeline</type></link>, a dedicated file format is used. To be able to define a list of actions to execute on a <link linkend="GstPipeline"><type>GstPipeline</type></link>, a dedicated file format is used.
The name of the scenario is the name of the file without its '.scenario' extension. The name of the scenario is the name of the file without its '.scenario' extension.
The scenario file file format is based on the <link linkend="GstStructure"><type>GstStructure</type></link> serialized format which is a basic, type aware, The scenario file format is based on the <link linkend="GstStructure"><type>GstStructure</type></link> serialized format which is a basic, type aware,
key value format. key value format.
It takes the type of the action as first comma separated field, and then 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 the key values pair of the form 'parameter=value' separated by commas. The values