optimisation : Use g_object_newv where possible.
[platform/upstream/gstreamer.git] / gst / gsttask.c
2009-10-28 Edward Herveyoptimisation : Use g_object_newv where possible.
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-08-08 Edward Herveygst: Remove dead assignments
2009-07-20 Wim Taymanstask: fix taskpool leak
2009-05-25 Wim Taymansgsttask: avoid join to return early
2009-05-22 Stefan Kostdocs: fix gtk-doc warnings
2009-05-22 Jan Schmidtdocs: Fix up some documentation warnings.
2009-05-11 Wim TaymansGstTask: fix compilation
2009-05-11 Wim TaymansTaskPool: remove _set_func()
2009-05-11 Wim TaymansGstTask: add methods for configuring the pool
2009-05-11 Wim TaymansTask: remember pool
2009-05-11 Wim Taymanstask: fix deadlock due to typo
2009-05-11 Wim TaymansGstTask: use GstTaskPool for managing threads
2009-05-11 Wim TaymansTask: add method to set the priority
2009-05-11 Wim TaymansGstTask: improve documentation
2009-05-11 Wim TaymansTask: call leave_thread before signaling
2009-05-11 Wim TaymansGstTask: add private data, fix parent_class
2009-05-11 Wim TaymansGstTask: hook up enter/leave/notify callbacks
2009-05-11 Wim TaymansGstTask: allow setting callbacks
2009-05-11 Wim TaymansGstTask: add some more docs
2009-05-11 Wim TaymansGstTask: unify task state functions
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and friends or at least g_once_i...
2009-04-03 Edward HerveyRemove unused variables detected by LLVM's Clang static...
2008-05-26 Peter Kjellerstedtgst/: Fixed a bunch of typos.
2006-08-23 Wim Taymansgst/gstpad.c: Improve debugging for task functions.
2006-08-14 Wim Taymansgst/: Small doc updates.
2006-04-08 Stefan KostFix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
2006-02-28 Wim Taymansgst/gstbin.c: Help the compiler a bit with type registr...
2006-02-13 Wim Taymansgst/gsttask.*: Detect and warn for obvious deadlocks...
2005-11-21 Andy Wingo*.*: Ran scripts/update-macros. Oh yes. gst/gstobject...
2005-11-12 Thomas Vander Sticheledebug task join
2005-11-09 Wim Taymansgst/gstiterator.c: Fix revision data.
2005-10-21 Wim TaymansAnd 2% more doc coverage.
2005-10-20 Wim Taymansgst/gsttask.*: More docs.
2005-10-15 Thomas Vander Stichelegst/: privatize more symbols
2005-08-25 Wim Taymanscheck/generic/states.c: Cleanup can be done at the...
2005-08-24 Wim Taymanscheck/generic/states.c: Make sure all tasks are stopped.
2005-07-18 Wim TaymansRemoved plugable schedulers.
2005-05-25 Wim Taymansgst/: Implement gst_pad_pause/start/stop_task(), take...
2005-03-21 Wim TaymansNext big merge.