summaryrefslogtreecommitdiff
path: root/plugins/elements/gstmultiqueue.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier1-105/+0
2017-03-09multiqueue: Make min-interleave-time a configurable propertyJan Schmidt1-0/+1
2016-08-31multiqueue: Distinguish between buffering percentage and buffering levelCarlos Rafael Giani1-1/+1
2016-08-31multiqueue: Rename percent/percent_changed to buffering_percent(_changed)Carlos Rafael Giani1-2/+2
2016-06-30multiqueue: Add a pad property to "group" streamsEdward Hervey1-0/+3
2015-12-02multiqueue: Use signed clock values for running time calculationEdward Hervey1-2/+2
2015-12-02multiqueue: Add an extra cache time for unlinked streamsEdward Hervey1-0/+2
2015-12-02multiqueue: Optimize multiqueue sizes based on interleaveEdward Hervey1-0/+4
2014-09-16multiqueue: do not post messages holding the lockThiago Santos1-0/+3
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-25dataqueue/queuearray: Make public API againSebastian Dröge1-1/+1
2012-07-14plugins: sprinkle some more G_GNUC_INTERNALTim-Philipp Müller1-1/+1
2012-01-22multiqueue: fix size of atomic counterTim-Philipp Müller1-1/+1
2012-01-19Update for new gthread APIWim Taymans1-1/+1
2011-10-07base: make GstDataQueue private API for multiqueueTim-Philipp Müller1-1/+1
2011-05-14multiqueue: Add mode to synchronize deactivated/not-linked streams by the run...Sebastian Dröge1-0/+3
2011-03-21multiqueue: Really remove unused variableSebastian Dröge1-2/+0
2011-03-21multiqueue: Increment unique item counter with atomic operationsSebastian Dröge1-1/+1
2009-10-27multiqueue: make sure percent increasesWim Taymans1-0/+1
2009-10-27multiqueue: add buffering supportWim Taymans1-0/+1
2009-10-27multiqueue: hook up low/high percentWim Taymans1-0/+1
2009-10-27multiqueue: hook up property for bufferingWim Taymans1-0/+1
2009-10-21multiqueue: avoid lock for taking the counterWim Taymans1-1/+1
2009-08-18multiqueue: Use iterate_internal_links instead of deprecated get_internal_linksSebastian Dröge1-0/+1
2008-06-26plugins/elements/gstmultiqueue.*: revert extra-size-buffers stuff, caused som...Thijs Vermeir1-1/+0
2008-06-25plugins/elements/gstmultiqueue.*: Fix dead-lock in underrun_cbThijs Vermeir1-0/+1
2007-06-26plugins/elements/gstmultiqueue.*: Take the multiqueue lock when updating the ...Jan Schmidt1-0/+2
2007-05-24plugins/elements/: These are not installed headers, no need for padding.Tim-Philipp Müller1-4/+0
2006-11-28libs/gst/base/: New GstDataQueue object for threadsafe queueing. Most useful ...Edward Hervey1-0/+88