summaryrefslogtreecommitdiff
path: root/gst/gstscheduler.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-26- The clock_wait now returns the difference between requested time and unlock...Wim Taymans1-2/+3
2002-05-25API cleanup: (s/g)et_sched -> _schedulerThomas Vander Stichele1-1/+1
2002-05-25typosThomas Vander Stichele1-7/+7
2002-05-08Totally rewritten registry handling.Wim Taymans1-98/+38
2002-05-04gst_scheduler_factory_make () can accept NULL as the first arg now _create ()...Andy Wingo1-7/+19
2002-04-23doc fixes s/gst_clock_activate/gst_clock_set_active/gThomas Vander Stichele1-5/+5
2002-04-19- make all _get_list functions return a const reference to original lists and...Benjamin Otte1-1/+1
2002-04-11commit to make gstreamer follow the gtk function/macro naming conventions:Andy Wingo1-38/+38
2002-03-31Documentation updatesWim Taymans1-4/+51
2002-03-30- Remove the propsprivate header fileWim Taymans1-21/+193
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo1-1/+1
2002-02-22Only unset the scheduler on REAL pads. This is a nasty one that causes random...Wim Taymans1-7/+16
2002-02-15--gst-scheduler={basic,standard} :-)))Andy Wingo1-1/+2
2002-01-19miscellaneous fixes, added gst_pad_unset_sched() api.Andy Wingo1-15/+20
2002-01-01API doc updates.Wim Taymans1-0/+13