summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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-09meson: Fix buildThibault Saunier1-1/+1
2016-12-09meson: Support building with Gst debug disabledThibault Saunier1-1/+4
2016-12-09typefind: Use gst_query_has_scheduling_mode_with_flags() convenience functionSebastian Dröge1-5/+2
2016-12-08tracers/log: log more detailStefan Sauer1-29/+30
2016-12-08tracer/log: fix hook prototypeStefan Sauer1-2/+2
2016-12-07tracer/latency: clear qdataStefan Sauer1-2/+5
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-12-04tracers/log: log messages in message categoryStefan Sauer1-2/+2
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-04tracers: leaks: Use the new gst_debug_get_stack_traceThibault Saunier3-91/+4
2016-11-04gst: Use libunwind/libdw to generate backtraces if avalaibleThibault Saunier1-9/+0
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-14stats: Fix warningThibault Saunier1-1/+2
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