Skip to content
  • Daniel Franke's avatar
    gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen... · edd62399
    Daniel Franke authored and Wim Taymans's avatar Wim Taymans committed
    gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen parameter and fails with EINVAL if it is...
    
    Original commit message from CVS:
    Patch by: Daniel Franke <df at dfranke dot us>
    * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
    OS X's bind() implementation is picky about its addrlen parameter and
    fails with EINVAL if it is larger than expected for the socket's address
    family. Set the length to the expected length instead. Fixes #553191.
    edd62399