From 390b54f40ddfa03e7c54a22f10485b0034b6a3b6 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 2 Sep 2013 10:46:42 -0300 Subject: [PATCH] scenario: add missing space --- validate/gst/validate/gst-validate-scenario.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate-scenario.c b/validate/gst/validate/gst-validate-scenario.c index 67a8cfe9a3..a29b2940de 100644 --- a/validate/gst/validate/gst-validate-scenario.c +++ b/validate/gst/validate/gst-validate-scenario.c @@ -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 -