mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
basesink: Change awkward wording in a translateable message.
This commit is contained in:
parent
a4c6d04b4c
commit
f0f9ed875f
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue