summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-11-26tracers: log: no need to link to our internal printf implementationTim-Philipp Müller2-7/+1
2017-11-24gsttraceutils: actually disable tracing system hooks if configuredMikhail Fludkov1-2/+5
2017-11-24gstbasetranform: replace GST_BASE_TRANSFORM with GST_BASE_TRANSFORM_CASTHavard Graff2-7/+8
2017-11-23queue: Only calculate level if we have valid levelsEdward Hervey1-1/+2
2017-11-10concat: Handle single-pad use-casesEdward Hervey1-0/+14
2017-11-09concat: Make QoS forward MT-safeEdward Hervey1-7/+19
2017-11-04latency tracer: add timestamp to tracer recordsGuillaume Desmottes1-1/+7
2017-11-02gstleaks.c: always log leaks listingMathieu Duponchelle1-5/+13
2017-10-30latency-tracer: Exclude synchronization timeNicolas Dufresne1-23/+23
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet1-2/+2
2017-10-02tee: don't create a pool if none is neededStefan Sauer1-3/+10
2017-09-18Multiqueue: don't allow dropping SEGMENT_DONE eventsMathieu Duponchelle1-3/+18
2017-09-17plugins: use new gst_buffer_list_calculate_size()Tim-Philipp Müller2-30/+6
2017-09-06identity: Add a drop-allocation propertyNicolas Dufresne2-1/+21
2017-09-05tee: Allocate one more buffer when multi-plexingNicolas Dufresne1-0/+8
2017-09-05tee: Implement allocation query aggregationNicolas Dufresne1-0/+226
2017-09-05tee: Deprecate alloc-pad propertyNicolas Dufresne1-2/+3
2017-08-16identity: Return FLUSHING instead of EOS and don't start waiting for anything...Sebastian Dröge2-2/+19
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-07-05meson: add option to disable tracer hooksTim-Philipp Müller1-1/+3
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