From 7c7b58e8393e514d7c6a01ec51c7a24c2c9a8b49 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 28 Jan 2008 12:17:02 +0000 Subject: gst/rtsp/gstrtspsrc.c: Use g_ascii_strtoll() instead of atoll, which is only available in C99. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo): Use g_ascii_strtoll() instead of atoll, which is only available in C99. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 180a3915..67ce4948 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-28 Tim-Philipp Müller + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo): + Use g_ascii_strtoll() instead of atoll, which is only + available in C99. + 2008-01-25 Thijs Vermeir * gst/rtp/Makefile.am: -- cgit