basesink: Change awkward wording in a translateable message.

This commit is contained in:
Jan Schmidt 2009-06-08 16:16:27 +01:00
parent a4c6d04b4c
commit f0f9ed875f

View file

@ -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));