validare: Enhance report message about wrong position

This commit is contained in:
Thibault Saunier 2016-09-06 10:29:27 -03:00
parent 8973fa04eb
commit 4090b0a7ae

View 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));
}
}