ges-validate: issues naming have changed.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Wed, 22 Oct 2014 12:15:11 +0000 (14:15 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Wed, 22 Oct 2014 12:15:11 +0000 (14:15 +0200)
Update the override.

tools/ges-validate.c

index 642af3a..467a19b 100644 (file)
@@ -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);