summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-08-23 16:27:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-08-23 16:27:36 +0000
commita221e91936a2e2319931db4ec70c1c4bcf4ef684 (patch)
tree98e5139e083426ab33b2ae8fe4a19aca714fcce7 /ChangeLog
parent5592bdd4592958b4e0ec231d79b3b9f3c784a4e1 (diff)
gst/rtsp/gstrtspsrc.c: Make sure we generate and parse floating point values in the POSIX locale instead of the curre...
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf), (gst_rtspsrc_get_float), (gst_rtspsrc_play): Make sure we generate and parse floating point values in the POSIX locale instead of the current locale.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7088f64c..919bb431 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-23 Wim Taymans <wim.taymans@gmail.com>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
+ (gst_rtspsrc_get_float), (gst_rtspsrc_play):
+ Make sure we generate and parse floating point values in the POSIX
+ locale instead of the current locale.
+
2007-08-22 Wim Taymans <wim.taymans@gmail.com>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),