mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
validate: Add the 'flags' for the seek action type
This was always a mandatory field but was not documented
This commit is contained in:
parent
83c0453d81
commit
ce87de95ea
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue