[gstreamer-bugs] [Bug 597946] GstPoll fails on MacOSX

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 9 23:36:12 PDT 2009


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

Daniel Macks <dmacks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmacks at netspace.org

--- Comment #1 from Daniel Macks <dmacks at netspace.org> 2009-10-10 06:36:09 UTC ---
How about implementing it using select() instead of poll()? glib has done this
for years (OSX has never had a poll() that behaves completely compatibly to
linux). Or just use their work: gpoll is a public interface that has the same
API as poll() but is platform-portable internal implementation.

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