summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpvrawdepay.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-07-07 10:30:51 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-07-07 10:30:51 +0000
commit9f886ee1f2d7437eb121c7049a4b358be25117a9 (patch)
tree12d7bacedcab3b2eba548b9ccbe5e68d67bcfdac /gst/rtp/gstrtpvrawdepay.c
parent5e2a462789be55a717238ca6f30902b1fc0432c6 (diff)
gst/rtp/gstrtpvrawdepay.c: Include stdlib.h for atoi().
Original commit message from CVS: * gst/rtp/gstrtpvrawdepay.c: Include stdlib.h for atoi(). * gst/rtsp/gstrtspsrc.c: Use floating point math for latencies < 0 sec in log output.
Diffstat (limited to 'gst/rtp/gstrtpvrawdepay.c')
-rw-r--r--gst/rtp/gstrtpvrawdepay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpvrawdepay.c b/gst/rtp/gstrtpvrawdepay.c
index 6e975ddc..1ab0f4bd 100644
--- a/gst/rtp/gstrtpvrawdepay.c
+++ b/gst/rtp/gstrtpvrawdepay.c
@@ -24,6 +24,7 @@
#include <gst/rtp/gstrtpbuffer.h>
#include <string.h>
+#include <stdlib.h>
#include "gstrtpvrawdepay.h"
GST_DEBUG_CATEGORY_STATIC (rtpvrawdepay_debug);