mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
scenario: add missing space
This commit is contained in:
parent
78e1cb82da
commit
390b54f40d
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ async_done_cb (GstBus * bus, GstMessage * message,
|
|||
((gint64) (priv->seeked_position - priv->seek_pos_tol))))) {
|
||||
|
||||
GST_VALIDATE_REPORT (scenario, EVENT_SEEK_RESULT_POSITION_WRONG,
|
||||
"Seeked position %" GST_TIME_FORMAT "not in the expected range [%"
|
||||
"Seeked position %" GST_TIME_FORMAT " not in the expected range [%"
|
||||
GST_TIME_FORMAT " -- %" GST_TIME_FORMAT, GST_TIME_ARGS (position),
|
||||
GST_TIME_ARGS (((MAX (0,
|
||||
((gint64) (priv->seeked_position -
|
||||
|
|
Loading…
Reference in a new issue