be more lenient when loading unconnected pads
[platform/upstream/gstreamer.git] / gst /
2002-07-12 Andy Wingobe more lenient when loading unconnected pads
2002-07-12 Thomas Vander SticheleMakefile.am portability fix better error handling,...
2002-07-11 Thomas Vander Stichelelioux's virtual patch
2002-07-11 Thomas Vander SticheleI'm too lazy to comment this
2002-07-10 David SchleefFix GstBufferFlag so it's really an enum typedef, not...
2002-07-09 Wim TaymansFix the g_mutex_free in the fallback case
2002-07-09 Thomas Vander Sticheleoops fix
2002-07-09 Thomas Vander Stichelemerge from BRANCH-RELEASE-0_4_0
2002-07-08 Wim Taymans- Removed bufferpool code and move that to gstbuffer.c
2002-07-08 Wim Taymans- Added a bunch of fast atomic operations on x86 with...
2002-07-08 Wim TaymansThis one removes the unused code..
2002-07-08 Wim Taymans- Removed unused locking from the cothreads
2002-07-05 Andy Wingoif you can't write to the registry (ie it is root-owned...
2002-07-02 Wim TaymansSet the scheduler to NULL in all cases.
2002-07-02 David I. Lehnignore generated enumtypes files.
2002-07-02 David I. Lehnadd back gstenumtypes.h
2002-06-29 Christian Schallercommented out the munmap stuff again
2002-06-28 Thomas Vander Stichelemore protective programming cothread 0 cleans up higher...
2002-06-27 Andy Wingofree stack properly s/prefered/preferred/
2002-06-27 Thomas Vander Sticheleno newlines
2002-06-27 Thomas Vander Sticheleno newlines
2002-06-27 Thomas Vander Stichelefix a debug segfault
2002-06-27 Thomas Vander Sticheleok, my latest added error checking and stuff this rever...
2002-06-27 Christian SchallerFixes suggested by thomasvs to get rhythmbox working...
2002-06-27 Thomas Vander Stichelesome debug info remove the preventive munmap reinstate...
2002-06-27 Thomas Vander Sticheleback to basics
2002-06-26 Thomas Vander Sticheleok, this seems to be the right fix for the basic scheduler.
2002-06-25 Thomas Vander Stichelehahaha
2002-06-25 Thomas Vander Sticheleblind flying adding more debug output cleaning up accor...
2002-06-23 Wim TaymansThis makes more sense and solves the locking problem...
2002-06-23 Wim TaymansUse new method to check for availability of threads
2002-06-23 Wim TaymansSmall cleanups
2002-06-23 Wim TaymansOr not..
2002-06-23 Wim TaymansUnlock an element even if it was a loop based one
2002-06-23 Andy Wingoimplement _destroy, and fix some bugs changing songs...
2002-06-22 Thomas Vander Sticheleas promised, the header changes and some of wingo's...
2002-06-22 Wim TaymansDon't seek past the end of the file
2002-06-21 Wim TaymansAdded a runtime option to use a dummy threading impleme...
2002-06-21 Andy Wingocleanups
2002-06-21 Wim TaymansPass some required params to cothreads_init
2002-06-19 Wim TaymansAdded _get_prefered_stack to the scheduler
2002-06-18 Thomas Vander Sticheleis make distcheck that much to ask ?
2002-06-17 Wim TaymansAllocate a few more bytes as gmarkup reads past the...
2002-06-17 Wim TaymansOnly revert the state of the failed element
2002-06-16 David I. Lehnauto build some enum code.
2002-06-16 Wim TaymansAdded more debugging info
2002-06-16 Wim TaymansSome small cleanups implement a default _clock_wait
2002-06-16 Thomas Vander Sticheleprint the name
2002-06-16 Wim TaymansBetter add the check instead of crashing
2002-06-16 Wim TaymansFixed the fast scheduler by proxying event to the event...
2002-06-16 Wim TaymansAdded --gst-version that does nothing else than to...
2002-06-16 Wim TaymansUse setfunc to set the cothread function instead of...
2002-06-16 Thomas Vander Stichelechanging default scheduler to wingo's spiffy standard...
2002-06-15 Wim TaymansBetter error handling when mmap'ing
2002-06-13 Wim TaymansAdded a size event to optimize buffer sizes make filesr...
2002-06-13 Thomas Vander Stichelestrange this didn't get commited on a regular commit
2002-06-12 Wim TaymansDocumentation updates
2002-06-11 Wim TaymansRemoved deprecated disksink
2002-06-11 Thomas Vander Stichelexavpatch
2002-06-10 Steve Bakerremove the "iterate_started" signal and replace it...
2002-06-09 Wim TaymansRemove old flag
2002-06-09 Wim TaymansAdded the flush flag
2002-06-09 Wim TaymansWhan the buffer is filled, the buffer is kept and added...
2002-06-08 Wim TaymansLoop the clock providers until we find one with a clock.
2002-06-08 Wim TaymansRevert queue event forwarding, added comments what...
2002-06-08 Steve Bakerg_print bad
2002-06-08 Steve Bakerput upstream events in an async queue and resend them...
2002-06-08 Wim TaymansA discont event is the right way to handle seeking...
2002-06-08 Wim TaymansAdded element query
2002-06-08 Wim TaymansReturn the result of the forwarded seek instead of...
2002-06-08 Wim TaymansAdd an event function so that seek events are not forwa...
2002-06-08 Steve BakerINT64 is good for passing timestamps in signals
2002-06-07 Steve Bakera couple of fixes here:
2002-06-07 Steve Bakermake sure gst_spider_plug isn't called while in playing...
2002-06-07 Steve Bakeradded a "iterate_started" signal which fires before...
2002-06-07 Steve Bakerfile is opened in ready->paused rather than null->ready...
2002-06-05 Wim TaymansFix the case where one of the pads is a ghostpad.
2002-06-05 Wim TaymansSet the right scheduler on the pads of decoupled elements.
2002-06-05 Wim TaymansMake sure we interrupt the right scheduler on the right...
2002-06-04 Wim TaymansSome sanity checking emit a warning when interrupting...
2002-06-04 Wim TaymansNo \n for DEBUG, thank you
2002-06-04 Wim TaymansSome cleanups, refactor some code, make sure the decoup...
2002-06-04 Wim TaymansFix define
2002-06-04 Wim TaymansFix a little typo, unlock the peer element if it's...
2002-06-03 Wim TaymansAdd iterate mutex for future use
2002-06-03 Wim TaymansPoll instead of blocking when waiting for a state change
2002-06-03 Steve Bakeradd an optional timeout for when queue blocks. when...
2002-06-02 Wim TaymansRemoved \n in DEBUG some buffer flags for future use
2002-06-02 Wim TaymansIf format and source are the same, we allready know...
2002-06-02 Wim TaymansSome sanity checking for when the element was removed...
2002-06-02 Andy WingoProperly fix locking in the scheduler
2002-06-02 Thomas Vander SticheleUNITS is better.
2002-06-02 Wim TaymansDon't update state if the peer event failed
2002-06-02 Wim TaymansMake clock use nanoseconds
2002-06-02 Wim TaymansRemove the media specific types, the unit type is now...
2002-06-02 Wim Taymansunlock the queue
2002-06-02 Wim TaymansSome cleanups
2002-06-02 Wim TaymansThis is needed after all..
2002-05-31 Wim TaymansRemove crappy event code from tee
2002-05-31 Wim TaymansSet the element to eos after all EOS events are pushed
next