udpsrc: correct LOG msg for -1
authorMarc Leeman <marc.leeman@gmail.com>
Wed, 16 Apr 2014 11:47:43 +0000 (13:47 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 16 Apr 2014 12:54:40 +0000 (13:54 +0100)
Signed-off-by: Marc Leeman <marc.leeman@gmail.com>
gst/udp/gstudpsrc.c

index 0a8d7ea..774e272 100644 (file)
@@ -424,8 +424,7 @@ retry:
     else
       timeout = -1;
 
-    GST_LOG_OBJECT (udpsrc, "doing select, timeout %" G_GUINT64_FORMAT,
-        timeout);
+    GST_LOG_OBJECT (udpsrc, "doing select, timeout %" G_GINT64_FORMAT, timeout);
 
     if (!g_socket_condition_timed_wait (udpsrc->used_socket, G_IO_IN | G_IO_PRI,
             timeout, udpsrc->cancellable, &err)) {