mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
validate: scenario: fix type field in description parameter
Nothing wrong with Sting though :) Additionally: Fix typo in need-clock-sync's description
This commit is contained in:
parent
b2ec10ace3
commit
fd796d2976
1 changed files with 2 additions and 2 deletions
|
@ -3699,7 +3699,7 @@ init_scenarios (void)
|
|||
.name = "summary",
|
||||
.description = "Whether the scenario is a config only scenario (ie. explain what it does)",
|
||||
.mandatory = FALSE,
|
||||
.types = "sting",
|
||||
.types = "string",
|
||||
.possible_variables = NULL,
|
||||
.def = "'Nothing'"},
|
||||
{
|
||||
|
@ -3737,7 +3737,7 @@ init_scenarios (void)
|
|||
},
|
||||
{
|
||||
.name = "need-clock-sync",
|
||||
.description = "Whether the scenario needs the execution to be syncronized with the pipeline\n"
|
||||
.description = "Whether the scenario needs the execution to be synchronized with the pipeline's\n"
|
||||
"clock. Letting the user know if it can be used with a 'fakesink sync=false' sink",
|
||||
.mandatory = FALSE,
|
||||
.types = "boolean",
|
||||
|
|
Loading…
Reference in a new issue