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. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af8c0dcc..4f8c8e93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2007-04-10 Wim Taymans + + 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. + 2007-04-06 Wim Taymans * gst/rtsp/Makefile.am: -- cgit