mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
udpsrc: correct LOG msg for -1
Signed-off-by: Marc Leeman <marc.leeman@gmail.com>
This commit is contained in:
parent
b038fd4eff
commit
5b4681dfe7
1 changed files with 1 additions and 2 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue