summaryrefslogtreecommitdiff
path: root/gst/gstpoll.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-09gst: Fix compiler warnings on mingw-w64Raimo Järvi1-1/+0
2012-02-23poll: fix spelling of writableDavid Schleef1-3/+3
2012-01-22Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller1-4/+4
2012-01-19Update for new gthread APIWim Taymans1-31/+31
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-0/+5
2012-01-04poll: include correct poll.h based on autoconf testIdar Tollefsen1-0/+5
2011-10-19introspection: Skip gst_poll apisJohan Dahlin1-2/+2
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-1/+1
2011-09-07docs, gst: typo fixesPiotr Fusik1-1/+1
2011-07-25poll: improve debuggingWim Taymans1-6/+11
2011-06-04Work around changes in g_atomic APIDavid Schleef1-4/+5
2011-05-25poll: Fix WAKE_EVENT() to behave posixly on WindowsРуслан Ижбулатов1-1/+1
2011-04-04gstpoll: retry reading the control socket to release properly all wakeupsAndoni Morales Alastruey1-2/+5
2011-04-04poll: don't call WSAWaitForMultipleEvents with no eventsThomas Kristensen1-2/+7
2011-03-21build: fix build with -Werror with GCC 4.6.0Jason D. Clinton1-2/+1
2011-02-03poll: trigger rebuild setup in _newMark Nauwelaerts1-0/+3
2011-01-11gstpoll: fix compiler warning with MingWRaimo Järvi1-1/+5
2011-01-03gstpoll: Fix for (p)select backendEdward Hervey1-0/+1
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-5/+9
2010-12-06poll: return wakeup event in GPollFDWim Taymans1-0/+4
2010-12-03poll: small cleanupsWim Taymans1-17/+16
2010-12-03poll: make sure we remove the readfd messagesWim Taymans1-1/+1
2010-12-03poll: add method to get a GPollFDWim Taymans1-0/+21
2010-12-03poll: Refactor and make more lockfreeWim Taymans1-162/+102
2010-12-03poll: move lock to where it makes more senseWim Taymans1-2/+2
2010-12-03poll: make timer polls lockfreeWim Taymans1-33/+64
2010-03-04gstpoll: don't pass non-objects as first argument to GST_DEBUG_OBJECT()Tim-Philipp Müller1-19/+19
2009-10-12gstpoll: Only take into account active fdsEdward Hervey1-1/+1
2009-10-12gstpoll: Add some debugging statementsEdward Hervey1-0/+50
2009-10-12gstpoll: Use the error fdset when using select/pselect.Edward Hervey1-7/+16
2009-10-12gstpoll: Don't use poll on systems with broken pollEdward Hervey1-0/+7
2009-10-12gst: Add debugging category GST_POLL for gstpollEdward Hervey1-0/+2
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