diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-27 08:36:43 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-27 08:36:43 +0000 |
| commit | cbec4b2d9dbad5fb67e95b16db6a960b7860c239 (patch) | |
| tree | 4d29e12cb23f43b8f538992e09a48b6382b3ca85 /ChangeLog | |
| parent | 3ca3d1de2be92a73018d06e2cc14b258328bdaf2 (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |
