From: Jan Schmidt Date: Mon, 8 Jun 2009 15:16:27 +0000 (+0100) Subject: basesink: Change awkward wording in a translateable message. X-Git-Tag: RELEASE-0.10.24~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0f9ed875ff200015a31c279738c1fb611ff2f94;p=platform%2Fupstream%2Fgstreamer.git basesink: Change awkward wording in a translateable message. --- 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));