[gstreamer-bugs] [Bug 505417] Add GstPoll to core

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 7 13:06:03 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=505417

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #4 from Peter Kjellerstedt  2008-01-07 21:06 UTC -------
Created an attachment (id=102342)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=102342&action=view)
Updated patch to add GstPoll

This is an updated version of the patch to add GstPoll support. Most notable
changes:

* Make configure handle HAVE_PSELECT, HAVE_POLL and HAVE_PPOLL.
* Link in the documentation for GstPoll.
* Make the code for pselect() work again (it needs to be implemented together
with select() rather than ppoll() since it uses the same fdsets as select().)
* Do not add a file descriptor which is already in the set.
* Some clean-up
* gst-indented


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=505417.




More information about the Gstreamer-bugs mailing list