summaryrefslogtreecommitdiff
path: root/plugins/elements/gstqueue2.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02plugins: Don't force 64-bit file/seek functions variants on androidMatthew Waters1-4/+0
2017-09-17plugins: use new gst_buffer_list_calculate_size()Tim-Philipp Müller1-16/+4
2017-08-09queue2: Allow re-usability after EOSEdward Hervey1-6/+41
2017-08-09plugins: *queue* elements: Handle STREAM_START in EOS situationEdward Hervey1-1/+2
2017-08-07queue2: Handle buffering levels on NOT_LINKEDEdward Hervey1-4/+10
2017-03-11queue2: avoid return flushing if we have a not-linkedThiago Santos1-7/+11
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-0/+1
2016-12-13queue/queue2: Protect against spurious condition variable wakeupsSebastian Dröge1-1/+5
2016-12-13queue/queue2: Ensure that the streaming thread is unlocked after deactivating...Sebastian Dröge1-0/+4
2016-11-16queues: Don't return negative position queries.Jan Schmidt1-0/+4
2016-10-08queue2: Implement gst_event_full_func handlingEdward Hervey1-8/+10
2016-09-17queue2: Update buffering if its enabled and low/high watermarks are changedCarlos Rafael Giani1-0/+8
2016-08-27Make use of the new GST_ELEMENT_FLOW_ERROR API all around.Thibault Saunier1-8/+2
2016-08-25queue2: Add higher-resolution low/high-watermark propertiesCarlos Rafael Giani1-13/+49
2016-08-25queue2: Distinguish between buffering percentage and buffering levelCarlos Rafael Giani1-37/+72
2016-08-12queue2: Post buffering messages earlier in ringbuffer modeEdward Hervey1-5/+27
2016-07-11queue2: Fix average input rate calculation on small input rangeEdward Hervey1-6/+8
2016-06-21queue2: fix crash deleting current region for small ring buffersVincent Penquerc'h1-0/+3
2016-05-15queue: Only unblock upstream waiting for the query once downstream is finishedSebastian Dröge1-5/+5
2016-02-28elements: use new gst_element_class_add_static_pad_template()Tim-Philipp Müller1-4/+2
2016-02-23plugins: Check return values of gst_buffer_map()Edward Hervey1-2/+18
2016-02-16Revert "queue2: add overrun signal"Sebastian Dröge1-26/+1
2016-01-20queue2: Add use-tags-bitrate propertyJan Schmidt1-9/+87
2016-01-06queue2: avoid calculating fill levels multiple timesTim-Philipp Müller1-5/+11
2016-01-06queue2: fix fill level arithmetic overflow with large valuesTim-Philipp Müller1-1/+18
2015-12-12queue2: fix some typosReynaldo H. Verdejo Pinochet1-2/+2
2015-12-12queue2: enable large file support on AndroidReynaldo H. Verdejo Pinochet1-0/+14
2015-12-02queue2: Don't report 0% unless emptyJan Schmidt1-0/+9
2015-11-18queue2: don't print criticals when receiving custom events in ring buffer modeTim-Philipp Müller1-4/+5
2015-11-06queue2: Add the avg-in-rate property.Duncan Palmer1-1/+27
2015-11-06queue2: add overrun signalPhilippe Normand1-1/+26
2015-10-27queue/queue2: Use GST_BUFFER_DTS_OR_PTSEdward Hervey1-5/+8
2015-08-31Revert "queue2: Process SEEKING query"Tim-Philipp Müller1-49/+0
2015-08-04queue2: not update upstream size with negative valueEunhae Choi1-1/+7
2015-03-23queue2: Process SEEKING queryJan Alexander Steffens (heftig)1-0/+49
2015-03-03queue2: Signal the sinkpad thread if a flow error happenedSebastian Dröge1-0/+7
2015-02-18queue2: Count the number of buffers in a buffer list for updating the current...Sebastian Dröge1-2/+2
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