udpsrc: correct LOG msg for -1

Signed-off-by: Marc Leeman <marc.leeman@gmail.com>
This commit is contained in:
Marc Leeman 2014-04-16 13:47:43 +02:00 committed by Tim-Philipp Müller
parent b038fd4eff
commit 5b4681dfe7

View 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)) {