udpsrc: fix print format
This commit is contained in:
parent
cea52c0fde
commit
bb7b879545
@ -767,7 +767,7 @@ gst_udpsrc_start (GstBaseSrc * bsrc)
|
|||||||
|
|
||||||
g_object_unref (bind_saddr);
|
g_object_unref (bind_saddr);
|
||||||
} else {
|
} else {
|
||||||
GST_DEBUG_OBJECT (src, "using provided socket %d", src->socket);
|
GST_DEBUG_OBJECT (src, "using provided socket %p", src->socket);
|
||||||
/* we use the configured socket, try to get some info about it */
|
/* we use the configured socket, try to get some info about it */
|
||||||
src->used_socket = G_SOCKET (g_object_ref (src->socket));
|
src->used_socket = G_SOCKET (g_object_ref (src->socket));
|
||||||
src->external_socket = TRUE;
|
src->external_socket = TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user