summaryrefslogtreecommitdiff
path: root/plugins/elements
AgeCommit message (Expand)AuthorFilesLines
2017-08-11queue: Allow re-usability after EOSSebastian Dröge1-5/+35
2017-08-09queue2: Allow re-usability after EOSEdward Hervey1-6/+41
2017-08-09plugins: *queue* elements: Handle STREAM_START in EOS situationEdward Hervey3-2/+9
2017-08-07queue2: Handle buffering levels on NOT_LINKEDEdward Hervey1-4/+10
2017-07-26downloadbuffer: remove unused struct memberTim-Philipp Müller2-6/+1
2017-07-20multiqueue: Fix access to NULL pointerEdward Hervey1-2/+3
2017-07-19multiqueue: Calculate interleave only within each streaming threadSeungha Yang1-18/+30
2017-07-11meson: Use join_paths and .set_quoted where possibleNicolas Dufresne1-2/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne2-2/+1
2017-03-14queue: avoid return flushing if we have a not-linkedThiago Santos1-4/+8
2017-03-11queue2: avoid return flushing if we have a not-linkedThiago Santos1-7/+11
2017-03-10buffer: handle gst_buffer_map failuresWim Taymans1-2/+20
2017-03-10downloadbuffer: unlock mutex in error caseWim Taymans1-0/+1
2017-03-09multiqueue: Make min-interleave-time a configurable propertyJan Schmidt2-2/+24
2017-03-07inputselector: Always proxy position/duration querySeungha Yang1-1/+4
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier22-159/+131
2017-01-16identity: Add ts-offset property.Jan Schmidt2-0/+24
2017-01-03queue: Don't generate GST_FLOW_ERROR without loggingJan Schmidt1-2/+4
2016-12-21typefind: Switch to normal mode before have-typeJan Schmidt1-1/+7
2016-12-18multiqueue: Protect against spurious wakeups of the condition variableSebastian Dröge1-1/+2
2016-12-13queue/queue2: Protect against spurious condition variable wakeupsSebastian Dröge4-2/+12
2016-12-13queue/queue2: Ensure that the streaming thread is unlocked after deactivating...Sebastian Dröge2-0/+8
2016-12-12filesrc: Set GError in another error caseEdward Hervey1-4/+9
2016-12-11multiqueue: Fix overflow on get_buffering_level()Seungha Yang1-1/+1
2016-12-09typefind: Use gst_query_has_scheduling_mode_with_flags() convenience functionSebastian Dröge1-5/+2
2016-12-05fakesink, identity: print metas attached to buffer in silent=false modeTim-Philipp Müller4-8/+37
2016-12-05elements: Handle GstIterator RESYNC return value correctly in gst_iterator_fo...Sebastian Dröge2-10/+12
2016-11-28meson: Add Autotools changes that weren't mirroredNirbheek Chauhan1-0/+1
2016-11-28elements: add dataurisrc to buildTim-Philipp Müller3-15/+7
2016-11-28dataurisrc: fix string leak in property getterTim-Philipp Müller1-1/+1
2016-11-28Move dataurisrc element from -badTim-Philipp Müller2-0/+538
2016-11-23fdsink: Block in preroll_wait on unlockOlivier Crête5-10/+39
2016-11-17multiqueue: Make sure not-linked streams get woken upJan Schmidt1-30/+47
2016-11-16queues: Don't return negative position queries.Jan Schmidt4-0/+14
2016-11-09funnel: Make sure to only lock the stream lock onceSebastian Dröge1-2/+4
2016-11-02fakesink: Add property to not drop out-of-segment buffersJan Schmidt1-5/+22
2016-11-01funnel: Always push all sticky events whenever we forward a serialized eventSebastian Dröge1-2/+6
2016-11-01tee: Set GST_PAD_FLAG_PROXY_CAPS before forwarding sticky eventsSebastian Dröge1-1/+1
2016-10-21Revert "queue: Fix race when calculating cur_level.time"Sebastian Dröge1-1/+1
2016-10-20queue: Fix race when calculating cur_level.timeStian Selnes1-1/+1
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-31multiqueue: Add higher-resolution low/high-watermark propertiesCarlos Rafael Giani1-13/+64
2016-08-31multiqueue: Distinguish between buffering percentage and buffering levelCarlos Rafael Giani2-32/+61
2016-08-31multiqueue: Rename percent/percent_changed to buffering_percent(_changed)Carlos Rafael Giani2-12/+12
2016-08-30multiqueue: Fix high_time wakeup logicEdward Hervey1-19/+46
2016-08-27Make use of the new GST_ELEMENT_FLOW_ERROR API all around.Thibault Saunier5-29/+8
2016-08-25queue2: Add higher-resolution low/high-watermark propertiesCarlos Rafael Giani2-15/+53
2016-08-25queue2: Distinguish between buffering percentage and buffering levelCarlos Rafael Giani1-37/+72
2016-08-19Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+49