summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-24 15:00:55 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-24 15:00:55 +0000
commit51c72cdd13af715081bc10919ee3a27bffba0649 (patch)
treecf7aec506fc9c5167c7392546c27f6d2a3c40ab0 /ChangeLog
parentfda3f3facfa15e547bde56462ee9a1534f81b1cd (diff)
downloadgstreamer-51c72cdd13af715081bc10919ee3a27bffba0649.tar.gz
tools/gst-launch.c: When buffering goes from a two digit to a single digit number, make sure to remove the old second...
Original commit message from CVS: * tools/gst-launch.c: (event_loop): When buffering goes from a two digit to a single digit number, make sure to remove the old second digit by writing a blank over it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da3f752a48..6f17358950 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-24 Wim Taymans <wim@fluendo.com>
+
+ * tools/gst-launch.c: (event_loop):
+ When buffering goes from a two digit to a single digit number, make sure
+ to remove the old second digit by writing a blank over it.
+
2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
* libs/gst/base/gstdataqueue.c: