pad: add parent to other functions
[platform/upstream/gstreamer.git] / plugins / elements / gstqueue.h
2011-11-17 Wim Taymanspad: add parent to other functions
2011-11-04 Wim TaymansMerge branch 'master' into 0.11
2011-11-03 Tim-Philipp Müllerqueue: use statically allocated GQueue
2011-03-28 Wim TaymansMerge branch 'master' into 0.11-fdo
2011-03-24 Stefan Kostdocs: fix some gtk-doc warnings
2010-10-12 Wim Taymansqueue: avoid g_cond_signal when we can
2010-10-11 Ognyan Tonchevqueue: apply sink segment on the source if queue is...
2010-08-30 Stefan Kostqueue: add silent property to suppress signal emission
2010-08-20 Jonas Holmbergqueue: Push newsegment when linking in PLAYING
2009-10-07 Edward Herveyplugins/queue: Avoid useless segment_to_running_time...
2009-08-28 Wim Taymansqueue: whitespace fixes
2008-02-20 Stefan Kostplugins/elements/gstqueue.*: When dropping buffers...
2007-09-14 Wim Taymansplugins/elements/gstqueue.*: When downstream returns...
2007-05-24 Tim-Philipp Müllerplugins/elements/: These are not installed headers...
2007-05-12 Wim Taymansplugins/elements/gstqueue.*: Refactor an cleanup queue...
2007-05-10 Wim Taymansplugins/elements/gstqueue.*: Be smarter when calculatin...
2006-06-01 Stefan Kostgst/gsttagsetter.h: Can't cast ifaces to a class
2006-03-29 Tommi Myöhänenplugins/elements/gstqueue.*: In queue, when EOS is...
2006-01-04 Wim TaymansSmall updates to various docs.
2005-11-24 Wim TaymansDoc fixes.
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-08 Wim Taymansgst/base/gstbasesink.c: Better log message.
2005-07-19 Wim Taymansgst/gstqueue.*: Propagate GstFlowReturn more intelligen...
2005-05-25 Wim Taymansgst/: Fix state changes for non sinks. We now change...
2005-05-06 Wim Taymansgst/: Fix gst_pad_peer_get_caps(), make it return NULL...
2005-03-21 Wim TaymansNext big merge.
2004-07-28 David I. LehnFix binary compatibility with 0.8.{0-3}. Closes bug...
2004-06-11 Thomas Vander Stichelefix queue event code
2004-04-07 Thomas Vander Sticheledocs/gst/Makefile.am: make docs exit on scanning proble...
2004-03-15 Johan DahlinRevert again, this time without post-commit reindent...
2004-03-15 Johan Dahlin*.h: Revert indentation changes.
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-02-04 Thomas Vander Sticheleincrement current, reset padding
2004-01-15 David Schleefgst/gstqueue.*: Fix the spelling of "treshold" and...
2004-01-11 David Schleefgst/: Change GstBuffer private structure element names...
2003-12-13 Ronald S. BultjeThis is either a rewrite or a large bugfix to the queue...
2003-12-09 David SchleefChange GST_.*_PADDING to _gst_padding[GST_PADDING];
2003-10-31 Benjamin Otteupdate plugin initialization restructuring (see email...
2003-10-07 David SchleefAdd padding to structures and objects
2003-05-30 Ronald S. Bultjesee #108268 - kudos go to janzen@pixelmetrix.com
2003-04-17 Colin WaltersRemove dummy signals, add full signal.
2003-03-27 Benjamin Ottecleanup: remove writer/reader booleans, just signal...
2002-07-08 Wim Taymans- Removed bufferpool code and move that to gstbuffer.c
2002-06-09 Wim TaymansAdded the flush flag
2002-06-08 Steve Bakerput upstream events in an async queue and resend them...
2002-06-03 Steve Bakeradd an optional timeout for when queue blocks. when...
2002-05-26 Wim Taymans- The clock_wait now returns the difference between...
2002-04-14 Benjamin Ottedeclare those stuff extern. My windec doesn't like...
2001-12-29 Wim TaymansAnd remove some of the debugging crap
2001-12-29 Wim TaymansAnd the .h file..
2001-12-22 Wim TaymansThis is an attempt at not segfaulting on errors but...
2001-10-27 Erik Walthinsenadded taaz's threading patch, including queue events
2001-06-25 Erik WalthinsenMerged from GOBJECT1 to HEAD at 200106241 GOBJECT1-200106241
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-01-19 Wim TaymansAnd here they are....
2001-01-07 Wim TaymansGreatly simplyfied queue locking by only using the...
2001-01-07 Wim TaymansAdded sleep time to identity
2000-12-29 Erik WalthinsenUpdated copyright notices.
2000-12-29 Erik WalthinsenReparented everything to GstElement, removing GstSrc...
2000-12-26 Erik WalthinsenMore massive changes to the scheduling system. Moved...
2000-11-25 Wim TaymansCode Cleanups
2000-09-24 Wim TaymansThe cothreads were not initialized in its thread contex...
2000-07-12 Wim TaymansThis is the audio/video sync release.
2000-03-27 Wim TaymansDocumentation updates. All standard library objects...
2000-02-13 Wim TaymansFixed the queue length (fixed length 5 for now). fixed...
2000-01-30 Erik Walthinseninitial checkin