mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
udpsrc: add debug line for the socket
This commit is contained in:
parent
ff34ca9682
commit
a0e3bc5997
1 changed files with 2 additions and 0 deletions
|
@ -812,6 +812,8 @@ gst_udpsrc_start (GstBaseSrc * bsrc)
|
|||
src->sock.fd = ret;
|
||||
src->externalfd = FALSE;
|
||||
|
||||
GST_DEBUG_OBJECT (src, "got socket %d", src->sock.fd);
|
||||
|
||||
reuse = 1;
|
||||
if ((ret =
|
||||
setsockopt (src->sock.fd, SOL_SOCKET, SO_REUSEADDR, &reuse,
|
||||
|
|
Loading…
Reference in a new issue