basesink: Change awkward wording in a translateable message.
authorJan Schmidt <thaytan@noraisin.net>
Mon, 8 Jun 2009 15:16:27 +0000 (16:16 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Mon, 8 Jun 2009 15:16:27 +0000 (16:16 +0100)
libs/gst/base/gstbasesink.c

index e4da85a..77cf8d6 100644 (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));