summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2016-02-28elements: use new gst_element_class_add_static_pad_template()Tim-Philipp Müller20-81/+50
2016-02-27typefind: fix indentationTim-Philipp Müller1-2/+4
2016-02-25identity: Add a " " after pts: in the silent=false outputSebastian Dröge1-1/+1
2016-02-23plugins: Check return values of gst_buffer_map()Edward Hervey6-14/+64
2016-02-16Revert "queue2: add overrun signal"Sebastian Dröge2-29/+1
2016-01-29typefindelement: Improve English grammarAlex Henrie1-2/+2
2016-01-22tracerrecord: don't leak the spec structuresStefan Sauer3-23/+20
2016-01-20multiqueue: two small fixes for when an existing pad is requestedTim-Philipp Müller1-5/+9
2016-01-20tracer/gststats: fix mismatch between '.class' and tracer argsStefan Sauer1-3/+12
2016-01-20queue2: Add use-tags-bitrate propertyJan Schmidt2-9/+91
2016-01-18tracers: fix thread-id casts to 64-bit ints on 32-bit systemsTim-Philipp Müller2-14/+16
2016-01-16tracer/stats: use the right log templateStefan Sauer1-1/+1
2016-01-16tracer: use the new flags to create the optional field in the format stringStefan Sauer1-4/+1
2016-01-16tracer: add a GstTracerValueFlags and replace stringsStefan Sauer3-12/+5
2016-01-16gst.h: Don't spew warnings if GST_USE_UNSTABLE_API is not definedTim-Philipp Müller1-1/+2
2016-01-16tracer: add a GFlag for the tracer scopeStefan Sauer4-39/+28
2016-01-16output-selector: Make access to the active pad and last buffer thread-safeSebastian Dröge1-14/+54
2016-01-16output-selector: Notify when the active-pad property is changingSebastian Dröge1-0/+8
2016-01-15tracerrecord: add a log record classStefan Sauer3-110/+188
2016-01-10tracers: code clean upsStefan Sauer2-31/+31
2016-01-08funnel: improve debug messageHoonHee Lee1-1/+1
2016-01-07tracer: harmonize the query hooksStefan Sauer2-8/+26
2016-01-07tracers/stats: add missing parameters to callback functionsStefan Sauer1-2/+4
2016-01-06queue2: avoid calculating fill levels multiple timesTim-Philipp Müller1-5/+11
2016-01-06queue2: fix fill level arithmetic overflow with large valuesTim-Philipp Müller1-1/+18
2016-01-06tracer: make gst_tracing_register_hook_id staticStefan Sauer1-1/+1
2015-12-14tee: Check if parsing the name template with sscanf() was successfulSebastian Dröge1-2/+1
2015-12-14queue/multiqueue: Don't special-case CAPS events in the event handlersSebastian Dröge2-12/+4
2015-12-14Revert "queue: Illegal memory access of sink event"Sebastian Dröge1-4/+3
2015-12-14queue: Illegal memory access of sink eventVineeth TM1-3/+4
2015-12-12downloadbuffer: drop unneeded macros for G_OS_WIN32Reynaldo H. Verdejo Pinochet1-2/+0
2015-12-12fdsrc: drop unneeded macros for G_OS_WIN32Reynaldo H. Verdejo Pinochet1-2/+0
2015-12-12fdsrc: enable large file support in AndroidReynaldo H. Verdejo Pinochet1-0/+7
2015-12-12fdsink: enable large file support in AndroidReynaldo H. Verdejo Pinochet1-0/+9
2015-12-12queue2: fix some typosReynaldo H. Verdejo Pinochet1-2/+2
2015-12-12queue2: enable large file support on AndroidReynaldo H. Verdejo Pinochet1-0/+14
2015-12-12downloadbuffer: fix some typosReynaldo H. Verdejo Pinochet1-2/+2
2015-12-12downloadbuffer: enable large file support on AndroidReynaldo H. Verdejo Pinochet1-0/+8
2015-12-12sparsefile: drop bogus reference to file descriptorReynaldo H. Verdejo Pinochet1-2/+2
2015-12-12sparsefile: enable large file support on AndroidReynaldo H. Verdejo Pinochet1-0/+7
2015-12-09filesrc: enable large file support in AndroidReynaldo H. Verdejo Pinochet1-0/+11
2015-12-09filesink: enable large file support on AndroidReynaldo H. Verdejo Pinochet1-0/+7
2015-12-09filesink: indentation fixesReynaldo H. Verdejo Pinochet2-3/+3
2015-12-09multiqueue: Don't use random segment.position from upstreamEdward Hervey1-0/+6
2015-12-02multiqueue: Fix set/get propertyEdward Hervey1-0/+2
2015-12-02pad: Implement GstPadEventFullFunctionEdward Hervey2-14/+29
2015-12-02multiqueue: Use signed clock values for running time calculationEdward Hervey2-72/+89
2015-12-02multiqueue: Add an extra cache time for unlinked streamsEdward Hervey2-2/+33
2015-12-02multiqueue: Optimize multiqueue sizes based on interleaveEdward Hervey2-7/+163
2015-12-02multiqueue: use new stream-start event sparse flag to avoid overreading subti...Vincent Penquerc'h1-5/+23