CVS Root: /cvs/gstreamer
Module: gst-plugins-good
Changes by: slomo
Date: Sun Nov 30 2008 16:24:59 UTC
Log message:
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
Provide the parameters that are required for the format string
to fix a compiler warning.
Modified files:
. : ChangeLog
gst/udp : gstmultiudpsink.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.3843&r2=1.3844
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/udp/gstmultiudpsink.c.diff?r1=1.41&r2=1.42
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-good/ChangeLog,v
retrieving revision 1.3843
retrieving revision 1.3844
diff -u -d -r1.3843 -r1.3844
--- ChangeLog 29 Nov 2008 20:05:40 -0000 1.3843
+++ ChangeLog 30 Nov 2008 16:24:43 -0000 1.3844
@@ -1,3 +1,9 @@
+2008-11-30 Sebastian Dröge <[email protected]>
+
+ * 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 <[email protected]>
* gst/autodetect/gstautoaudiosrc.c:
Index: gstmultiudpsink.c
RCS file: /cvs/gstreamer/gst-plugins-good/gst/udp/gstmultiudpsink.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- gstmultiudpsink.c 28 Nov 2008 15:10:50 -0000 1.41
+++ gstmultiudpsink.c 30 Nov 2008 16:24:45 -0000 1.42
@@ -410,8 +410,8 @@
/* some error, just warn, it's likely recoverable and we don't want to
* break streaming. We break so that we stop retrying for this client. */
if (errno != EINTR && errno != EAGAIN) {
- GST_WARNING_OBJECT (sink, "client %p gave error %d (%s)", errno,
- g_strerror (errno));
+ GST_WARNING_OBJECT (sink, "client %p gave error %d (%s)", client,
+ errno, g_strerror (errno));
break;
}
} else {
-------------------------------------------------------------------------
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.