summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-01-28 12:17:02 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-01-28 12:17:02 +0000
commit7c7b58e8393e514d7c6a01ec51c7a24c2c9a8b49 (patch)
tree9c52a5483d4c15a9a0659c60a0006dbd37711289 /ChangeLog
parent9e88635bc1b759bdb06701f2bdf4f1c0876ed74a (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <thijsvermeir@gmail.com>
* gst/rtp/Makefile.am: