validare: Enhance report message about wrong position
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Tue, 6 Sep 2016 13:29:27 +0000 (10:29 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 8 Sep 2016 13:39:56 +0000 (10:39 -0300)
validate/gst/validate/gst-validate-scenario.c

index 7e49b5c..ff969ff 100644 (file)
@@ -1364,7 +1364,8 @@ _check_position (GstValidateScenario * scenario, GstValidateAction * act,
       priv->seeked_in_pause = FALSE;
       GST_VALIDATE_REPORT (scenario, EVENT_SEEK_RESULT_POSITION_WRONG,
           "Reported position after accurate seek in PAUSED state should be exactly"
-          " what the user asked for %" GST_TIME_FORMAT " != %" GST_TIME_FORMAT,
+          " what the user asked for. Position %" GST_TIME_FORMAT
+          " is not not the expected one:  %" GST_TIME_FORMAT,
           GST_TIME_ARGS (*position), GST_TIME_ARGS (priv->segment_start));
     }
   }