gstreamer/gst
Erik Walthinsen 9bc5f785d7 Add the GST_ELEMENT_NO_ENTRY flag, which when set will force the scheduler to skip over an element as an option for t...
Original commit message from CVS:
Add the GST_ELEMENT_NO_ENTRY flag, which when set will force the scheduler
to skip over an element as an option for the first cothread jump.  This is
needed because libraries like mad don't ever seem to want to quit.  Thus
they ignore COTHREAD_STOPPING and can't be trusted to be the entry.
2001-05-04 22:14:35 +00:00
..
autoplug added newlines to debug output 2001-05-01 13:16:43 +00:00
elements Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
meta Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
types Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
.gitignore Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
cothreads.c - Updated colorization some more (pthread and cothread id is in color) 2001-04-28 04:23:27 +00:00
cothreads.h fixed cothread_current_main so it, um, works. 2001-04-27 01:46:14 +00:00
gst.c Converted the DEBUG system to look like the INFO system, with a function pointer that can be replaced. Not done with... 2001-05-02 19:20:24 +00:00
gst.h Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
gst_private.h Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef... 2001-01-14 21:55:41 +00:00
gstalpha.h Major cleanup of the latest ghostpad changes. Fixed everything that broke, correctly. Someone will want to go updat... 2001-01-19 09:37:32 +00:00
gstarch.h Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gstarm.h ARM works! 2001-01-31 22:54:08 +00:00
gstautoplug.c Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gstautoplug.h Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gstbin.c - fixed configure.in %VAR stuff 2001-05-01 21:41:40 +00:00
gstbin.h Yes!, incsched is getting closer. 2001-02-17 07:11:12 +00:00
gstbuffer.c Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
gstbuffer.h Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
gstbufferpool.c Cleaned up the docs a bit. 2001-01-06 22:05:15 +00:00
gstbufferpool.h Updated copyright in all the libgst files. 2000-12-28 22:12:02 +00:00
gstcaps.c Converted the DEBUG system to look like the INFO system, with a function pointer that can be replaced. Not done with... 2001-05-02 19:20:24 +00:00
gstcaps.h Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
gstclock.c Updated the colorization a bit more, and did a significant pass through all the other code to change categories on DE... 2001-04-28 02:54:53 +00:00
gstclock.h Updated copyright in all the libgst files. 2000-12-28 22:12:02 +00:00
gstcpu.c Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gstcpu.h Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gstcpuid_i386.s Added CPU detection. 2000-09-12 18:13:48 +00:00
gstelement.c Converted the DEBUG system to look like the INFO system, with a function pointer that can be replaced. Not done with... 2001-05-02 19:20:24 +00:00
gstelement.h Add the GST_ELEMENT_NO_ENTRY flag, which when set will force the scheduler to skip over an element as an option for t... 2001-05-04 22:14:35 +00:00
gstelementfactory.c Converted the DEBUG system to look like the INFO system, with a function pointer that can be replaced. Not done with... 2001-05-02 19:20:24 +00:00
gstextratypes.c Updated copyright in all the libgst files. 2000-12-28 22:12:02 +00:00
gstextratypes.h Updated copyright in all the libgst files. 2000-12-28 22:12:02 +00:00
gsti386.h Major cleanup of the latest ghostpad changes. Fixed everything that broke, correctly. Someone will want to go updat... 2001-01-19 09:37:32 +00:00
gstinfo.c Some minor DEBUG cleanups, renamed the various scheduler-specific routines to actually be called gst_schedule_ instea... 2001-05-04 20:43:44 +00:00
gstinfo.h Added and extra whitespace before ## args (remember it eats all non whitespace chars to the left if it's empty). 2001-05-02 23:44:46 +00:00
gstlog.h Updated copyright in all the libgst files. 2000-12-28 22:12:02 +00:00
gstmeta.c Cleaned up the docs a bit. 2001-01-06 22:05:15 +00:00
gstmeta.h Updated copyright in all the libgst files. 2000-12-28 22:12:02 +00:00
gstobject.c Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
gstobject.h Yes!, incsched is getting closer. 2001-02-17 07:11:12 +00:00
gstpad.c Some minor DEBUG cleanups, renamed the various scheduler-specific routines to actually be called gst_schedule_ instea... 2001-05-04 20:43:44 +00:00
gstpad.h Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
gstparse.c Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gstparse.h This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gstpipeline.c Updated the colorization a bit more, and did a significant pass through all the other code to change categories on DE... 2001-04-28 02:54:53 +00:00
gstpipeline.h Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gstplugin.c Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
gstplugin.h Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
gstppc.h Major cleanup of the latest ghostpad changes. Fixed everything that broke, correctly. Someone will want to go updat... 2001-01-19 09:37:32 +00:00
gstprops.c Converted the DEBUG system to look like the INFO system, with a function pointer that can be replaced. Not done with... 2001-05-02 19:20:24 +00:00
gstprops.h Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
gstpropsprivate.h Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gstqueue.c Converted the DEBUG system to look like the INFO system, with a function pointer that can be replaced. Not done with... 2001-05-02 19:20:24 +00:00
gstqueue.h initial fix of thread synch for queues and state change 2001-04-27 20:55:47 +00:00
gstscheduler.c Add the GST_ELEMENT_NO_ENTRY flag, which when set will force the scheduler to skip over an element as an option for t... 2001-05-04 22:14:35 +00:00
gstscheduler.h - fixed configure.in %VAR stuff 2001-05-01 21:41:40 +00:00
gstsparc.h Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gstthread.c Updated the colorization a bit more, and did a significant pass through all the other code to change categories on DE... 2001-04-28 02:54:53 +00:00
gstthread.h removed fine grained locking and added simultaneous waiting for 2 states 2001-03-13 01:44:44 +00:00
gsttrace.c Updated copyright in all the libgst files. 2000-12-28 22:12:02 +00:00
gsttrace.h Updated copyright in all the libgst files. 2000-12-28 22:12:02 +00:00
gsttype.c Updated the colorization a bit more, and did a significant pass through all the other code to change categories on DE... 2001-04-28 02:54:53 +00:00
gsttype.h Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gsttypefind.c Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gsttypefind.h And here they are.... 2001-01-19 00:02:53 +00:00
gsttypes.h /me is an idiot. cvs add gsttypes.h 2001-03-12 01:13:04 +00:00
gstutils.c Updated the colorization a bit more, and did a significant pass through all the other code to change categories on DE... 2001-04-28 02:54:53 +00:00
gstutils.h Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1. 2001-04-16 21:43:28 +00:00
gstversion.h.in Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
gstxml.c Documentation updates. 2001-01-31 20:27:00 +00:00
gstxml.h Documentation updates. 2001-01-31 20:27:00 +00:00
Makefile.am - fixed configure.in %VAR stuff 2001-05-01 21:41:40 +00:00
Makefile.am.future Merged from HEAD to INCSCHED1 on 200104251 2001-04-26 01:53:20 +00:00
ROADMAP A bunch more changes to clean up build/make dist issues, as well as a spec file, -config file, .m4, etc. Next step... 2000-01-31 06:46:18 +00:00