removed cothread-specific code from gstinfo.c because the new cothreads has no cothre...
authorAndy Wingo <wingo@pobox.com>
Mon, 11 Feb 2002 01:38:55 +0000 (01:38 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 11 Feb 2002 01:38:55 +0000 (01:38 +0000)
commit8af369ecf6f04d03ce052f100e4f95b50331deda
tree1759734347da82943c064a24817c0a141b7f7b72
parent767d5c53a7efc3bc4b023bdc35b9089d446f1d2f
removed cothread-specific code from gstinfo.c because the new cothreads has no cothread_self()

Original commit message from CVS:
* removed cothread-specific code from gstinfo.c because the new cothreads has no cothread_self()
* added a new scheduler, untested but it does compile :-)
* cothreads links to the scheduler, not core now
* no installation of cothreads headers
gst/Makefile.am
gst/autoplug/gstautoplugcache.c
gst/gstinfo.c
gst/gstinfo.h
gst/schedulers/Makefile.am
gst/schedulers/gstbasicscheduler.c
gst/schedulers/gststandardscheduler.c [new file with mode: 0644]