- Added a function to get the currently executing cothread
authorWim Taymans <wim.taymans@gmail.com>
Thu, 27 Dec 2001 00:47:41 +0000 (00:47 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 27 Dec 2001 00:47:41 +0000 (00:47 +0000)
commite7f54b1e74ace8ccd7dcbda38f706d685b762f1f
tree7b6d85513c9f62d1d0ec341745faa61c405c3be2
parent21987266304ea91668089a38af0d1f679f78101d
- Added a function to get the currently executing cothread

Original commit message from CVS:
- Added a function to get the currently executing cothread
- Removed some useless includes
- _interrupt now returns a boolean so the behaviour after the interrupt
can be controlled by the scheduler.
- Added a better way to set/get the default scheduler.
- make thread and pipeline get the default scheduler.
16 files changed:
gst/cothreads.c
gst/cothreads.h
gst/gst.h
gst/gstbin.h
gst/gstelement.c
gst/gstelement.h
gst/gstpad.c
gst/gstpad.h
gst/gstpipeline.c
gst/gstpipeline.h
gst/gstqueue.c
gst/gstscheduler.c
gst/gstscheduler.h
gst/gstthread.c
gst/schedulers/gstbasicscheduler.c
plugins/elements/gstqueue.c