mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
validate: The wait mandatory field is duration
This commit is contained in:
parent
0aff591b2f
commit
cd8000994b
1 changed files with 1 additions and 1 deletions
|
@ -1623,7 +1623,7 @@ void
|
|||
init_scenarios (void)
|
||||
{
|
||||
const gchar *seek_mandatory_fields[] = { "start", NULL };
|
||||
const gchar *wait_mandatory_fields[] = { "wait", NULL };
|
||||
const gchar *wait_mandatory_fields[] = { "duration", NULL };
|
||||
|
||||
_gst_validate_action_type = gst_validate_action_get_type ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue