[Bug 534243] [win/macosx] udpsink no longer supports IPv4, only IPv6

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 25 03:15:42 PDT 2013


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
         AssignedTo|msmith at xiph.org             |gstreamer-bugs at lists.freede
                   |                            |sktop.org
   Target Milestone|HEAD                        |1.1.1

--- Comment #54 from Sebastian Dröge <slomo at circular-chaos.org> 2013-04-25 10:15:31 UTC ---
This should be fixed now, by default an IPv4 and IPv6 socket is created and
depending on the address family of the destination one or another is used for
sending.

The application can provide a socket to the element via the "socket" property
(which can be IPv4 or IPv6 or anything), and an IPv6 socket additionally via
the "socket-v6" property. If there's only an IPv6 socket provided, IPv4
destinations will be send over the IPv6 socket.

commit b1af93f791909c883f0da97b784d3e03e810bdcf
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Thu Apr 25 12:12:23 2013 +0200

    (multi)udpsink: Use separate sockets for IPv4 and IPv6

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

commit 0b552150ceaf67a899f4e17b4d0fed74585b9e62
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Thu Apr 25 10:44:44 2013 +0200

    dynudpsink: Use separate sockets for IPv4 and IPv6

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

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