summaryrefslogtreecommitdiff
path: root/plugins/elements/gstqueue2.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-23queue2: percentage is relative to high-percentThiago Santos1-1/+1
2014-10-02queue2: update segment position on GAP events to calculate levels properlySebastian Dröge1-0/+33
2014-09-19queue2: do not post buffering messages holding the lockThiago Santos1-31/+50
2014-09-14coreelements: mark properties with MUTABLE_PLAYINGTim-Philipp Müller1-4/+8
2014-08-13queue2: Post errors if we receive EOS after downstream reported an errorSebastian Dröge1-0/+28
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-16queue2: fix event/preroll deadlock differentlyVincent Penquerc'h1-8/+23
2014-04-07queue2: use g_strerror() instead of strerror()Tim-Philipp Müller1-1/+1
2014-04-07queue2: warn if we can't remove our temporary fileVincent Penquerc'h1-2/+6
2014-03-24queue2: fix event/preroll deadlockVincent Penquerc'h1-2/+1
2014-03-19queue2: Update buffering status and maybe post buffering message right when e...Sebastian Dröge1-0/+5
2014-03-10queue2: if buffering is disabled while buffering, post 100% messageThiago Santos1-0/+9
2014-03-10queue2: remove unused variableThiago Santos1-1/+0
2014-03-10queue: queue2: preserve last flow result when pushing eventsThiago Santos1-1/+1
2014-02-18queue2: don't truncate the temp file on shutdownWim Taymans1-4/+4
2014-02-18queue2: Fix merging of rangesWim Taymans1-13/+34
2013-12-11queue: don't ignore event return valueWim Taymans1-7/+7
2013-09-10queue2: Only update current level if we already downloaded a rangeSebastian Dröge1-1/+2
2013-09-09Update the buffering state before stalling for more dataGustavo Noronha Silva1-0/+9
2013-08-20queue2: Properly unlock the sinkpad streaming thread when deactivating the padSebastian Dröge1-0/+4
2013-08-19queue2: Clean up after the streaming thread has stoppedSebastian Dröge1-0/+6
2013-08-16queue2: don't crash on EOS if queue is emptyTim-Philipp Müller1-0/+4
2013-08-16queue2: don't change global buffering state from within query handlerTim-Philipp Müller1-24/+25
2013-08-16queue2: update buffering when changing capacityWim Taymans1-2/+4
2013-07-31queue2: Fix backwards seeks into undowloaded rangesSjoerd Simons1-15/+7
2013-07-29queue2: Forward the schedule query upstreamSjoerd Simons1-0/+5
2013-06-24queue2: only block serialized query when it's safeWim Taymans1-2/+9
2013-05-27queue2: First set query result, then signal GCondSebastian Dröge1-1/+1
2013-05-27queue2: Unblock any waiting serialize queries on FLUSH_STARTSebastian Dröge1-15/+35
2013-05-27queue/queue2/multiqueue: When flushing, make sure to not lose any sticky eventsSebastian Dröge1-3/+9
2013-05-24queue2: Add support for serialized queries if using a memory queueSebastian Dröge1-6/+62
2013-04-04queue2: start pushing again on RECONFIGUREWim Taymans1-0/+15
2012-12-20queue2: implement buffering query for all modesWim Taymans1-40/+25
2012-12-20queue2: refactor buffering percent and statsWim Taymans1-49/+89
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-12queue2: fix possible data corruption in ring buffer mode when seekingTim-Philipp Müller1-6/+26
2012-07-19queue2: set buffering-left to 0 on 100% bufferingWim Taymans1-7/+11
2012-07-19queue2: fix buffering queryWim Taymans1-12/+22
2012-07-19queue2: fix the buffering-left in the buffering messageWim Taymans1-15/+12
2012-07-17queue2: handle CAPS event and drop it if operating in ring buffer modeTim-Philipp Müller1-0/+13
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-4/+0
2012-07-06queue2: remove deprecated temp-location use, make it read-onlyTim-Philipp Müller1-52/+31
2012-06-20task: add GDestroyNotify to _newWim Taymans1-2/+3
2012-06-15queue2: fix percent scalingWim Taymans1-3/+9
2012-06-05queue2: remove obsolete caps codeWim Taymans1-27/+0
2012-05-31queue2: Fix property name in the docsBastien Nocera1-2/+2
2012-04-11queue2: fix merge errorWim Taymans1-1/+1
2012-04-11Merge remote-tracking branch 'origin/0.10'Wim Taymans1-11/+6
2012-04-11queue2: signal delete before waitingWim Taymans1-0/+1
2012-04-11queue2: update current read position before waitingWim Taymans1-8/+4