From ce87de95eae7369f143b6e5f46ad1114f3ea2f84 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sun, 12 Oct 2014 19:16:08 +0200 Subject: [PATCH] validate: Add the 'flags' for the seek action type This was always a mandatory field but was not documented --- validate/gst/validate/gst-validate-scenario.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/validate/gst/validate/gst-validate-scenario.c b/validate/gst/validate/gst-validate-scenario.c index c5964ffd61..ca2bbf1926 100644 --- a/validate/gst/validate/gst-validate-scenario.c +++ b/validate/gst/validate/gst-validate-scenario.c @@ -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",