summaryrefslogtreecommitdiff
path: root/gst/gstpoll.c
Commit message (Expand)AuthorAgeFilesLines
* poll: include correct poll.h based on autoconf testIdar Tollefsen2012-01-041-0/+5
* docs, gst: typo fixesPiotr Fusik2011-09-071-1/+1
* Work around changes in g_atomic APIDavid Schleef2011-06-041-4/+5
* poll: Fix WAKE_EVENT() to behave posixly on WindowsРуслан Ижбулатов2011-05-251-1/+1
* gstpoll: retry reading the control socket to release properly all wakeupsAndoni Morales Alastruey2011-04-041-2/+5
* poll: don't call WSAWaitForMultipleEvents with no eventsThomas Kristensen2011-04-041-2/+7
* build: fix build with -Werror with GCC 4.6.0Jason D. Clinton2011-03-211-2/+1
* poll: trigger rebuild setup in _newMark Nauwelaerts2011-02-031-0/+3
* gstpoll: fix compiler warning with MingWRaimo Järvi2011-01-111-1/+5
* gstpoll: Fix for (p)select backendEdward Hervey2011-01-031-0/+1
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-5/+9
* poll: return wakeup event in GPollFDWim Taymans2010-12-061-0/+4
* poll: small cleanupsWim Taymans2010-12-031-17/+16
* poll: make sure we remove the readfd messagesWim Taymans2010-12-031-1/+1
* poll: add method to get a GPollFDWim Taymans2010-12-031-0/+21
* poll: Refactor and make more lockfreeWim Taymans2010-12-031-162/+102
* poll: move lock to where it makes more senseWim Taymans2010-12-031-2/+2
* poll: make timer polls lockfreeWim Taymans2010-12-031-33/+64
* gstpoll: don't pass non-objects as first argument to GST_DEBUG_OBJECT()Tim-Philipp Müller2010-03-041-19/+19
* gstpoll: Only take into account active fdsEdward Hervey2009-10-121-1/+1
* gstpoll: Add some debugging statementsEdward Hervey2009-10-121-0/+50
* gstpoll: Use the error fdset when using select/pselect.Edward Hervey2009-10-121-7/+16
* gstpoll: Don't use poll on systems with broken pollEdward Hervey2009-10-121-0/+7
* gst: Add debugging category GST_POLL for gstpollEdward Hervey2009-10-121-0/+2
* gstpoll: Corrected a documentation typo.Peter Kjellerstedt2009-03-261-5/+6
* gstpoll: Fix up documentation strings.Jan Schmidt2009-03-261-5/+11
* GstPoll: set the return value on windowsLRN2009-03-051-2/+2
* GstPoll: add methods to use gstpoll for timeoutsWim Taymans2009-02-031-23/+138
* Avoid unneeded reads from the control socketWim Taymans2009-01-261-2/+5
* gst/gstpoll.c: Adds support for FD_CONNECT event (win32). See #562258.이문형2008-11-271-2/+4
* gst/gstbuffer.c: Avoid costly typechecking for trivially correct pointers.Wim Taymans2008-11-131-4/+5
* configure.ac: Remove AC_ISC_POSIX macro; it's broken on some platforms and no...Michael Smith2008-07-221-2/+2
* gst/gstpoll.c: Fix "ignored return value" compiler warning with newer glibc.Alessandro Decina2008-07-061-1/+5
* gst/gstpoll.c: Fix compilation of GstPoll with mingw32. Fixes bug #526236.Damien Lespiau2008-04-051-6/+3
* configure.ac: Require GLib 2.12.Sebastian Dröge2008-04-011-2/+2
* Add new function gst_poll_fd_ignored() for improved Windows compatibility.Ole André Vadla Ravnås2008-03-181-98/+227
* Remove GstPollMode from the API, it does not make sense to let the applicatio...Ole André Vadla Ravnås2008-03-071-73/+282
* gst/gstpoll.*: Added Since tags.Wim Taymans2008-02-291-0/+2
* Add INIT macro and _init method for initializing the GstPollFD.Wim Taymans2008-02-291-0/+16
* configure.ac: Add checks for poll, ppoll and pselect.Wim Taymans2008-02-271-0/+1019