gstreamer/gst/schedulers
Martin Soto 727725d959 gst/schedulers/: New cothread based scheduler: Fair scheduler.
Original commit message from CVS:
2004-11-07  Martin Soto  <martinsoto@users.sourceforge.net>

* gst/schedulers/fairscheduler.c:
* gst/schedulers/faircothreads.c:
* gst/schedulers/faircothreads.h:
New cothread based scheduler: Fair scheduler.
* gst/schedulers/gthread-cothreads.h:
Add the standard #if around the whole file.
Defining symbol GTHREAD_COTHREADS_NO_DEFINITIONS will now prevent
compilation of the functions defined in this file. This is
necessary to be able to use this file as a normal header.
* gst/schedulers/Makefile.am: Add compiling support for fair
scheduler.
* docs/gst/Makefile.am (IGNORE_HFILES): Exclude internal fair
scheduler cothreads layer from documentation generation.
2004-11-07 19:31:39 +00:00
..
.gitignore update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov. 2004-01-12 16:53:23 +00:00
cothreads_compat.h docs/gst/Makefile.am: make docs exit on scanning problems fix nonsrcdir build issues 2004-04-07 15:31:25 +00:00
entryscheduler.c add gst_scheduler_register shortcut similar to gst_element_register 2004-08-11 09:54:52 +00:00
faircothreads.c gst/schedulers/: New cothread based scheduler: Fair scheduler. 2004-11-07 19:31:39 +00:00
faircothreads.h gst/schedulers/: New cothread based scheduler: Fair scheduler. 2004-11-07 19:31:39 +00:00
fairscheduler.c gst/schedulers/: New cothread based scheduler: Fair scheduler. 2004-11-07 19:31:39 +00:00
gstbasicscheduler.c add gst_scheduler_register shortcut similar to gst_element_register 2004-08-11 09:54:52 +00:00
gstoptimalscheduler.c Added testcase for schduler segfault. 2004-11-04 11:03:48 +00:00
gthread-cothreads.h gst/schedulers/: New cothread based scheduler: Fair scheduler. 2004-11-07 19:31:39 +00:00
Makefile.am gst/schedulers/: New cothread based scheduler: Fair scheduler. 2004-11-07 19:31:39 +00:00