From eac403f87cfdbdd30a3ae19d92f1d5ebb7963e98 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 20 Jun 2017 15:51:27 -0400 Subject: [PATCH] validate: Add missing space in segment mismatch issue description --- validate/gst/validate/gst-validate-report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate-report.c b/validate/gst/validate/gst-validate-report.c index 1b98586040..477650b44b 100644 --- a/validate/gst/validate/gst-validate-report.c +++ b/validate/gst/validate/gst-validate-report.c @@ -316,7 +316,7 @@ gst_validate_report_load_issues (void) "received.")); REGISTER_VALIDATE_ISSUE (WARNING, EVENT_NEW_SEGMENT_MISMATCH, _("a new segment event has different value than the received one"), - _("when receiving a new segment, an element should push an equivalent" + _("when receiving a new segment, an element should push an equivalent " "segment downstream")); REGISTER_VALIDATE_ISSUE (WARNING, EVENT_FLUSH_START_UNEXPECTED, _("received an unexpected flush start event"), NULL);