mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
validate:scenario: Cleanup spurious error message
This commit is contained in:
parent
b61cb56e20
commit
c32c3e82d6
1 changed files with 1 additions and 3 deletions
|
@ -2952,10 +2952,8 @@ gst_validate_action_default_prepare_func (GstValidateAction * action)
|
||||||
type->parameters[i].name, &tmp);
|
type->parameters[i].name, &tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (action->repeat > 0) {
|
if (action->repeat > 0)
|
||||||
GST_ERROR ("Repeat already set!");
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
|
||||||
|
|
||||||
if (!gst_structure_has_field (action->structure, "repeat"))
|
if (!gst_structure_has_field (action->structure, "repeat"))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in a new issue