validate: Fix typo

This commit is contained in:
Sebastian Dröge 2015-08-16 17:59:00 +02:00
parent 5b81bb4bc9
commit 09c5283692

View file

@ -1071,7 +1071,7 @@ _check_position (GstValidateScenario * scenario, GstValidateAction * act,
(gint64) priv->segment_start - priv->seek_pos_tol)))) { (gint64) priv->segment_start - priv->seek_pos_tol)))) {
priv->seeked_in_pause = FALSE; priv->seeked_in_pause = FALSE;
GST_VALIDATE_REPORT (scenario, EVENT_SEEK_RESULT_POSITION_WRONG, GST_VALIDATE_REPORT (scenario, EVENT_SEEK_RESULT_POSITION_WRONG,
"Reported position after accurate seek in PAUSED state should be exactlty" "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 %" GST_TIME_FORMAT " != %" GST_TIME_FORMAT,
GST_TIME_ARGS (*position), GST_TIME_ARGS (priv->segment_start)); GST_TIME_ARGS (*position), GST_TIME_ARGS (priv->segment_start));
} }