mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
validate: Fix typo
This commit is contained in:
parent
5b81bb4bc9
commit
09c5283692
1 changed files with 1 additions and 1 deletions
|
@ -1071,7 +1071,7 @@ _check_position (GstValidateScenario * scenario, GstValidateAction * act,
|
|||
(gint64) priv->segment_start - priv->seek_pos_tol)))) {
|
||||
priv->seeked_in_pause = FALSE;
|
||||
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,
|
||||
GST_TIME_ARGS (*position), GST_TIME_ARGS (priv->segment_start));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue