summaryrefslogtreecommitdiff
path: root/gst/gstscheduler.c
Commit message (Expand)AuthorAgeFilesLines
* Removed plugable schedulers.Wim Taymans2005-07-181-415/+0
* check/gst/gstbin.c: add test for state change message on a binThomas Vander Stichele2005-07-091-1/+1
* *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging...Andy Wingo2005-06-281-1/+1
* Next big merge.Wim Taymans2005-03-211-636/+9
* First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans2005-03-071-3/+3
* docs/pwg/advanced-types.xml: Fix description for buffer-frames=0.Ronald S. Bultje2005-01-311-0/+6
* gst/gstscheduler.c: Aplied clock distribution patch, this should fix bug #148...Wim Taymans2004-11-021-2/+35
* add flag, reorder GstBuffer docsThomas Vander Stichele2004-08-121-1/+3
* add gst_scheduler_register shortcut similar to gst_element_registerBenjamin Otte2004-08-111-0/+37
* clean up clock lifecycle. fixes #109831Thomas Vander Stichele2004-07-061-9/+19
* gst/: implement gst_pad_collect as replacement for gst_pad_select.Benjamin Otte2004-04-041-17/+0
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-19/+20
* gst-indent run on coreThomas Vander Stichele2004-03-131-104/+113
* gst/gstclock.*: deprecate old interface and disable functions that aren't in ...Benjamin Otte2004-01-141-26/+2
* removed GST_*_CAST. Disabling of type checking is done in glib.Benjamin Otte2003-12-131-2/+8
* GST_DEBUG reorganization containing loads of stuff:Benjamin Otte2003-06-291-19/+19
* unreachable codeBenjamin Otte2003-05-011-2/+0
* Remove redundant _clock_setWim Taymans2003-03-281-7/+5
* Small cleanupWim Taymans2003-02-271-3/+5
* Define default scheduler name in just one place.Wim Taymans2003-02-111-1/+1
* - Add more --disable optionsWim Taymans2003-02-101-9/+8
* gst_object_swap -> gst_object_replace as it's a better name. Wait for next co...Wim Taymans2003-02-021-7/+7
* Forgot to set the name on a new schedulerfactory, oopsWim Taymans2003-01-181-0/+1
* More refcounting fixesWim Taymans2003-01-171-2/+21
* More cleanups and refcount fixageWim Taymans2003-01-171-3/+4
* - sink the systemclockWim Taymans2003-01-171-11/+32
* - return boolean in _interrupt to better inform elementWim Taymans2003-01-111-4/+9
* first pass of connect->link gst-plugins and other stuff compiles without chan...Thomas Vander Stichele2003-01-091-14/+14
* - disable pads when going to PAUSED, we want to make sure no data is passing ...Wim Taymans2002-12-271-11/+8
* - CleanupsWim Taymans2002-12-191-40/+114
* Documentation updatesWim Taymans2002-12-141-7/+5
* Removing unused code related to stack allocation (cothreads_stackquery(), gst...David Schleef2002-12-061-21/+0
* - Added first attempt at general caching mechanism (GstTimeCache renamed to G...Wim Taymans2002-11-271-2/+2
* - Reworked the clock to prepare for async notificationsWim Taymans2002-11-021-1/+6
* Added vmethod for when an element changes scheduling behaviour (like switchin...Wim Taymans2002-09-171-1/+25
* - some cleanupsWim Taymans2002-09-131-3/+10
* Reverted scheduler changeWim Taymans2002-09-131-2/+2
* - Make the return GList of gst_element_get_pad_list as constWim Taymans2002-09-121-10/+4
* scheduler renamingThomas Vander Stichele2002-09-121-1/+1
* useful comments change thread -> cothread in varnames where it's applicable c...Thomas Vander Stichele2002-09-121-6/+6
* better error handling, still needs improvementThomas Vander Stichele2002-08-111-1/+7
* Some debug infoWim Taymans2002-07-301-2/+8
* - Removed unused locking from the cothreadsWim Taymans2002-07-081-0/+1
* free stack properly s/prefered/preferred/Andy Wingo2002-06-271-8/+8
* back to basicsThomas Vander Stichele2002-06-271-1/+1
* Added _get_prefered_stack to the schedulerWim Taymans2002-06-191-0/+21
* Some small cleanups implement a default _clock_waitWim Taymans2002-06-161-3/+6
* changing default scheduler to wingo's spiffy standard one, since it doesn't l...Thomas Vander Stichele2002-06-161-1/+1
* Documentation updatesWim Taymans2002-06-121-0/+1
* Loop the clock providers until we find one with a clock.Wim Taymans2002-06-081-2/+9