validate: Add the 'flags' for the seek action type

This was always a mandatory field but was not documented
This commit is contained in:
Thibault Saunier 2014-10-12 19:16:08 +02:00
parent 83c0453d81
commit ce87de95ea

View file

@ -2142,6 +2142,13 @@ init_scenarios (void)
"duration: The duration of the stream",
NULL
},
{
.name = "flags",
.description = "The GstSeekFlags to use",
.mandatory = TRUE,
.types = "string describing the GstSeekFlags to set",
NULL,
},
{
.name = "rate",
.description = "The rate value of the seek",