Original commit message from CVS:
* tools/gst-launch.c:
Change the printing of the 'buffering...' output to avoid putting
a \r in a translateable string (flagged by the TP).
+2008-10-12 Jan Schmidt <jan.schmidt@sun.com>
+
+ * tools/gst-launch.c:
+ Change the printing of the 'buffering...' output to avoid putting
+ a \r in a translateable string (flagged by the TP).
+
2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/gstxml.c:
gint percent;
gst_message_parse_buffering (message, &percent);
- fprintf (stderr, _("buffering... %d \r"), percent);
+ fprintf (stderr, "%s %d%% \r", _("buffering..."), percent);
/* no state management needed for live pipelines */
if (is_live)