mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
udpsrc: fix print format
This commit is contained in:
parent
cea52c0fde
commit
bb7b879545
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue