summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-05-20leaks: Handle subclasses in filters even for unhandled/lazy loaded typesThibault Saunier2-19/+27
2017-05-16Remove plugin specific static build optionNicolas Dufresne3-3/+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-21gstrusage: explicitly register to hooksStefan Sauer1-2/+15
2016-12-21meson: Derive defines from header/function namesNirbheek Chauhan1-1/+1
2016-12-20latency: the latency is not an aggregated valueStefan Sauer1-1/+0
2016-12-20leaks: Allow user to set the flags to use to retrieve stack tracesThibault Saunier2-21/+30
2016-12-20leaks: Allow tracing Gst(Mini)Object reffing operationsThibault Saunier2-14/+147
2016-12-20leaks: Allow passing a GstStructure to configure the tracerThibault Saunier1-23/+63
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-16tracers/stats: log optional fields instead of GST_CLOCK_TIME_NONEStefan Sauer1-2/+8
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-12info: Add a 'flags' parametter to gst_debug_get_stack_traceThibault Saunier1-2/+2
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