[Bug 668101] New: [rtsp] Impossible to use GstRTSPWatch on Windows

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 17 07:18:32 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=668101
  GStreamer | gst-plugins-base | 0.11.x

           Summary: [rtsp] Impossible to use GstRTSPWatch on Windows
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: slomo at circular-chaos.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


On Windows it's not allowed to use g_poll() on sockets. For the GSource that is
created here this is done though. In 0.11 all the network code is ported to GIO
so it might be possible to use the GSocketSource as child sources of the
GstRTSPWatch here.

(On Windows poll() does not work on sockets but WSAWaitForMultipleEvents() or
something like that has to be used)

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