From 50f88db3adc166ac48020d61d9ee306a103d2e61 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 10 Apr 2007 10:01:14 +0000 Subject: gst/: Fix some compiler warnings. Fixes #428182. Original commit message from CVS: Patch by: Peter Kjellerstedt * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index): * gst/rtp/gstrtpL16depay.c: * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process): * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps): * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp): * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send): Fix some compiler warnings. Fixes #428182. --- gst/rtp/gstrtpL16depay.c | 2 ++ gst/rtp/gstrtpmp4gdepay.c | 3 ++- gst/rtp/gstrtpspeexdepay.c | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c index fb753b75..2a5a4b71 100644 --- a/gst/rtp/gstrtpL16depay.c +++ b/gst/rtp/gstrtpL16depay.c @@ -20,7 +20,9 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif + #include +#include #include "gstrtpL16depay.h" diff --git a/gst/rtp/gstrtpmp4gdepay.c b/gst/rtp/gstrtpmp4gdepay.c index 403412b5..c9e2d453 100644 --- a/gst/rtp/gstrtpmp4gdepay.c +++ b/gst/rtp/gstrtpmp4gdepay.c @@ -21,9 +21,10 @@ # include "config.h" #endif +#include +#include #include -#include #include "gstrtpmp4gdepay.h" GST_DEBUG_CATEGORY_STATIC (rtpmp4gdepay_debug); diff --git a/gst/rtp/gstrtpspeexdepay.c b/gst/rtp/gstrtpspeexdepay.c index 833b029f..c18c5e22 100644 --- a/gst/rtp/gstrtpspeexdepay.c +++ b/gst/rtp/gstrtpspeexdepay.c @@ -22,7 +22,9 @@ #endif #include +#include #include + #include "gstrtpspeexdepay.h" /* elementfactory information */ -- cgit