summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-27 08:36:43 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-27 08:36:43 +0000
commitcbec4b2d9dbad5fb67e95b16db6a960b7860c239 (patch)
tree4d29e12cb23f43b8f538992e09a48b6382b3ca85 /ChangeLog
parent3ca3d1de2be92a73018d06e2cc14b258328bdaf2 (diff)
gst/udp/: Fix "argument type mismatch" compiler warnings on Windows.
Original commit message from CVS: Patch by: <lrn1986 at gmail dot com> * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render): * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render): * gst/udp/gstudpsrc.c: (gst_udpsrc_create): Fix "argument type mismatch" compiler warnings on Windows. Fixes bug #557293.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86e5d934..6084bb9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ Patch by: <lrn1986 at gmail dot com>
+
+ * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
+ * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
+ Fix "argument type mismatch" compiler warnings on Windows.
+ Fixes bug #557293.
+
+2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/equalizer/gstiirequalizer.c: (update_coefficients):
Don't calculate the filter coefficients for every single buffer
but only when it's needed. Fixes bug #557260.