summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)Author
2001-04-25fixed a locking issueErik Walthinsen
2001-04-25Added element-level locking support, implemented for cothreads with a mutex h...Erik Walthinsen
2001-04-16brought in autoplug dir from HEAD after screwed up mergeErik Walthinsen
2001-04-16Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.Erik Walthinsen
2001-04-15latest updates, things are very close to workingBRANCH-INCSCHED1-200104161-FREEZEErik Walthinsen
2001-03-30snapshot for matth to work with while I fly over to Europe....Erik Walthinsen
2001-03-16Fixed locking issue when PLAYING to READYZaheer Abbas Merali
2001-03-13fixed READY_TO_NULL bugErik Walthinsen
2001-03-13removed fine grained locking and added simultaneous waiting for 2 statesZaheer Abbas Merali
2001-03-13exactly opposite check needed in wait_threadZaheer Abbas Merali
2001-03-13made wait_thread check for logical true rather than check equality with gbooleanZaheer Abbas Merali
2001-03-13changed debug to print unsigned not signedZaheer Abbas Merali
2001-03-13TYPO: ISSET should be IS_SETZaheer Abbas Merali
2001-03-13added debug to signal noting the result of the flag after being setZaheer Abbas Merali
2001-03-13Made locks more granular, one lock for each stateZaheer Abbas Merali
2001-03-13made cond_wait into cond_timedwaitZaheer Abbas Merali
2001-03-12repositioning of debug after mutex in wait_thread and signal_threadZaheer Abbas Merali
2001-03-12typo in GST_DEBUG in signal_threadZaheer Abbas Merali
2001-03-12Changed GST_DEBUG in signal_thread and wait_thread to reveal more infoZaheer Abbas Merali
2001-03-12added a set flag to end of gst_thread_signal_thread and gst_signal_wait_threa...Zaheer Abbas Merali
2001-03-12making wait for REAPING state when gst_bin_iterate returns non zeroZaheer Abbas Merali
2001-03-12added debug statementZaheer Abbas Merali
2001-03-12/me is an idiot. cvs add gsttypes.hErik Walthinsen
2001-03-12some cleanup and compile fixesErik Walthinsen
2001-03-12Start of merging syncflags in with statesZaheer Abbas Merali
2001-03-09update to latest copyErik Walthinsen
2001-03-09commit to broken code that needs inspectingErik Walthinsen
2001-02-21Fixed bug with reconfig, where switching back into an element landed it in co...Erik Walthinsen
2001-02-20Significant progress. Now able to do most operations live, without any failu...Erik Walthinsen
2001-02-18More incsched progress. Should be able to get itereration going again tomorrow.Erik Walthinsen
2001-02-17Yes!, incsched is getting closer.Erik Walthinsen
2001-02-14More incsched updates. Now need to get the headers redone...Erik Walthinsen
2001-02-13Minor changes to incsched stuff, need to make more major modifications to man...Erik Walthinsen
2001-02-12First round of incremental scheduling. Manager setting and managed_elements ...Erik Walthinsen
2001-02-10- backported the xml load bug in the propertiesWim Taymans
2001-02-07Fixed cothreads.c problems with make dist. This still sucks badly.Erik Walthinsen
2001-02-05Reworked getregion/pullregion stuff. Region is now specified by a type (OFFS...Erik Walthinsen
2001-02-04moved asyncdisksrc to disksrc, no point in having a distinctionErik Walthinsen
2001-01-31ARM works!Erik Walthinsen
2001-01-31Documentation updates.Wim Taymans
2001-01-30Added a first attempt for XML embedding in the main core XML.Wim Taymans
2001-01-29Lots of plugins fixes where the parentage macros were replaced with the corre...Wim Taymans
2001-01-29This is a megapatch with the following changes:Wim Taymans
2001-01-23Updated the docs with the new _request methodsWim Taymans
2001-01-23Add gst_element_request_compatible_pad and remove gst_element_request_pad.Richard Boulton
2001-01-21Docs updatesWim Taymans
2001-01-21More eos handling, bin in bin is handled correctly now.Wim Taymans
2001-01-21the 'OSS hangs when opening the device when in use' bug.Sepp Wijnands
2001-01-20Check for NULL buffers before chaining/pushing them to the next element.Wim Taymans
2001-01-20More EOS changes.Wim Taymans