- properly ref/unref scheduler and clock in gstelement
[platform/upstream/gstreamer.git] / gst / gstscheduler.c
2003-01-17 Wim Taymans- sink the systemclock
2003-01-11 Wim Taymans- return boolean in _interrupt to better inform element
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2002-12-27 Wim Taymans- disable pads when going to PAUSED, we want to make...
2002-12-19 Wim Taymans- Cleanups
2002-12-14 Wim TaymansDocumentation updates
2002-12-06 David SchleefRemoving unused code related to stack allocation (cothr...
2002-11-27 Wim Taymans- Added first attempt at general caching mechanism...
2002-11-02 Wim Taymans- Reworked the clock to prepare for async notifications
2002-09-17 Wim TaymansAdded vmethod for when an element changes scheduling...
2002-09-13 Wim Taymans- some cleanups
2002-09-13 Wim TaymansReverted scheduler change
2002-09-12 Wim Taymans- Make the return GList of gst_element_get_pad_list...
2002-09-12 Thomas Vander Stichelescheduler renaming
2002-09-12 Thomas Vander Sticheleuseful comments change thread -> cothread in varnames...
2002-08-11 Thomas Vander Stichelebetter error handling, still needs improvement
2002-07-30 Wim TaymansSome debug info
2002-07-08 Wim Taymans- Removed unused locking from the cothreads
2002-06-27 Andy Wingofree stack properly s/prefered/preferred/
2002-06-27 Thomas Vander Sticheleback to basics
2002-06-19 Wim TaymansAdded _get_prefered_stack to the scheduler
2002-06-16 Wim TaymansSome small cleanups implement a default _clock_wait
2002-06-16 Thomas Vander Stichelechanging default scheduler to wingo's spiffy standard...
2002-06-12 Wim TaymansDocumentation updates
2002-06-08 Wim TaymansLoop the clock providers until we find one with a clock.
2002-05-26 Wim Taymans- The clock_wait now returns the difference between...
2002-05-25 Thomas Vander SticheleAPI cleanup: (s/g)et_sched -> _scheduler
2002-05-25 Thomas Vander Sticheletypos
2002-05-08 Wim TaymansTotally rewritten registry handling.
2002-05-04 Andy Wingogst_scheduler_factory_make () can accept NULL as the...
2002-04-23 Thomas Vander Sticheledoc fixes s/gst_clock_activate/gst_clock_set_active/g
2002-04-19 Benjamin Otte- make all _get_list functions return a const reference...
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
2002-03-31 Wim TaymansDocumentation updates
2002-03-30 Wim Taymans- Remove the propsprivate header file
2002-03-24 Andy Wingofilter newlines out of GST_DEBUG statements to reflect...
2002-02-22 Wim TaymansOnly unset the scheduler on REAL pads. This is a nasty...
2002-02-15 Andy Wingo--gst-scheduler={basic,standard} :-)))
2002-01-19 Andy Wingomiscellaneous fixes, added gst_pad_unset_sched() api.
2002-01-01 Wim TaymansAPI doc updates.
2001-12-28 Wim Taymans- Removed deprecated buffer flags.
2001-12-27 Wim Taymans- Added a function to get the currently executing cothread
2001-12-22 Wim TaymansThis is an attempt at not segfaulting on errors but...
2001-12-20 Wim Taymans- Reclaim cothread state even if the cothread was never...
2001-12-19 Wim TaymansSome more work on cleanup.
2001-12-14 Christian Schalleraye ladie, no more ugly // comments here, even if Taaz...
2001-12-09 Wim TaymansAdded some more docs
2001-12-04 wrobell- some fixes to int2float making automake 1.5 happy...
2001-11-14 Wim TaymansCall the default handler of the pad
2001-11-14 Wim TaymansDirect events to the event handler for non event-ware...
2001-10-27 Erik Walthinsenadded taaz's threading patch, including queue events
2001-10-21 Wim TaymansAPI docs. revived _buffer_ref_by_count fast types for...
2001-10-17 Erik Walthinsenmerge from EVENTS1 on 20011016
2001-09-14 Joshua N. Pritikin1. Add more warnings for the gst core only. Various...
2001-08-10 Wim TaymansRemoved the old eos and qos functions.
2001-08-06 Erik WalthinsenInitial code for the event system.
2001-07-15 Wim TaymansProperly set the eos flag when no elements can be sched...
2001-07-11 Wim TaymansAdded a g_assert when a filled bufpen is overwritten.
2001-06-25 Erik WalthinsenMerged from GOBJECT1 to HEAD at 200106241 GOBJECT1-200106241
2001-06-15 Wim TaymansChanged a stupid assert in request_pad.
2001-06-01 Wim TaymansFixed some warnings.
2001-05-26 Erik Walthinsenfixed cothread locking and set_arg/get_arg safety,...
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-05-16 David I. Lehn- Fix cothread pointers and allocation so full 2M stack...
2001-02-10 Wim Taymans- backported the xml load bug in the properties
2001-02-05 Erik WalthinsenReworked getregion/pullregion stuff. Region is now...
2001-01-29 Wim TaymansThis is a megapatch with the following changes:
2001-01-20 Wim TaymansCheck for NULL buffers before chaining/pushing them...
2001-01-20 Wim TaymansMore EOS changes.
2001-01-20 Wim TaymansA very small change to make eos somewhat work. no inner...
2001-01-19 Erik WalthinsenMajor cleanup of the latest ghostpad changes. Fixed...
2001-01-19 Erik WalthinsenFirst pass at updating to new ghostpad system. The...
2001-01-07 Erik Walthinsenremoved a leak
2001-01-01 Erik WalthinsenMega update of INFO, DEBUG, and ERROR subsystems, renam...
2000-12-31 Erik WalthinsenStarted work on better ghostpad management, and started...
2000-12-29 Wim TaymansFixed buffer flag handling gstplay used old flag handli...
2000-12-29 Wim TaymansFixed a serious bug in gst_props_new: properties with...
2000-12-29 Erik WalthinsenAdded DEBUG, INFO, and ERROR systems. Very little...
2000-12-28 Erik WalthinsenUpdated copyright in all the libgst files.
2000-12-28 Wim TaymansUpdated the API docs.
2000-12-28 Wim TaymansPending editor changes. fixes for autoplug of elementar...
2000-12-28 Wim TaymansFixes for the new scheduler.
2000-12-27 Erik WalthinsenAdded some cleanup, so create_plan can be called multip...
2000-12-27 Erik WalthinsenAdded code to attempt the scheduling of chained cases...
2000-12-26 Erik WalthinsenMore massive changes to the scheduling system. Moved...