<div dir="ltr">When I setup and start the pipeline I get:<div><br>'Could not get/set settings from/on resource' from the bus</div><div><br></div><div>Code:</div><div>----------------------</div><div>...</div>// create UDP sink<br>udpsink = gst_element_factory_make ("udpsink", "sink");<br>assert (udpsink != NULL);<br>g_object_set (G_OBJECT (udpsink), "socket", gsocket, NULL);<br><div><br></div><div>// add and link gstreamer elements and then start the pipeline</div><div>...</div><div>----------------------<br></div><div><br></div><div>Notice that once I remove the g_object_set() or I use it to set another property (like 'async' for instance) everything works fine. Could it be that 'socket' property has any issues specifically in iOS? Keep in mind that the exact same code works fine in Linux.</div><div><br></div><div>Any ideas what might be wrong?</div><div><br></div><div>Thanks a lot,</div><div>Antonis</div><div><br></div><div>P.S. Notice that I'm using the official iOS bundle of GStreamer (i.e. GStreamer.framework) downloaded from <a href="http://gstreamer.freedesktop.org/data/pkg/ios/1.4.4/" target="_blank" style="font-size:13px">http://gstreamer.freedesktop.org/data/pkg/ios/1.4.4/</a> and have tried to follow the conventions of the sample code at <a href="http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/tree/gst-sdk/tutorials/xcode%20iOS" target="_blank" style="font-size:13px">http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/tree/gst-sdk/tutorials/xcode%20iOS</a></div></div>