validate:scenario: Report EVENT_SEEK_NOT_HANDLED as reported error on error
authorThibault Saunier <tsaunier@gnome.org>
Tue, 14 Jul 2015 16:16:40 +0000 (18:16 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Tue, 14 Jul 2015 16:16:40 +0000 (18:16 +0200)
validate/gst/validate/gst-validate-scenario.c

index b48b1911e87789ad2e4423ae8ee7729bd7c47b66..d1ab762c39348587bc88dfb5eaaa4382434a71c9 100644 (file)
@@ -509,7 +509,7 @@ gst_validate_scenario_execute_seek (GstValidateScenario * scenario,
         GST_TIME_ARGS (action->playback_time), action->name,
         action->action_number, action->repeat, GST_TIME_ARGS (start),
         GST_TIME_ARGS (stop), rate);
-    ret = GST_VALIDATE_EXECUTE_ACTION_ERROR;
+    ret = GST_VALIDATE_EXECUTE_ACTION_ERROR_REPORTED;
   }
   gst_event_unref (seek);