diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2008-01-28 12:17:02 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2008-01-28 12:17:02 +0000 |
| commit | 7c7b58e8393e514d7c6a01ec51c7a24c2c9a8b49 (patch) | |
| tree | 9c52a5483d4c15a9a0659c60a0006dbd37711289 /ChangeLog | |
| parent | 9e88635bc1b759bdb06701f2bdf4f1c0876ed74a (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |
