summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2016-10-13tracers: fix structure leakVincent Penquerc'h1-2/+5
2016-10-08queue2: Implement gst_event_full_func handlingEdward Hervey1-8/+10
2016-10-08tracer/rusage: fix format string argsStefan Sauer1-3/+3
2016-09-27meson: tracers: signal availability of libunwind and backtrace() to codeTim-Philipp Müller1-1/+12
2016-09-26meson: Build tracersThibault Saunier2-2/+23
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 Chauhan2-0/+52
2016-08-12queue2: Post buffering messages earlier in ringbuffer modeEdward Hervey1-5/+27
2016-08-08multiqueue: removed redundant call to g_thread_selfJosep Torra1-2/+1
2016-07-25inputselector: Handle stream-group-doneJan Schmidt1-3/+26
2016-07-25inputselector: Wake other pads when selected goes EOSJan Schmidt1-0/+4
2016-07-20tracers: leaks: update type filter later for unknown typesGuillaume Desmottes2-1/+38
2016-07-11leaks: check return values of libunwind callsGuillaume Desmottes1-3/+6
2016-07-11queue2: Fix average input rate calculation on small input rangeEdward Hervey1-6/+8
2016-07-08leaks: warn if object is destroyed while the tracer is disposingGuillaume Desmottes2-0/+11
2016-07-08leaks tracer: use G_OS_UNIX to check for signal supportGuillaume Desmottes1-14/+14
2016-07-08leaks tracer: add creation stack trace supportGuillaume Desmottes3-10/+126
2016-07-08leaks tracer: add checkpoint support using SIGUSR2Guillaume Desmottes2-5/+120
2016-07-08leaks tracer: log alive objects when receiving SIGUSR1Guillaume Desmottes1-0/+43
2016-07-07funnel: Only forward sticky events on GAP events if neededSebastian Dröge1-5/+7
2016-07-01multiqueue: Fix behaviour with not-linked and eos padsEdward Hervey1-5/+6
2016-06-30multiqueue: add gtk-doc blurb for new pad propertyTim-Philipp Müller1-0/+7
2016-06-30multiqueue: Add a pad property to "group" streamsEdward Hervey2-16/+166
2016-06-21queue2: fix crash deleting current region for small ring buffersVincent Penquerc'h1-0/+3
2016-06-17tee: Properly handle return value when only 1 padNicolas Dufresne1-1/+4
2016-06-03tracers: leaks: some micro-optimisationsTim-Philipp Müller1-12/+13
2016-06-03tracers: add leaks tracerGuillaume Desmottes4-1/+420
2016-05-15queue: Only unblock upstream waiting for the query once downstream is finishedSebastian Dröge2-11/+14
2016-05-11typefind: Only push a CAPS event downstream if the sinkpad is not in PULL modeSebastian Dröge1-0/+4
2016-04-29multiqueue: Ignore time when determining whether sparse stream limits have be...Matej Knopp1-3/+4
2016-04-15multiqueue: Recheck buffering status after changing low thresholdCarlos Rafael Giani1-0/+5
2016-04-15multiqueue: Recalculate fill level after changing high-thresholdCarlos Rafael Giani1-24/+42
2016-04-14multiqueue: catch errors and flushing case after lockVincent Penquerc'h1-0/+2
2016-04-13rusage: properly free the queue memoryGuillaume Desmottes1-1/+2
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-03-24valve: don't send sticky events as a direct response to upstream eventsHavard Graff1-5/+3
2016-03-24capsfilter: optimisation: avoid unnecessary gst_pad_has_current_caps() checksTim-Philipp Müller2-25/+32
2016-03-24queue: Use full running time for level calculationEdward Hervey2-9/+27
2016-03-24typefind: Remove redundant assignmentSebastian Dröge1-3/+1
2016-03-18multiqueue: Fix not-linked pad handling at EOSJan Schmidt1-18/+15
2016-03-15typefind: Allow caps query in "have-type" signal handlersRomain Picard1-3/+9
2016-03-14typefind: Store caps on the pad before emitting have-type but send it downstr...Sebastian Dröge1-7/+48
2016-03-14concat: Fix comment typoCarlos Rafael Giani1-1/+1