From a221e91936a2e2319931db4ec70c1c4bcf4ef684 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 23 Aug 2007 16:27:36 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7088f64c..919bb431 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-08-23 Wim Taymans + + * 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 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek), -- cgit