mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36: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);
|
||||
}
|
||||
|
||||
if (action->repeat > 0) {
|
||||
GST_ERROR ("Repeat already set!");
|
||||
if (action->repeat > 0)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
if (!gst_structure_has_field (action->structure, "repeat"))
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue