From f0f9ed875ff200015a31c279738c1fb611ff2f94 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 8 Jun 2009 16:16:27 +0100 Subject: [PATCH] basesink: Change awkward wording in a translateable message. --- libs/gst/base/gstbasesink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gst/base/gstbasesink.c b/libs/gst/base/gstbasesink.c index e4da85a..77cf8d6 100644 --- a/libs/gst/base/gstbasesink.c +++ b/libs/gst/base/gstbasesink.c @@ -2487,8 +2487,8 @@ gst_base_sink_is_too_late (GstBaseSink * basesink, GstMiniObject * obj, if (priv->last_in_time != -1 && start - priv->last_in_time > GST_SECOND) { late = FALSE; GST_ELEMENT_WARNING (basesink, CORE, CLOCK, - (_("A lot of buffers are dropped.")), - ("Maybe there is a timestamp problem or this computer is too slow.")); + (_("A lot of buffers are being dropped.")), + ("There may be a timestamping problem, or this computer is too slow.")); GST_DEBUG_OBJECT (basesink, "**emergency** last buffer at %" GST_TIME_FORMAT " > GST_SECOND", GST_TIME_ARGS (priv->last_in_time)); -- 2.7.4