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/udp/gstmultiudpsink.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/udp/gstmultiudpsink.c') diff --git a/gst/udp/gstmultiudpsink.c b/gst/udp/gstmultiudpsink.c index bcafd95f..542eb470 100644 --- a/gst/udp/gstmultiudpsink.c +++ b/gst/udp/gstmultiudpsink.c @@ -430,6 +430,7 @@ gst_multiudpsink_init_send (GstMultiUDPSink * sink) join_multicast (client); } return TRUE; + /* ERRORS */ no_socket: { -- cgit