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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 15 23:05:46 PST 2015


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

           Summary: Cannot set 'socket' property of udpsink gstreamer
                    element in iOS
    Classification: Platform
           Product: GStreamer
           Version: 1.4.4
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: atsakirid at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When I setup and start the pipeline I get:

'Could not get/set settings from/on resource' from the bus

Code:

----------------
...
// create UDP sink
udpsink = gst_element_factory_make ("udpsink", "sink");
assert (udpsink != NULL);
g_object_set (G_OBJECT (udpsink), "socket", gsocket, NULL);

// add and link gstreamer elements and then start the pipeline
...
----------------

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.

Moreover, I tried setting the sockfd property but it doesn't seem to exist
anymore.

Any ideas what might be wrong?

Thanks

P.S. Notice that I'm using the official iOS bundle of GStreamer (i.e.
GStreamer.framework) downloaded from
http://gstreamer.freedesktop.org/data/pkg/ios/1.4.4/ and have tried to follow
the conventions of the sample code at
http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/tree/gst-sdk/tutorials/xcode%20iOS

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