CVS Root: /cvs/gstreamer
Module: gst-plugins-bad
Changes by: slomo
Date: Sat Nov 22 2008 08:23:31 UTC
Log message:
* 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.
Modified files:
. : ChangeLog
gst/dccp : gstdccp.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/ChangeLog.diff?r1=1.3723&r2=1.3724
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/gst/dccp/gstdccp.c.diff?r1=1.5&r2=1.6
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-bad/ChangeLog,v
retrieving revision 1.3723
retrieving revision 1.3724
diff -u -d -r1.3723 -r1.3724
--- ChangeLog 21 Nov 2008 16:17:20 -0000 1.3723
+++ ChangeLog 22 Nov 2008 08:23:16 -0000 1.3724
@@ -1,3 +1,9 @@
+2008-11-22 Sebastian Dröge <[email protected]>
+
+ * 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 <[email protected]>
Patch by: Olivier Crete <tester at tester dot ca>
Index: gstdccp.c
RCS file: /cvs/gstreamer/gst-plugins-bad/gst/dccp/gstdccp.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gstdccp.c 20 Nov 2008 16:01:26 -0000 1.5
+++ gstdccp.c 22 Nov 2008 08:23:17 -0000 1.6
@@ -343,7 +343,7 @@
if (bytes_written != size) {
GST_ELEMENT_ERROR (element, RESOURCE, WRITE,
("Error while sending data to socket %d.", socket),
- ("Only %" G_GSIZE_FORMAT " of %u bytes written: %s",
+ ("Only %" G_GSIZE_FORMAT " of %" G_GSIZE_FORMAT " bytes written: %s",
bytes_written, size, g_strerror (errno)));
return GST_FLOW_ERROR;
}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.