diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-30 16:24:45 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-30 16:24:45 +0000 |
commit | cfcc44e3bac579fd2a3b51e352a05d973ee8bed5 (patch) | |
tree | 304972ea8ba4ff2ff6dce5940d9619ccbbef010e /ChangeLog | |
parent | 4be0ab8e86ab2442d7405803a8a518be47a2d020 (diff) |
gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the format string to fix a compiler warning.
Original commit message from CVS:
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
Provide the parameters that are required for the format string
to fix a compiler warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-11-30 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render): + Provide the parameters that are required for the format string + to fix a compiler warning. + 2008-11-29 Stefan Kost <ensonic@users.sf.net> * gst/autodetect/gstautoaudiosrc.c: |