[Bug 743008] Cannot set 'socket' property of udpsink gstreamer element in iOS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 19 12:10:22 PST 2015


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

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2015-01-19 20:10:17 UTC ---
What does g_socket_get_family() return on your newly created GSocket? AF_INET
or AF_INET6 (aka G_SOCKET_FAMILY_IPV4 and G_SOCKET_FAMILY_IPV6)? Also are
G_SOCKET_FAMILY_IPV4 and AF_INET the same value for you?

The problem here seems to be that GIO does something wrong when you create the
GSocket from the fd.

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