summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* queue2: fix possible data corruption in ring buffer mode when seekingTim-Philipp Müller2012-09-121-6/+26
* inputselector: avoid notify-tags holding lockThiago Santos2012-06-211-1/+4
* gstfunnel: avoid access of freed padDavid Svensson Fors2012-06-141-1/+4
* inputselector: Correctly get current running time when syncing to the segment...Andre Moreira Magalhaes (andrunko)2012-06-011-19/+24
* funnel: Release object lock before pushing EOS eventOlivier Crête2012-05-311-17/+8
* funnel: Only emit EOS event if all sinkpads have received oneMike Ruprecht2012-05-311-0/+68
* funnel: Fix buffer leakMike Ruprecht2012-05-311-0/+1
* inputselector: Don't try to sync on the segment if it has no TIME formatAndre Moreira Magalhaes (andrunko)2012-05-311-1/+14
* inputselector: No need to broadcast the signal in flush-stopSebastian Dröge2012-05-311-1/+0
* queue2: Fix property name in the docsBastien Nocera2012-05-311-2/+2
* inputselector: Properly sync when changing streamsAndre Moreira Magalhaes (andrunko)2012-05-312-125/+557
* configure: explicitly check for sys/mman.h headerIdar Tollefsen2012-05-152-1/+7
* filesrc: remove unused or questionable madvise() calls in deprecated mmap cod...Tim-Philipp Müller2012-05-152-26/+7
* queue2: signal delete before waitingWim Taymans2012-04-111-0/+1
* queue2: update current read position before waitingWim Taymans2012-04-111-8/+4
* queue2: add range only on sinkpadWim Taymans2012-04-111-1/+1
* queue2: fix debug messageWim Taymans2012-04-111-1/+1
* queue2: add_range already updates the levelWim Taymans2012-04-111-2/+0
* queue2: clear seeking flag in all casesWim Taymans2012-04-101-0/+1
* queue2: set seeking flag with the queue lockWim Taymans2012-04-101-2/+2
* queue2: Keep track of the seeking stateWim Taymans2012-04-102-0/+16
* queue2: make range on newsegment for ringbufferWim Taymans2012-04-101-1/+1
* multiqueue: Don't use buffer after pushing it downstreamSebastian Dröge2012-04-091-3/+5
* filesrc: set default block size from local defineTim-Philipp Müller2012-04-071-0/+2
* queue2: don't update the current reading_pos in flushWim Taymans2012-04-061-6/+0
* queue2: check the pad mode on the right padWim Taymans2012-04-061-2/+2
* queue2: forward flush events correctlyWim Taymans2012-04-061-2/+2
* queue2: stop waiting for more data after EOSWim Taymans2012-04-051-0/+2
* queue2: check for filled buffer correctlyWim Taymans2012-04-051-6/+8
* queue2: avoid waiting for a filled bufferWim Taymans2012-04-051-9/+16
* multiqueue: Wake up all not-linked streams when a stream switches from linked...Sebastian Dröge2012-03-291-10/+70
* multiqueue: Recompute high-time too when flushing, not only high-idSebastian Dröge2012-03-291-0/+1
* inputselector: Only wait until the active pad's running time is reached if th...Sebastian Dröge2012-03-291-2/+3
* tee: Fix 'use of logical '&&' with constant operand' compiler warningSebastian Dröge2012-03-061-2/+2
* fdsink: implement GstBaseSink::query instead of messing with the padTim-Philipp Müller2012-02-251-9/+5
* fdsink: implement SEEKING queryTim-Philipp Müller2012-02-252-0/+15
* filesink: implement SEEKING queryTim-Philipp Müller2012-02-251-0/+10
* fakesink: answer SEEKING queryTim-Philipp Müller2012-02-251-0/+25
* plugins: explicitly cast initialization values to the correct typeIdar Tollefsen2012-01-042-2/+2
* output-selector: Do not false warn about unlinked padThiago Santos2011-12-291-18/+21
* filesrc: return any remaining data on EOS before returning FLOW_UNEXPECTEDTim-Philipp Müller2011-12-251-1/+5
* filesrc: minor cosmetic changesTim-Philipp Müller2011-12-251-9/+11
* filesrc: do not mistake short reads for EOSVincent Penquerc'h2011-12-121-23/+21
* inputselector: Don't send a NEWSEGMENT event if a buffer arrived before the s...Sebastian Dröge2011-12-071-9/+13
* outputselector: Don't send last segment/buffer when no segment was configured...Sebastian Dröge2011-12-071-3/+5
* fakesink: Make event/buffer verbose output consistent with identitySebastian Dröge2011-12-061-4/+8
* identity: Print buffer flags in the verbose outputSebastian Dröge2011-12-061-3/+25
* fakesrc: Make event/buffer verbose output consistent with identity and print ...Sebastian Dröge2011-12-061-5/+29
* Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller2011-12-041-0/+4
* Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-044-0/+5