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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 19 07:24:16 PDT 2013


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.0.9

--- Comment #1 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-07-19 14:24:09 UTC ---
commit 118876702467d6063e9c9745b7d093682ad16472
Author: Peter Korsgaard <jacmet at sunsite.dk>
Date:   Fri Jul 19 15:24:08 2013 +0200

    (dyn|multi)udpsink: unbreak on !IPv6 systems after 130268bc (Bind socket
before using it)

    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.

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

-- 
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