validate: The wait mandatory field is duration

This commit is contained in:
Thibault Saunier 2014-05-07 09:15:34 +02:00
parent 0aff591b2f
commit cd8000994b

View file

@ -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 ();