[Bug 704553] New: (dyn|multi)udpsink broken on !IPv6 systems

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 19 06:55:21 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=704553
  GStreamer | gst-plugins-good | 1.0.8

           Summary: (dyn|multi)udpsink broken on !IPv6 systems
    Classification: Platform
           Product: GStreamer
           Version: 1.0.8
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: jacmet at sunsite.dk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=249634)
 View: https://bugzilla.gnome.org/attachment.cgi?id=249634
 Review: https://bugzilla.gnome.org/review?bug=704553&attachment=249634

patch to fix issue

The g_socket functions only touch the error argument on errors, so clear
err back to NULL in case g_socket_new (G_SOCKET_FAMILY_IPV6) failed, as
we check for err != NULL later on to know if g_socket_bind() failed,
otherwise we errously fail on systems without IPv6 support.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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