aggregator: Assert if the sink/src pad type that is to be used is not a GstAggregator...
[platform/upstream/gstreamer.git] / gst / gstpoll.c
2011-09-07 Piotr Fusikdocs, gst: typo fixes
2011-08-26 Wim TaymansMerge branch 'master' into 0.11
2011-08-26 Wim TaymansMerge branch 'master' into 0.11
2011-08-24 Wim TaymansMerge branch 'master' into 0.11
2011-08-22 Wim TaymansMerge branch 'master' into 0.11
2011-08-15 Wim TaymansMerge branch 'master' into 0.11
2011-08-10 Edward HerveyMerge remote-tracking branch 'origin/master' into 0.11
2011-07-27 Wim TaymansMerge branch 'master' into 0.11
2011-07-25 Wim Taymanspoll: improve debugging
2011-06-14 David SchleefWork around changes in g_atomic API
2011-06-14 Руслан Ижбулатовpoll: Fix WAKE_EVENT() to behave posixly on Windows
2011-06-05 Tim-Philipp MüllerMerge branch 'master' into 0.11
2011-06-04 David SchleefWork around changes in g_atomic API
2011-05-26 Sebastian DrögeMerge branch 'master' into 0.11
2011-05-25 Руслан Ижбулатовpoll: Fix WAKE_EVENT() to behave posixly on Windows
2011-04-04 Wim TaymansMerge branch 'master' into 0.11
2011-04-04 Andoni Morales Ala... gstpoll: retry reading the control socket to release...
2011-04-04 Thomas Kristensenpoll: don't call WSAWaitForMultipleEvents with no events
2011-03-28 Wim TaymansMerge branch 'master' into 0.11-fdo
2011-03-21 Jason D. Clintonbuild: fix build with -Werror with GCC 4.6.0
2011-02-22 Wim TaymansMerge branch 'master' into 0.11
2011-02-03 Mark Nauwelaertspoll: trigger rebuild setup in _new
2011-01-11 Raimo Järvigstpoll: fix compiler warning with MingW
2011-01-03 Edward Herveygstpoll: Fix for (p)select backend
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-06 Wim Taymanspoll: return wakeup event in GPollFD
2010-12-03 Wim Taymanspoll: small cleanups
2010-12-03 Wim Taymanspoll: make sure we remove the readfd messages
2010-12-03 Wim Taymanspoll: add method to get a GPollFD
2010-12-03 Wim Taymanspoll: Refactor and make more lockfree
2010-12-03 Wim Taymanspoll: move lock to where it makes more sense
2010-12-03 Wim Taymanspoll: make timer polls lockfree
2010-03-04 Tim-Philipp Müllergstpoll: don't pass non-objects as first argument to...
2009-10-12 Edward Herveygstpoll: Only take into account active fds
2009-10-12 Edward Herveygstpoll: Add some debugging statements
2009-10-12 Edward Herveygstpoll: Use the error fdset when using select/pselect.
2009-10-12 Edward Herveygstpoll: Don't use poll on systems with broken poll
2009-10-12 Edward Herveygst: Add debugging category GST_POLL for gstpoll
2009-03-26 Peter Kjellerstedtgstpoll: Corrected a documentation typo.
2009-03-26 Jan Schmidtgstpoll: Fix up documentation strings.
2009-03-05 LRNGstPoll: set the return value on windows
2009-02-03 Wim TaymansGstPoll: add methods to use gstpoll for timeouts
2009-01-26 Wim TaymansAvoid unneeded reads from the control socket
2008-11-27 이문형gst/gstpoll.c: Adds support for FD_CONNECT event (win32...
2008-11-13 Wim Taymansgst/gstbuffer.c: Avoid costly typechecking for triviall...
2008-07-22 Michael Smithconfigure.ac: Remove AC_ISC_POSIX macro; it's broken...
2008-07-06 Alessandro Decinagst/gstpoll.c: Fix "ignored return value" compiler...
2008-04-05 Damien Lespiaugst/gstpoll.c: Fix compilation of GstPoll with mingw32...
2008-04-01 Sebastian Drögeconfigure.ac: Require GLib 2.12.
2008-03-18 Ole André Vadla... Add new function gst_poll_fd_ignored() for improved...
2008-03-07 Ole André Vadla... Remove GstPollMode from the API, it does not make sense...
2008-02-29 Wim Taymansgst/gstpoll.*: Added Since tags.
2008-02-29 Wim TaymansAdd INIT macro and _init method for initializing the...
2008-02-27 Wim Taymansconfigure.ac: Add checks for poll, ppoll and pselect.