summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2014-10-22 14:15:11 +0200
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2014-10-22 14:15:11 +0200
commit5779e68102725c20bd32f91c5d1094c1d027699d (patch)
tree89ea17b80bef3312e3e348874be5e0f795375b42
parenta76e627af8b4f5b0ac4aeec54a6baa3a9c760a6b (diff)
ges-validate: issues naming have changed.
Update the override.
-rw-r--r--tools/ges-validate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ges-validate.c b/tools/ges-validate.c
index 642af3ac..467a19bb 100644
--- a/tools/ges-validate.c
+++ b/tools/ges-validate.c
@@ -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);