summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2007-04-10 10:01:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-10 10:01:14 +0000
commit50f88db3adc166ac48020d61d9ee306a103d2e61 (patch)
tree9c64fe202f4f6990ae94a29085e719986d4dc81b /ChangeLog
parentf80444aaece651265c16121339c65c561ef2e7af (diff)
gst/: Fix some compiler warnings. Fixes #428182.
Original commit message from CVS: Patch by: Peter Kjellerstedt <pkj at axis com> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af8c0dcc..4f8c8e93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-04-10 Wim Taymans <wim@fluendo.com>
+
+ Patch by: Peter Kjellerstedt <pkj at axis com>
+
+ * 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 <wim@fluendo.com>
* gst/rtsp/Makefile.am: