[Bug 764897] Using non IPv6-socket in IPv6 scope

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 12 07:10:29 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=764897

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #325730|none                        |reviewed
             status|                            |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 325730:
 --> (https://bugzilla.gnome.org/review?bug=764897&attachment=325730)

::: gst/udp/gstmultiudpsink.c
@@ +1312,3 @@
   if (sink->socket_v6) {
     GST_DEBUG_OBJECT (sink, "using configured IPv6 socket");
+    g_return_val_if_fail (g_socket_get_family (sink->socket_v6) == 

So your problem is that you set "socket-v6" but keep "socket" at NULL?

I think this assertion should be
  (!socket || family(socket) == IPV6, FALSE)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list