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