[gstreamer-bugs] [Bug 597946] [GstPoll] Use glib's GPoll for portability

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 9 09:19:45 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=597946
  GStreamer | gstreamer (core) | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #5 from Wim Taymans <wim.taymans at gmail.com> 2010-04-09 16:19:42 UTC ---
gstpoll does a lot more than gpoll, it creates, for example, a socketpair for
interrupting a pending poll operation. There is also stuff for restarting the
poll operation when GPollFDs were added etc). 

The only thing that could possibly be changed is the gst_poll_wait() function
so that it calls gpoll instead. That would however not be so optimal because
gpoll takes a timeout in milliseconds and we need nanoseconds precision (or at
least microseconds).

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