mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
ges-validate: issues naming have changed.
Update the override.
This commit is contained in:
parent
a76e627af8
commit
5779e68102
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ ges_validate_activate (GstPipeline * pipeline, const gchar * scenario,
|
|||
|
||||
o = gst_validate_override_new ();
|
||||
gst_validate_override_change_severity (o,
|
||||
GST_VALIDATE_ISSUE_ID_EVENT_SEEK_RESULT_POSITION_WRONG,
|
||||
EVENT_SEEK_RESULT_POSITION_WRONG,
|
||||
GST_VALIDATE_REPORT_LEVEL_WARNING);
|
||||
gst_validate_override_register_by_name ("scenarios", o);
|
||||
|
||||
|
|
Loading…
Reference in a new issue