Commit graph

2917 commits

Author SHA1 Message Date
Christian Schaller 80cc767749 fixes for new schedulers
Original commit message from CVS:
fixes for new schedulers
2002-12-15 22:56:09 +00:00
Wim Taymans 103d810e2c Decoupled elements needs special case when we look for grouped elements.
Original commit message from CVS:
Decoupled elements needs special case when we look for grouped elements.
2002-12-15 22:52:48 +00:00
Wim Taymans bd9dc3604f Some cleanups, added FIXMEs
Original commit message from CVS:
Some cleanups, added FIXMEs
2002-12-15 22:02:20 +00:00
Wim Taymans f8546d1f79 Some notes about pad disconnect
Original commit message from CVS:
Some notes about pad disconnect
2002-12-15 22:01:31 +00:00
Christian Schaller 8d1e6c52c1 update for latest changes
Original commit message from CVS:
update for latest changes
2002-12-15 19:34:57 +00:00
Christian Schaller 9bc8c79f47 update REQUIREMENTS file somewhat
Original commit message from CVS:
update REQUIREMENTS file somewhat
2002-12-15 19:06:47 +00:00
Wim Taymans 8f06b55c38 - Removed old deprecated fastscheduler
Original commit message from CVS:
- Removed old deprecated fastscheduler
- ifdef out cothread specific code in optimalscheduler
- added more g_asserts to optimalscheduler
- create separate scheduler called "opt", removed property from scheduler
- fixed iterations property
2002-12-15 18:21:43 +00:00
Wim Taymans 14031db6be Fix silent property
Original commit message from CVS:
Fix silent property
2002-12-15 12:22:11 +00:00
Wim Taymans 11b376c838 Improve the optimal scheduler, mainly element remove and pad disconnect
Original commit message from CVS:
Improve the optimal scheduler, mainly element remove and pad disconnect
2002-12-15 12:18:04 +00:00
Wim Taymans f84bb46f06 Fix unused args
Original commit message from CVS:
Fix unused args
2002-12-14 16:32:28 +00:00
Wim Taymans 53b59e402d Removed unused thread arg in cothreads functions
Original commit message from CVS:
Removed unused thread arg in cothreads functions
2002-12-14 16:23:58 +00:00
Wim Taymans 1ac723870e Documentation updates
Original commit message from CVS:
Documentation updates
2002-12-14 16:22:01 +00:00
Wim Taymans 8c5466095f Renamed the thread argument to cothread to avoid confusion
Original commit message from CVS:
Renamed the thread argument to cothread to avoid confusion
Documentation updates
2002-12-14 16:20:41 +00:00
Wim Taymans 840056aded Fix g_print too
Original commit message from CVS:
Fix g_print too
2002-12-14 15:01:22 +00:00
Wim Taymans 60210e4ede Fix compile error cache->index
Original commit message from CVS:
Fix compile error cache->index
2002-12-14 15:00:08 +00:00
Wim Taymans b5e99edea9 Ignore autogenerated files
Original commit message from CVS:
Ignore autogenerated files
2002-12-14 13:05:01 +00:00
Wim Taymans 27e981de45 Added new files
Original commit message from CVS:
Added new files
2002-12-14 13:03:41 +00:00
Wim Taymans 229bc1f1e9 Added some idea for -inspect
Original commit message from CVS:
Added some idea for -inspect
2002-12-14 13:02:31 +00:00
Wim Taymans 29e2850eff Documentation updates
Original commit message from CVS:
Documentation updates
2002-12-14 13:02:16 +00:00
Wim Taymans b9f62c52c3 Added indexers testsuite
Original commit message from CVS:
Added indexers testsuite
2002-12-13 17:40:56 +00:00
Thomas Vander Stichele 593079820a fixes a jhbuild bug
Original commit message from CVS:
fixes a jhbuild bug
2002-12-13 15:33:42 +00:00
Wim Taymans 8de25d9aff cache->index
Original commit message from CVS:
cache->index
2002-12-12 22:16:11 +00:00
Wim Taymans fcd8d12069 Renamed GstCache to GstIndex
Original commit message from CVS:
Renamed GstCache to GstIndex
2002-12-12 22:14:36 +00:00
Wim Taymans dc9aaf7da4 Added missing image
Original commit message from CVS:
Added missing image
2002-12-12 21:02:51 +00:00
Thomas Vander Stichele 35a1d78a69 fix nonvalidation, now for the png problems !
Original commit message from CVS:
fix nonvalidation, now for the png problems !
2002-12-12 18:03:16 +00:00
Thomas Vander Stichele 41fafb9aec fix validation
Original commit message from CVS:
fix validation
2002-12-12 16:51:45 +00:00
Thomas Vander Stichele 2ced1a341f oops, too much revert
Original commit message from CVS:
oops, too much revert
2002-12-11 22:22:35 +00:00
Thomas Vander Stichele a022e03e98 not used anymore
Original commit message from CVS:
not used anymore
2002-12-11 22:13:27 +00:00
Thomas Vander Stichele 65d35489ac merge from release branch
Original commit message from CVS:
merge from release branch
2002-12-11 21:33:07 +00:00
Thomas Vander Stichele fb17dbbe32 fixes for solaris
Original commit message from CVS:
fixes for solaris
2002-12-11 16:00:41 +00:00
David Schleef af978603db Clean up cothread destruction code
Original commit message from CVS:
Clean up cothread destruction code
2002-12-10 04:05:14 +00:00
David Schleef 384d119c72 Lots of new assertions and debugging
Original commit message from CVS:
Lots of new assertions and debugging
2002-12-10 04:01:09 +00:00
David Schleef 29f657f52e Added setting of _gst_debug_cothread_index for debugging
Original commit message from CVS:
Added setting of _gst_debug_cothread_index for debugging
2002-12-10 03:59:15 +00:00
David Schleef b423eeb18c Added thread-loval variable for cothread index.
Original commit message from CVS:
Added thread-loval variable for cothread index.
2002-12-10 03:48:15 +00:00
David Schleef a818246c70 Partially revert last change, since it breaks things. wtay: FIXME!
Original commit message from CVS:
Partially revert last change, since it breaks things.  wtay: FIXME!
2002-12-10 03:45:03 +00:00
Wim Taymans 0d994e41ad turn off cothreads, fix some typos
Original commit message from CVS:
turn off cothreads, fix some typos
2002-12-09 22:31:16 +00:00
Wim Taymans f07281a771 Destroying the cothread seems like a good idea here
Original commit message from CVS:
Destroying the cothread seems like a good idea here
2002-12-09 20:33:27 +00:00
David Schleef fff07e9420 Use makecontext() as a generic implementation
Original commit message from CVS:
Use makecontext() as a generic implementation
2002-12-09 01:41:05 +00:00
David Schleef 62c16b78c8 Fix the powerpc atomix swap
Original commit message from CVS:
Fix the powerpc atomix swap
2002-12-09 01:32:37 +00:00
Thomas Vander Stichele 17ef282d09 back to cvs
Original commit message from CVS:
back to cvs
2002-12-08 20:30:03 +00:00
Thomas Vander Stichele ae307ae6fd small fix
Original commit message from CVS:
small fix
2002-12-08 20:13:22 +00:00
Wim Taymans d8dc45098d Better debugging
Original commit message from CVS:
Better debugging
2002-12-08 20:09:42 +00:00
Wim Taymans f7d73c91b2 ASYNC state changes are not an error.
Original commit message from CVS:
ASYNC state changes are not an error.
2002-12-08 20:08:39 +00:00
Wim Taymans 8549904056 Fix broken __PRETY_FUNCTION__
Original commit message from CVS:
Fix broken __PRETY_FUNCTION__
2002-12-08 20:06:04 +00:00
Thomas Vander Stichele cd13355931 fix uninstalled
Original commit message from CVS:
fix uninstalled
2002-12-08 19:34:34 +00:00
Thomas Vander Stichele cf119aa6bd small fix
Original commit message from CVS:
small fix
2002-12-08 18:21:32 +00:00
Wim Taymans a2f011e446 A little more debugging info and error checking
Original commit message from CVS:
A little more debugging info and error checking
2002-12-08 16:43:27 +00:00
Thomas Vander Stichele 6dc37c1f02 fix for leif
Original commit message from CVS:
fix for leif
2002-12-08 16:16:20 +00:00
Thomas Vander Stichele 0cf6544080 oopsie
Original commit message from CVS:
oopsie
2002-12-08 16:07:13 +00:00
Thomas Vander Stichele a9d1499d34 revert last commit
Original commit message from CVS:
revert last commit
2002-12-08 15:54:28 +00:00