diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-22 08:23:17 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-22 08:23:17 +0000 |
commit | 7e028507ffccf1bba9a76b2327967fe26dea9bca (patch) | |
tree | 0a5d9b53a0e281debe8bcd87dcc1287786dfc566 /ChangeLog | |
parent | a6395920c1ebaa3a8f3f0e1b002935bb48c43235 (diff) | |
download | gst-plugins-bad-7e028507ffccf1bba9a76b2327967fe26dea9bca.tar.gz gst-plugins-bad-7e028507ffccf1bba9a76b2327967fe26dea9bca.tar.bz2 gst-plugins-bad-7e028507ffccf1bba9a76b2327967fe26dea9bca.zip |
gst/dccp/gstdccp.c: Use G_GSIZE_FORMAT instead of "%u" for a size_t variable in the format string to prevent a compil...
Original commit message from CVS:
* gst/dccp/gstdccp.c: (gst_dccp_socket_write):
Use G_GSIZE_FORMAT instead of "%u" for a size_t variable in
the format string to prevent 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-22 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/dccp/gstdccp.c: (gst_dccp_socket_write): + Use G_GSIZE_FORMAT instead of "%u" for a size_t variable in + the format string to prevent a compiler warning. + 2008-11-21 Wim Taymans <wim.taymans@collabora.co.uk> Patch by: Olivier Crete <tester at tester dot ca> |