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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 16 02:32:16 PST 2015


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

--- Comment #2 from Antonis <atsakirid at gmail.com> 2015-01-16 10:32:11 UTC ---
The socket is already created + bound at an earlier point in code using
standard socket(2) and bind(2) calls, so in order to convert it to a gsocket I
use the following before setting it in the udpsink property:

GSocket * gsocket = g_socket_new_from_fd(self->sm_rtp_sockfd, &err);
assert (gsocket != NULL);


Which works fine in Linux

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