mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +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
|
else
|
||||||
timeout = -1;
|
timeout = -1;
|
||||||
|
|
||||||
GST_LOG_OBJECT (udpsrc, "doing select, timeout %" G_GUINT64_FORMAT,
|
GST_LOG_OBJECT (udpsrc, "doing select, timeout %" G_GINT64_FORMAT, timeout);
|
||||||
timeout);
|
|
||||||
|
|
||||||
if (!g_socket_condition_timed_wait (udpsrc->used_socket, G_IO_IN | G_IO_PRI,
|
if (!g_socket_condition_timed_wait (udpsrc->used_socket, G_IO_IN | G_IO_PRI,
|
||||||
timeout, udpsrc->cancellable, &err)) {
|
timeout, udpsrc->cancellable, &err)) {
|
||||||
|
|
Loading…
Reference in a new issue