summaryrefslogtreecommitdiff
path: root/gst/gstpoll.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-26gstpoll: Corrected a documentation typo.Peter Kjellerstedt1-5/+6
2009-03-26gstpoll: Fix up documentation strings.Jan Schmidt1-5/+11
2009-03-05GstPoll: set the return value on windowsLRN1-2/+2
2009-02-03GstPoll: add methods to use gstpoll for timeoutsWim Taymans1-23/+138
2009-01-26Avoid unneeded reads from the control socketWim Taymans1-2/+5
2008-11-27gst/gstpoll.c: Adds support for FD_CONNECT event (win32). See #562258.이문형1-2/+4
2008-11-13gst/gstbuffer.c: Avoid costly typechecking for trivially correct pointers.Wim Taymans1-4/+5
2008-07-22configure.ac: Remove AC_ISC_POSIX macro; it's broken on some platforms and no...Michael Smith1-2/+2
2008-07-06gst/gstpoll.c: Fix "ignored return value" compiler warning with newer glibc.Alessandro Decina1-1/+5
2008-04-05gst/gstpoll.c: Fix compilation of GstPoll with mingw32. Fixes bug #526236.Damien Lespiau1-6/+3
2008-04-01configure.ac: Require GLib 2.12.Sebastian Dröge1-2/+2
2008-03-18Add new function gst_poll_fd_ignored() for improved Windows compatibility.Ole André Vadla Ravnås1-98/+227
2008-03-07Remove GstPollMode from the API, it does not make sense to let the applicatio...Ole André Vadla Ravnås1-73/+282
2008-02-29gst/gstpoll.*: Added Since tags.Wim Taymans1-0/+2
2008-02-29Add INIT macro and _init method for initializing the GstPollFD.Wim Taymans1-0/+16
2008-02-27configure.ac: Add checks for poll, ppoll and pselect.Wim Taymans1-0/+1019