GNOME Bugzilla – Bug 797340
udpsrc: print information about bind_error socket error
Last modified: 2018-10-27 12:14:43 UTC
Created attachment 374055 [details] [review] gstudpsrc: print information about bind_error socket error In some cases, a bind error occurs during operation. Printing the information about the problem is critical for finding the conflict
Review of attachment 374055 [details] [review]: ::: gst/udp/gstudpsrc.c @@ +1356,3 @@ g_object_unref (bind_addr); + if (!g_socket_bind (src->used_socket, bind_saddr, src->reuse, &err)) { + GST_ERROR_OBJECT (src, "Error binding to %s:%d", src->address, src->port); Should probably also print err->message?
Created attachment 374056 [details] [review] gstudpsrc: print information about bind_error socket error
commit 827d70daeec06e66d14c7c209f8f06683280184a Author: Marc Leeman <marc.leeman@gmail.com> Date: Wed May 16 14:15:13 2018 +0200 udpsrc: print information about bind_error socket error In some cases, a bind error occurs during operation. Printing the information about the problem is critical for finding the conflict https://bugzilla.gnome.org/show_bug.cgi?id=797340